<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:jingham@apple.com" title="Jim Ingham <jingham@apple.com>"> <span class="fn">Jim Ingham</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - LLDB stopping before function arguments have been initialized"
href="https://bugs.llvm.org/show_bug.cgi?id=32297">bug 32297</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Version</td>
<td>4.0
</td>
<td>unspecified
</td>
</tr>
<tr>
<td style="text-align:right;">Component</td>
<td>All Bugs
</td>
<td>compiler-rt
</td>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>jingham@apple.com
</td>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>lldb-dev@lists.llvm.org
</td>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<td style="text-align:right;">Product</td>
<td>lldb
</td>
<td>compiler-rt
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - LLDB stopping before function arguments have been initialized"
href="https://bugs.llvm.org/show_bug.cgi?id=32297#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - LLDB stopping before function arguments have been initialized"
href="https://bugs.llvm.org/show_bug.cgi?id=32297">bug 32297</a>
from <span class="vcard"><a class="email" href="mailto:jingham@apple.com" title="Jim Ingham <jingham@apple.com>"> <span class="fn">Jim Ingham</span></a>
</span></b>
<pre>The line table information specifies the address of the end of the prologue,
and when you tell lldb to set a breakpoint on a function by name, it pushes the
breakpoint to that address.
If that address is not actually at the end of the prologue, that's a bug in the
compiler.</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>