Releases: sfackler/rstack
Releases · sfackler/rstack
unwind-sys 0.1.4
- Support unwind release candidates.
unwind 0.4.2
- Exposed x86_64 specific registers.
rstack 0.3.3
- Upgraded cfg-if.
unwind-sys 0.1.3
- Fixed definitions for libunwind 1.6.0.
unwind 0.4.1
- Removed unneeded asm feature.
unwind-sys 0.1.2
- Added support for i686-unknown-linux-gnu and aarch64-unknown-linux-gnu.
unwind 0.4.0
- Added support for i686-unknown-linux-gnu and aarch64-unknown-linux-gnu. aarch64 support requires a nightly compiler.
Cursor::local
now returns a cursor rather than passing it to a closure.- The
get_context!
macro creates aContext
object which is passed toCursor::local
.
rstack 0.3.2
- Added support for i686-unknown-linux-gnu and aarch64-unknown-linux-gnu to the libunwind backend. aarch64 support requires a nightly compiler.
rstack 0.3.1
- Added the
TraceOptions::ptrace_attach
method, which can be used to trace processes that the caller is already attached to.
unwind 0.3.0
- Upgraded foreign-types.