Skip to content

Basic functionality of stack unwinding including retrieval of values of variables from stack trace

Pre-release
Pre-release
Compare
Choose a tag to compare
@nnosov nnosov released this 17 Jul 11:22
· 5 commits to master since this release

Functionality of this release:

  1. Simple unwinding using libunwind
  2. Advanced unwinding using libdwarf
  3. Support of all C/C++ base types plus typedef, const etc modifiers
  4. Support of pointer and pointers to functions
  5. Pointer validation
  6. Retrieval of values of variables an function arguments in from stack trace and DWARF information