diff options
author | Adrian McCarthy <amccarth@google.com> | 2015-11-20 18:15:14 +0000 |
---|---|---|
committer | Adrian McCarthy <amccarth@google.com> | 2015-11-20 18:15:14 +0000 |
commit | af75dab3834f4afdc168df45b8bc93b44219c4ef (patch) | |
tree | 343559d9b73e59b76ba96086597a40046c338560 /lldb/source/Commands/CommandObjectTarget.cpp | |
parent | 4d5d1dd6d56b0fec5dee0270d4ee83bfae56d284 (diff) | |
download | llvm-af75dab3834f4afdc168df45b8bc93b44219c4ef.zip llvm-af75dab3834f4afdc168df45b8bc93b44219c4ef.tar.gz llvm-af75dab3834f4afdc168df45b8bc93b44219c4ef.tar.bz2 |
FOO
llvm-svn: 253684
Diffstat (limited to 'lldb/source/Commands/CommandObjectTarget.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectTarget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp index b530517..026ae35 100644 --- a/lldb/source/Commands/CommandObjectTarget.cpp +++ b/lldb/source/Commands/CommandObjectTarget.cpp @@ -256,7 +256,7 @@ protected: { if (!symfile.Readable()) { - result.AppendErrorWithFormat("symbol file '%s' is not readable", core_file.GetPath().c_str()); + result.AppendErrorWithFormat("symbol file '%s' is not readable", symfile.GetPath().c_str()); result.SetStatus (eReturnStatusFailed); return false; } |