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

            Bug ID: 35480
           Summary: Failure to hit a breakpoint in global constructors in
                    a shared library
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: ezemt...@google.com
          Reporter: lab...@google.com
                CC: llvm-bugs@lists.llvm.org

It's really as simple as it says on the box. The cause is probably that our
dynamic linker plugin hooks the shared library load event too late. This
affects Linux and probably all other ELF targets as well. I'll commit a
TestBreakpointInGlobalConstructors test to demostrate this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to