Fixed:
- Fixed missing include affecting macos #183
- Fixed issue with cmake not using the ccache program found by
find_program
#184 - Fixed missing include and warnings affecting mingw #186
- Fixed issue with identifying inlined call frames when the
DW_TAG_inlined_subroutine
is under aDW_TAG_lexical_block
- Fixed a typo in the README
- Improved unittest support on various configurations
- Improved unittest robustness under LTO
- Fixed bug signal_demo in the event
fork()
fails
Added:
- Added color overload for
stacktrace_frame::to_string
- Added CMake
export()
definition for cpptrace as well as a definition for libdwarf which currently doesn't provide one
Changed:
- Updated documentation surrounding the signal safe API