<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <blockquote
cite="mid:CADbEz-hc70SJYYCpOSfGYVqo9ROkb-5JAqVJrfXpe2=8dat=xA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">Clang produced binaries should be
            debuggable with GDB. All of clang, gcc and gdb support the
            same debugging format, DWARF from <a moz-do-not-send="true"
              href="http://dwarfstd.org">dwarfstd.org</a>. Older GDBs
            may not work well with newer clangs.
            <div style=""><br>
            </div>
            <div style="">There is one substantial known-issue, clang's
              debug info is extremely poor when optimizations are
              enabled. As for unoptimized debug info, if you find
              problems please file bugs.</div>
            <div style="">
              <br>
            </div>
            <div style="">Nick<br>
              <br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    Ok, thanks for the info. If I find bugs, I will report them.<br>
    <br>
    Kevin<br>
  </body>
</html>