diff options
author | Caroline Tice <ctice@apple.com> | 2010-10-15 21:52:38 +0000 |
---|---|---|
committer | Caroline Tice <ctice@apple.com> | 2010-10-15 21:52:38 +0000 |
commit | 43a8c39b9c6e99e001c6433f0148120f2af04a2b (patch) | |
tree | 18bdea6d69af10184da4c34c2efdc7f9dba9f9e8 /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | 399add01d423800b4cf664f23b52d53dadd36fd5 (diff) | |
download | bcm5719-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.cpp | 2 |
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; } |