Skip to content

Releases: sfackler/rstack

unwind-sys 0.1.4

22 Dec 02:00
unwind-sys-0.1.4
36bae1a
Compare
Choose a tag to compare
  • Support unwind release candidates.

unwind 0.4.2

22 Dec 02:05
unwind-0.4.2
bab93b4
Compare
Choose a tag to compare
  • Exposed x86_64 specific registers.

rstack 0.3.3

16 Dec 00:56
rstack-0.3.3
bd0f3ec
Compare
Choose a tag to compare
  • Upgraded cfg-if.

unwind-sys 0.1.3

26 Feb 14:16
unwind-sys-0.1.3
4a78a52
Compare
Choose a tag to compare
  • Fixed definitions for libunwind 1.6.0.

unwind 0.4.1

26 Feb 14:18
unwind-0.4.1
86ec314
Compare
Choose a tag to compare
  • Removed unneeded asm feature.

unwind-sys 0.1.2

04 Nov 01:16
efbb5f8
Compare
Choose a tag to compare
  • Added support for i686-unknown-linux-gnu and aarch64-unknown-linux-gnu.

unwind 0.4.0

04 Nov 01:19
efbb5f8
Compare
Choose a tag to compare
  • 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 a Context object which is passed to Cursor::local.

rstack 0.3.2

04 Nov 01:20
efbb5f8
Compare
Choose a tag to compare
  • 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

17 Nov 20:25
Compare
Choose a tag to compare
  • Added the TraceOptions::ptrace_attach method, which can be used to trace processes that the caller is already attached to.

unwind 0.3.0

13 Oct 23:31
Compare
Choose a tag to compare
  • Upgraded foreign-types.