diff options
Diffstat (limited to 'lldb/source/Plugins/Platform/Linux')
-rw-r--r-- | lldb/source/Plugins/Platform/Linux/PlatformLinux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Platform/Linux/PlatformLinux.h b/lldb/source/Plugins/Platform/Linux/PlatformLinux.h index da907bb4aa9..5935002c58b 100644 --- a/lldb/source/Plugins/Platform/Linux/PlatformLinux.h +++ b/lldb/source/Plugins/Platform/Linux/PlatformLinux.h @@ -104,6 +104,7 @@ namespace lldb_private { Attach(ProcessAttachInfo &attach_info, Debugger &debugger, Target *target, Listener &listener, Error &error); + // Linux processes can not be launched by spawning and attaching. virtual bool CanDebugProcess () { |