From 1875776e68976e91f6fec0ecbd8d7632d1799120 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 3 Jul 2013 16:26:34 +0000 Subject: Update error message; detach-keeps-stopped is also not on FreeBSD llvm-svn: 185549 --- lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/source/Plugins/Process/POSIX') diff --git a/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp b/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp index 824d797cd79..4e8ed2f8a35 100644 --- a/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp +++ b/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp @@ -313,9 +313,9 @@ ProcessPOSIX::DoDetach(bool keep_stopped) Error error; if (keep_stopped) { - // FIXME: If you want to implement keep_stopped on Linux, + // FIXME: If you want to implement keep_stopped, // this would be the place to do it. - error.SetErrorString("Detaching with keep_stopped true is not currently supported on Linux."); + error.SetErrorString("Detaching with keep_stopped true is not currently supported on this platform."); return error; } -- cgit v1.2.3