Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@jeremy-rifkin jeremy-rifkin released this 21 Aug 17:12
· 52 commits to main since this release
0742b42

Added

  • Added cpptrace::from_current_exception() and associated exception handler macros to allow tracing of all exceptions,
    even without cpptrace traced exception objects.

Fixes:

  • Fixed issue with using resolve_safe_object_frame on safe_object_frames with empty paths
  • Fixed handling of dwarf 4 rangelist base addresses when a DW_AT_low_pc is not present
  • Fixed use of -g with MSVC

Other changes:

  • Bazel is now supported on linux (#153)
  • More work on testing
  • Some internal refactoring