summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
diff options
context:
space:
mode:
authorTatyana Krasnukha <tatyana@synopsys.com>2018-09-20 17:57:24 +0000
committerTatyana Krasnukha <tatyana@synopsys.com>2018-09-20 17:57:24 +0000
commitd54ee88a756d73df6e12642105c6a67e7cd1c0d8 (patch)
treef5ea15b51a6323662fd36921d2a9d71033d6585a /lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
parent68f0eeff83985a767e2e26522f8978d90ae858a6 (diff)
downloadbcm5719-llvm-d54ee88a756d73df6e12642105c6a67e7cd1c0d8.tar.gz
bcm5719-llvm-d54ee88a756d73df6e12642105c6a67e7cd1c0d8.zip
Replace boolean parameter with enum value according r342633
llvm-svn: 342671
Diffstat (limited to 'lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp')
-rw-r--r--lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp b/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
index 18e3b76da94..21682ec0ea0 100644
--- a/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
+++ b/lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
@@ -837,7 +837,7 @@ void ProcessWindows::OnDebuggerConnected(lldb::addr_t image_base) {
return;
}
- GetTarget().SetExecutableModule(module, false);
+ GetTarget().SetExecutableModule(module, eLoadDependentsNo);
}
bool load_addr_changed;
OpenPOWER on IntegriCloud