diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectFile.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectFile.cpp b/lldb/source/Commands/CommandObjectFile.cpp index 737b0cb4ec8..45dc2a968e6 100644 --- a/lldb/source/Commands/CommandObjectFile.cpp +++ b/lldb/source/Commands/CommandObjectFile.cpp @@ -127,7 +127,7 @@ CommandObjectFile::Execute const int argc = command.GetArgumentCount(); if (argc == 1) { - FileSpec file_spec (file_path); + FileSpec file_spec (file_path, true); if (! file_spec.Exists() && !file_spec.ResolveExecutableLocation()) { |