Some experiments around compiling the most used Dwarf information (ELF debug data) directly into assembly.
Go to file
Théophile Bastian 601fb2fcd0 Python: make compatible with 3.5
subprocess.*(…, encoding='utf-8') → .decode('utf-8')
2018-05-02 14:47:05 +02:00
shared Move _fde_func_t typedef to shared .h 2018-04-27 11:05:34 +02:00
src CodeGenerator: use hex for switches' bounds 2018-04-27 17:07:58 +02:00
stack_walker StackWalker: multiple fixes 2018-04-27 17:31:53 +02:00
tests Ignore *.bin under tests/ 2018-04-27 17:33:16 +02:00
.gitignore Add python script to compile easily 2018-04-25 17:33:59 +02:00
generate_eh_elf.py Python: make compatible with 3.5 2018-05-02 14:47:05 +02:00
LICENSE Initial commit 2018-04-20 11:33:48 +02:00
Makefile Add python script to compile easily 2018-04-25 17:33:59 +02:00
README.md Add README 2018-04-20 11:41:06 +02:00

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:

These libraries are expected to be installed somewhere your compiler can find them.