libdwarfw

February 5, 2018 ยท View on GitHub

A C library to write DWARF debugging information.

It currently only supports .eh_frame with a few DWARF instructions.

Building

Install dependencies:

  • meson
  • libelf

Run these commands:

meson build
ninja -C build

License

MIT