Manually call ModulesDidLoad when the executable is loaded.
authorZachary Turner <zturner@google.com>
Wed, 3 Dec 2014 22:04:31 +0000 (22:04 +0000)
committerZachary Turner <zturner@google.com>
Wed, 3 Dec 2014 22:04:31 +0000 (22:04 +0000)
commitb3ff719b044142e8a7f2b847b710db3dabe092bc
tree8d71cf75c0b6629b9d12f982d3de1509c3d92b2a
parentc6a6653ebb59a40f1701bd757540cdaf1108c969
Manually call ModulesDidLoad when the executable is loaded.

This is a temporary workaround to get deferred breakpoint
resolution working until Bug 21720 is addressed.  Even with this
workaround, it will only resolve deferred breakpoints in the
executable module, and not in a shared library.

llvm-svn: 223273
lldb/source/Plugins/Process/Windows/ProcessWindows.cpp