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

Jim Ingham <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|4.0                         |unspecified
          Component|All Bugs                    |compiler-rt
                 CC|                            |[email protected]
           Assignee|[email protected]     |[email protected]
            Product|lldb                        |compiler-rt

--- Comment #1 from Jim Ingham <[email protected]> ---
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
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to