<html>
<head>
<base href="http://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 --- - Keep full namespace::class::method() names for inlined functions in the -gline-tables-only mode"
href="http://llvm.org/bugs/show_bug.cgi?id=22643">22643</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Keep full namespace::class::method() names for inlined functions in the -gline-tables-only mode
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</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>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Frontend
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>glider@google.com
</td>
</tr>
<tr>
<th>CC</th>
<td>dvyukov@google.com, jyasskin@google.com, kcc@google.com, llvmbugs@cs.uiuc.edu, samsonov@google.com
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Right now Clang in -gline-tables-only mode stores short function names for
every function (both inlined and non-inlined) in addition to its file:line
info.
When symbolizing stacks from sanitizer tools (which typically build with
-gline-tables-only), llvm-symbolizer queries the symbol tables for the fully
qualified function names for non-inlined functions, while for inline ones only
the short names are available.
Is it possible to make -gline-tables-only store the full names for inlined
functions and remove the non-inlined function names from debug info at all?
This way we'll have full names for both inlined and non-inlined functions, and
the binary size will not probably increase much.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>