Library for stack unwinding without dynamic allocation
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
Committed fixes for stack_walker according to dwarf data parser changes (also : build fixing)
67855d1View on GitHubRfg StackWalker. Now it inherits vector, instead of including it
fa6870aView on GitHubReplaced vector (for storing dwarf function data) by unordered_set
2d74a63View on GitHubDo not add nullptr stack segment to the unwind result, since it means an end-of-the-stack in libunwind therms; also small rfg
fdcffe1View on GitHub