libdwarfpp
libdwarfpp copied to clipboard
A high-level API for accessing DWARF debugging information, in C++
Hi, when an FDE contains only the initial instructions from CIE and NOPs otherwise, libdwarfpp's FDE won't contain any rows, but i would have expected the CIE row. Is this...
Since this library compiles using Autotools, it won't exactly support Windows.
Got the following error in the `make install` step on Fedora Linux x86_64 systems: ``` /usr/bin/mkdir -p 'examples' /bin/sh ./libtool --mode=install /usr/bin/install -c examples/core-query examples/dwarfppdump examples/print_spec examples/sranges examples/subseq examples/eh-frame-hdr 'examples'...
Reading DIEs through libdwarf is a bit of a performance bottleneck, because it does memory allocation very frequently. It would be better to use libdw (from elfutils), which more sensibly...
I have some problems building on Ubuntu 23.10. First of all I get an error when running autogen.sh: ``` checking dependency style of g++... gcc3 ./configure: line 16930: syntax error...
Bumps [contrib/libsrk31c++](https://github.com/stephenrkell/libsrk31cxx) from `34e2274` to `3a5e029`. Commits 3a5e029 Merge pull request #3 from difcsi/fix-oob 1721149 fix: vector OOB access causing assertion violation crashes cab5cb1 Merge pull request #2 from difcsi/remove_stdunary...