summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectProcess.cpp
diff options
context:
space:
mode:
authorCaroline Tice <ctice@apple.com>2010-10-15 21:52:38 +0000
committerCaroline Tice <ctice@apple.com>2010-10-15 21:52:38 +0000
commit43a8c39b9c6e99e001c6433f0148120f2af04a2b (patch)
tree18bdea6d69af10184da4c34c2efdc7f9dba9f9e8 /lldb/source/Commands/CommandObjectProcess.cpp
parent399add01d423800b4cf664f23b52d53dadd36fd5 (diff)
downloadbcm5719-llvm-43a8c39b9c6e99e001c6433f0148120f2af04a2b.tar.gz
bcm5719-llvm-43a8c39b9c6e99e001c6433f0148120f2af04a2b.zip
Disable "process.macosx" plugin, since it is not being actively supported
at the moment, and no longer works properly (bit rot). llvm-svn: 116626
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectProcess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectProcess.cpp b/lldb/source/Commands/CommandObjectProcess.cpp
index c6c2779336b..62b4a0f1586 100644
--- a/lldb/source/Commands/CommandObjectProcess.cpp
+++ b/lldb/source/Commands/CommandObjectProcess.cpp
@@ -168,7 +168,7 @@ public:
if (process == NULL)
{
- result.AppendErrorWithFormat ("Failed to find a process plugin for executable");
+ result.AppendErrorWithFormat ("Failed to find a process plugin for executable.\n");
result.SetStatus (eReturnStatusFailed);
return false;
}
OpenPOWER on IntegriCloud