Skip to content

Releases: rbspy/spytools

v0.2.0

31 Dec 15:29
Compare
Choose a tag to compare
  • Fix 64-bit memory layout bug that was breaking symbol lookup on Windows (#3)
  • Upgrade crate dependencies
  • Improve CI, especially on FreeBSD

v0.1.4

11 Nov 20:11
Compare
Choose a tag to compare
  • Return an error instead of panicking if we don't find any memory maps (cbb7868)

v0.1.3

03 Nov 01:53
Compare
Choose a tag to compare
  • Fix offset arithmetic bug (14268e4)
  • Add documentation comments for all public types (e225eca)
  • Upgrade goblin dependency

v0.1.2

11 Oct 02:50
Compare
Choose a tag to compare
  • Upgrade dependencies

v0.1.1

01 Jul 11:05
Compare
Choose a tag to compare
  • Support more libruby filename formats on Linux

v0.1.0

18 Jun 22:04
Compare
Choose a tag to compare

First public release. This library was extracted from py-spy and then lightly refactored to make it compatible with other profilers. It has been tested with py-spy and rbspy.

See rbspy/rbspy#350 for more details.