[lldb-dev] [Bug 21720] New: Implement a DynamicLoader plugin for Windows

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Dec 2 23:09:02 PST 2014


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

            Bug ID: 21720
           Summary: Implement a DynamicLoader plugin for Windows
           Product: lldb
           Version: unspecified
          Hardware: PC
               URL: http://lists.cs.uiuc.edu/pipermail/lldb-dev/2014-Decem
                    ber/005956.html
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: zturner at google.com
          Reporter: zturner at google.com
                CC: lldb-dev at cs.uiuc.edu
    Classification: Unclassified

In order for LLDB to know about work correctly with shared library loading /
unloading, we need a DynamicLoader plugin for windows that receives DLL load /
unload events, handles the initial executable module for launching, and handles
getting the initial set of loaded modules for attaching.

This will allow deferred breakpoints to be resolved at module load time.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20141203/922feb6f/attachment.html>


More information about the lldb-dev mailing list