<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2016-02-11 0:12 GMT-03:00 Martin <span dir="ltr"><<a href="mailto:fpc@mfriebe.de" target="_blank">fpc@mfriebe.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><span class=""></span><br>
    Lazarus has "Leaks and Traces" in the view menu. Paste the trace,
    and then use the Button "Resolve" to load the exe with symbols. That
    should do.<br>
    <br>
    It uses a copy of the code found in infodwrf and "whatever the name
    of the unit reading stabs". Both of them (afaik) dont do dbg files.
    If someone has info how to add that, well ....<br>
    <br>
    <br>
    as for gdb, you can open your exe (and if gdb finds the dbg file,
    then that should be fine.)<br>
    if gdb loaded your dbg info, then you can do something (not
    tested/from memory)<br>
    <pre><font size="-1">info symbol 0x54320

and it prints what is at that address. Do that for each address in the trace.
</font></pre></div></blockquote><div><br></div><div>Thanks.<br><br></div><div>Much helpful <br><br></div><div>Luiz<br></div></div></div></div>