Version 0.7.0
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
onsafe_object_frame
s 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