commit | b4e08abf4972befc8412bc83a0205fbdc547290e | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Tue Apr 30 23:46:08 2013 +0000 |
committer | Jim Ingham <jingham@apple.com> | Tue Apr 30 23:46:08 2013 +0000 |
tree | f455666a7c2b7a8f522cc9c457bdc9b0e8cc4f1d | |
parent | f9138b7dc02758396f52c09ae5551a1ee4a451ca [diff] [blame] |
Added an option to "process detach" to keep the process stopped, if the process plugin (or in the case of ProcessGDBRemote the stub we are talking to) know how to do that. rdar://problem/13680832 git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@180831 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h b/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h index fba221e..9de2623 100644 --- a/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h +++ b/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h
@@ -135,7 +135,7 @@ DoHalt (bool &caused_stop); virtual lldb_private::Error - DoDetach (); + DoDetach (bool keep_stopped); virtual lldb_private::Error DoSignal (int signal);