[lldb-dev] [Bug 32297] LLDB stopping before function arguments have been initialized

via lldb-dev lldb-dev at lists.llvm.org
Wed Mar 15 19:12:41 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=32297

Jim Ingham <jingham at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|4.0                         |unspecified
          Component|All Bugs                    |compiler-rt
                 CC|                            |jingham at apple.com
           Assignee|lldb-dev at lists.llvm.org     |unassignedbugs at nondot.org
            Product|lldb                        |compiler-rt

--- Comment #1 from Jim Ingham <jingham at apple.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20170316/2d53e234/attachment.html>


More information about the lldb-dev mailing list