<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Linux support for symbols in libstdc++-4.8-dbg"
   href="https://llvm.org/bugs/show_bug.cgi?id=23385">23385</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Linux support for symbols in libstdc++-4.8-dbg
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>vince@nethacker.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Clang omits debug info for things it thinks you should already have symbols
for.

gdb does the right thing and opens the symbol files if you have them.
lldb does not.

To get around this problem, Darwin disables this feature and always outputs all
symbol data.

Several tests on Linux are compiled with -fno-limit-debug-info to work around
this problem.  A better solution would be for LLDB to support finding this
symbol information on the host.

vharron@tifa:~/ll/tot/lldb/test$ dpkg -L libstdc++6-4.8-dbg
/.
/usr
/usr/share
/usr/share/doc
/usr/share/gcc-4.8
/usr/share/gcc-4.8/python
/usr/share/gcc-4.8/python/libstdcxx
/usr/share/gcc-4.8/python/libstdcxx/v6
/usr/share/gcc-4.8/python/libstdcxx/v6/printers.py
/usr/share/gcc-4.8/python/libstdcxx/v6/__init__.py
/usr/share/gcc-4.8/python/libstdcxx/__init__.py
/usr/lib
/usr/lib/debug
/usr/lib/debug/usr
/usr/lib/debug/usr/lib
/usr/lib/debug/usr/lib/x86_64-linux-gnu
/usr/lib/debug/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19
/usr/lib/debug/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/debug
/usr/lib/x86_64-linux-gnu/debug/libstdc++.so.6.0.19
/usr/lib/x86_64-linux-gnu/debug/libstdc++.a
/usr/share/doc/libstdc++6-4.8-dbg
/usr/lib/x86_64-linux-gnu/debug/libstdc++.so
/usr/lib/x86_64-linux-gnu/debug/libstdc++.so.6</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>