From 43a8c39b9c6e99e001c6433f0148120f2af04a2b Mon Sep 17 00:00:00 2001 From: Caroline Tice Date: Fri, 15 Oct 2010 21:52:38 +0000 Subject: Disable "process.macosx" plugin, since it is not being actively supported at the moment, and no longer works properly (bit rot). llvm-svn: 116626 --- lldb/source/Commands/CommandObjectProcess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Commands/CommandObjectProcess.cpp') 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; } -- cgit v1.2.3