Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@jeremy-rifkin jeremy-rifkin released this 16 Mar 23:04
· 214 commits to main since this release
9b69d20

New:

  • Traces with source code snippets with cpptrace::stacktrace::print_with_snippets
  • Added cpptrace::get_snippet utility
  • Added cpptrace::can_signal_safe_unwind utility
  • Added stacktrace_frame::get_object_info

Changes:

  • The library is now compiled with position-independent code by default

Fixes:

  • Fixed issue with _dl_find_object implementation

Misc:

  • Various refactoring, cleanup, and improvements