search for: pydevtools

Displaying 1 result from an estimated 1 matches for "pydevtools".

Did you mean: devtools
2010 Oct 21
2
[LLVMdev] Dwarf debugging strangeness, continued...
...witched over to using the direct object-file generation instead of generating assembly in hopes of getting around the "Fatal error: duplicate .debug_line sections" binutils bug. I now have 4 different tools for dumping the DWARF info for an object module: dwarfdump, objdump, readelf, and pydevtools. Curiously, they don't all agree on what debugging information is present in an LLVM-generated object file. First let me explain what's in the executable. There are several parts: - First, there are a bunch of .bc files that are generated by my frontend, and which contain debugging...