[Lldb-commits] [PATCH] D43419: Fix TestBreakpointInGlobalConstructor for Windows
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 16 16:27:26 PST 2018
zturner added a comment.
I'm not sure how hard it would be, but it would be better if we could do the same thing on Windows, for consistency of behavior. In principle it's straightforward, just scan through the IAT and load all of the imported modules. Probably the DynamicLoaderWindows plugin is doing this right now.
https://reviews.llvm.org/D43419
More information about the lldb-commits
mailing list