Some experiments around compiling the most used Dwarf information (ELF debug data) directly into assembly.
Théophile Bastian
13ebe46df2
This is meant to make it easy to call the pc extractor from some other python code as well, to call it from generate_eh_elf.py |
||
---|---|---|
shared | ||
src | ||
stack_walker | ||
tests | ||
.gitignore | ||
compare_sizes.py | ||
extract_pc.py | ||
generate_eh_elf.py | ||
LICENSE | ||
Makefile | ||
README.md | ||
shared_python.py |
Dwarf Assembly
Some experiments around compiling the most used Dwarf informations (ELF debug data) directly into assembly.
This project is a big work in progress, don't expect anything to be stable for now.
Dependencies
As of now, this project relies on the following libraries:
- libelf
- libdwarf
- libdwarfpp, itself depending on
These libraries are expected to be installed somewhere your compiler can find them.