diff options
| -rw-r--r-- | lldb/source/Plugins/Platform/Linux/PlatformLinux.h | 6 |
1 files changed, 6 insertions, 0 deletions
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: |

