Displaying 2 results from an estimated 2 matches for "89086e25".
Did you mean:
8056e25
2011 Mar 10
2
[LLVMdev] Parsing dwarf debug info of an GAS assembly file
I have a question not strictly related to LLVM:
I know there is a tool (libdwarf / dwarfdump) to dump/parse debug
information of an object file,
but do you know a tool that can parse dwarf sections of a ".s" GAS assembly
file ?
Thank you,
Damien
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Mar 10
0
[LLVMdev] Parsing dwarf debug info of an GAS assembly file
On Mar 9, 2011, at 6:32 PM, Damien Vincent wrote:
>
> I have a question not strictly related to LLVM:
> I know there is a tool (libdwarf / dwarfdump) to dump/parse debug information of an object file,
> but do you know a tool that can parse dwarf sections of a ".s" GAS assembly file ?
I do not know any tool other than the assembler itself. What are you trying to do ?
-