I am working with a different assembly format (in house assembly...).<br>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)<br>
Without debugging information, this conversion is pretty straightforward
 but now comes the time to convert some debugging informations.<br><br>  Thanks,<br><br>  Damien<br><br><div class="gmail_quote">On Thu, Mar 10, 2011 at 9:20 AM, Devang Patel <span dir="ltr"><<a href="mailto:dpatel@apple.com">dpatel@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5"><br>
On Mar 9, 2011, at 6:32 PM, Damien Vincent wrote:<br>
<br>
><br>
> I have a question not strictly related to LLVM:<br>
> I know there is a tool (libdwarf / dwarfdump) to dump/parse debug information of an object file,<br>
> but do you know a tool that can parse dwarf sections of a ".s" GAS assembly file ?<br>
<br>
</div></div>I do not know any tool other than the assembler itself. What are you trying to do ?<br>
-<br>
<font color="#888888">Devang<br>
<br>
</font></blockquote></div><br>