<html>
<head>
<base href="https://bugs.llvm.org/">
</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 - [llvm-pdbutil] Feature: dump symbol info by function name"
href="https://bugs.llvm.org/show_bug.cgi?id=49811">49811</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[llvm-pdbutil] Feature: dump symbol info by function name
</td>
</tr>
<tr>
<th>Product</th>
<td>tools
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</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>llvm-dwarfdump
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>rnk@google.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>While investigating a debug info quality issue, I wanted to dump the symbol
records of a particular function. Dumping all symbol info for the entire PDB is
a bad idea: a 2.8GB PDB will probably result in 10s of GBs of text. What I did
instead was to dump the globals, grep for the function I was debugging, look up
the module, dump the module in question, then search for the S_GPROC32, and
look at those records.
This could be greatly simplified with a bit of programming in llvm-pdbutil.</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>