forked from OSchip/llvm-project
Replace boolean parameter with enum value according r342633
llvm-svn: 342671
This commit is contained in:
parent
68f0eeff83
commit
d54ee88a75
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue