diff options
author | Zachary Turner <zturner@google.com> | 2014-12-05 18:46:04 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2014-12-05 18:46:04 +0000 |
commit | 301d184784d8fd50f52e18f2b9516115a61786a2 (patch) | |
tree | 01f43cad4c7e487b9337cc7c96f9b649ff23be9f /lldb/source/Plugins/Process/Windows/ProcessWindows.h | |
parent | cfd3b1ae6fc3a7116a2d5484b8b4efd24c8bcf42 (diff) | |
download | bcm5719-llvm-301d184784d8fd50f52e18f2b9516115a61786a2.tar.gz bcm5719-llvm-301d184784d8fd50f52e18f2b9516115a61786a2.zip |
Load / unload modules in the target when the OS events occur.
This causes all deferred breakpoints to be correctly resolved as
the modules that they reside in are loaded.
llvm-svn: 223497
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/ProcessWindows.h')
-rw-r--r-- | lldb/source/Plugins/Process/Windows/ProcessWindows.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Windows/ProcessWindows.h b/lldb/source/Plugins/Process/Windows/ProcessWindows.h index 18ffa344bb2..61afcba07ba 100644 --- a/lldb/source/Plugins/Process/Windows/ProcessWindows.h +++ b/lldb/source/Plugins/Process/Windows/ProcessWindows.h @@ -13,7 +13,6 @@ // C Includes // C++ Includes -#include <map> #include <memory> #include <queue> |