commit | 9f521f22d46bb469f5a2645a4da4310d38dab7b4 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Fri Oct 30 21:32:03 2015 +0000 |
committer | Jim Ingham <jingham@apple.com> | Fri Oct 30 21:32:03 2015 +0000 |
tree | 2511abc534d9e5609bed04fc0ee5016a923b16fd | |
parent | 57d171c9a6bde7c4cd5de0edddba2c89a1cdf2d5 [diff] [blame] |
Fix an error message (the debugger was invalid, not the target.) llvm-svn: 251720
diff --git a/lldb/source/API/SBDebugger.cpp b/lldb/source/API/SBDebugger.cpp index fca43d6..53785cd 100644 --- a/lldb/source/API/SBDebugger.cpp +++ b/lldb/source/API/SBDebugger.cpp
@@ -638,7 +638,7 @@ } else { - sb_error.SetErrorString("invalid target"); + sb_error.SetErrorString("invalid debugger"); } Log *log(GetLogIfAllCategoriesSet (LIBLLDB_LOG_API));