From cc23eb6fbf9fd540d29992f75271f692ba6c7abd Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Mon, 28 Nov 2011 01:47:46 +0000 Subject: Now the linux platform lets it be known that it can't launch processes for debugging. llvm-svn: 145221 --- lldb/source/Plugins/Platform/Linux/PlatformLinux.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lldb/source/Plugins/Platform/Linux/PlatformLinux.h b/lldb/source/Plugins/Platform/Linux/PlatformLinux.h index 10cdc6a55da..eed5813edfe 100644 --- a/lldb/source/Plugins/Platform/Linux/PlatformLinux.h +++ b/lldb/source/Plugins/Platform/Linux/PlatformLinux.h @@ -98,6 +98,12 @@ namespace lldb_private { Attach(ProcessAttachInfo &attach_info, Debugger &debugger, Target *target, Listener &listener, Error &error); + virtual bool + CanDebugProcess () + { + return false; + } + protected: -- cgit v1.2.3