Releases: sfackler/rstack
Releases · sfackler/rstack
rstack-self 0.3.0
- Upgraded rstack.
rstack 0.3.0
- Upgraded unwind and dw.
dw 0.2.0
rstack-self 0.2.0
- The unwinding backend can be selected via Cargo features. The default is still libunwind, but libdw is supported as well.
- The snapshot option now defaults to false rather than true.
rstack 0.2.0
- The unwinding backend can be selected via Cargo features. The default is still libunwind, but libdw is supported as well.
ProcedureInfo
andProcedureName
have been combined intoSymbol
.- Addresses and offsets are now represented as
u64
rather thanusize
to avoid size issues when tracing a 64 bit application from a 32 bit binary. - The snapshot option now defaults to false rather than true.
dw-sys 0.1.0
- Initial release
dw 0.1.0
rstack-self 0.1.3
- Traces can now be configured to be consistent snapshots or rolling.
rstack 0.1.2
- Traces can now be configured to be consistent snapshots or rolling.
rstack-self 0.1.2
- Temporary debug APIs