http://llvm.org/bugs/show_bug.cgi?id=20309

            Bug ID: 20309
           Summary: Re-enable support for MachO GDB registration in
                    RuntimeDyldMachO.
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Generic Execution Engine Support
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Commit r211652 added support for registering JIT'd MachO object files with GDB,
but the implementation had some issues. In particular, it modified the
in-memory object, which was backed by a read-only MemoryBuffer.

This issue was resolved in r213086 by removing GDB registration support.

This support should be re-enabled via a safe mechanism.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to