backtrace-ptrace 1.32.17

This release introduces deep introspection into C++ standard data structures and extends the ptrace API to allow for for easier creation of custom analysis modules for template types and use of reflection from debug information.

When the --pretty-print flag is passed, the following data structures from the C++ standard library include deeper introspection and analysis:

  • unique_ptr
  • vector
  • tuple
  • array
  • pair
  • basic_string_view
  • optional
  • variant
  • reference_wrapper
  • complex
  • unordered_map
  • map
  • set
  • unordered_set
  • stack
  • queue
  • deque