Dwarf-to-computer interpret library, built on the top of libdwarfpp.
Théophile Bastian
97032ee31b
This is filled with debug prints, and is quite brutal: it saves the whole stack. It has to be optimized a lot. Also, needs a smooth stop when trying to unwind main. |
||
---|---|---|
include | ||
src | ||
test | ||
.gitignore | ||
Doxyfile | ||
LICENSE | ||
Makefile | ||
README.md |
dwarfinterpret
Dwarf-to-computer interpret library, built on the top of libdwarfpp by Stephen Kell.
Allows the evaluation of a Dwarf register value of self at runtime. Useful for manual stack unwind, in the absence of a base pointer.
WIP, the documentation is probably not awesome.
Documentation
To generate the documentation, make sure you have Doxygen installed on your computer, then run
make docs