search for: dwafwrit

Displaying 2 results from an estimated 2 matches for "dwafwrit".

Did you mean: dwafwriter
2009 Feb 24
2
[LLVMdev] Debug Info Question
Hi, I want to emit the debug information in assembly through assembler directives. Also I don't want to emit debug information in sections (like Dwarf). Instead the debug information will be interspersed with the assembly. However in LLVM, debug info (e.g. stoppoint) is read and made part of the DAG only when DwarfWriter is registered. How can I emit the debug information in assembly
2009 Feb 24
0
[LLVMdev] Debug Info Question
...ill be interspersed > with the assembly. However in LLVM, debug info (e.g. stoppoint) is > read and made part of the DAG only when DwarfWriter is registered. > > How can I emit the debug information in assembly with out using > DwarfWriter? We are moving in the direction where DwafWriter won't be required while building DAG. The work is in progress to annotate machine instructions (DebugLoc etc..) with debugging information which can be directly interpreted by an asm printer. DwarfWriter will become dumb asm printer which will work directly based on incoming machine...