<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 --- - lldb.utils.symbolication always resolve to the next line"
href="https://llvm.org/bugs/show_bug.cgi?id=22933">22933</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>lldb.utils.symbolication always resolve to the next line
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>3.2
</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>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>shore.cloud@gmail.com
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>For example:
lldb.utils.symbolication result:
0x0000000000d2e58b `GameScene::onEnter() + 59 at GameScene.cpp:730
while the malloc_history command line utility returns:
GameScene::onEnter() (in xxx) + 59 [0xd2e58b] GameScene.cpp:728
The target address is 0xd2e58b, but it resolves to line 730 in
lldb.utils.symbolication, which is different from malloc_history's line 728.</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>