forked from OSchip/llvm-project
Now the linux platform lets it be known that it can't launch processes for
debugging. llvm-svn: 145221
This commit is contained in:
parent
6d110aa84d
commit
cc23eb6fbf
|
@ -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:
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue