diff options
| -rw-r--r-- | lldb/source/Host/common/Symbols.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/common/Symbols.cpp b/lldb/source/Host/common/Symbols.cpp index 177d7042cd5..ae6d16613b1 100644 --- a/lldb/source/Host/common/Symbols.cpp +++ b/lldb/source/Host/common/Symbols.cpp @@ -37,7 +37,7 @@ Symbols::FindSymbolFileInBundle (const FileSpec& symfile_bundle, } bool -Symbols::DownloadObjectAndSymbolFile (ModuleSpec &module_spec) +Symbols::DownloadObjectAndSymbolFile (ModuleSpec &module_spec, bool force_lookup) { // Fill in the module_spec.GetFileSpec() for the object file and/or the // module_spec.GetSymbolFileSpec() for the debug symbols file. |

