Damien Vincent
2011-Mar-10 02:32 UTC
[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: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110309/0adbfbe8/attachment.html>
Devang Patel
2011-Mar-10 17:20 UTC
[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 ? - Devang
Damien Vincent
2011-Mar-10 18:44 UTC
[LLVMdev] Parsing dwarf debug info of an GAS assembly file
I am working with a different assembly format (in house assembly...). I added a target to LLVM but find it easier to keep a GAS assembly output from LLVM and then convert it to the in-house assembly format (with a standalone tool) Without debugging information, this conversion is pretty straightforward but now comes the time to convert some debugging informations. Thanks, Damien On Thu, Mar 10, 2011 at 9:20 AM, Devang Patel <dpatel at apple.com> wrote:> > 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 ? > - > Devang > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110310/89086e25/attachment.html>
Reasonably Related Threads
- [LLVMdev] Parsing dwarf debug info of an GAS assembly file
- [LLVMdev] Expressiveness of column numbers in dwarf using clang 3.0?
- [LLVMdev] Expressiveness of column numbers in dwarf using clang 3.0?
- [LLVMdev] Expressiveness of column numbers in dwarf using clang 3.0?
- [LLVMdev] Expressiveness of column numbers in dwarf using clang 3.0?