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

Jim Ingham <jing...@apple.com> changed:

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

--- Comment #1 from Jim Ingham <jing...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to