I’ve been having a hard time sifting through huge dwarf dump files in the last year or so, especially some of the huge dumps from the C++ standard template library. (Blech) So I’ve been working on a side project to let me do more powerful queries on dwarf information. The part of the dwarf information that [...]
There is a glibc bug that makes our new C Compiler on Linux not work. The symptom looks like this:
> “helloworld.c”, line 8: internal compiler error: DBGGEN ERROR:
> FILE=”../src/dbg_libdwarf.c”, LINE=46, Could not load dwarf library:
> libdwarf.so : libdwarf.so: cannot open shared object file: No such file
> or directory [DBG_GEN 5.0.8]
> cc: acomp failed for helloworld.c
The [...]
I’ve been working in my spare time on the idea of converting dwarf debugging information into XML so that I can format it as XHTML using a stylesheet, and so I can check it using a Schema of some sort. When I started fiddling today I assumed that using a DTD was the way [...]