commit | 761afb822b18c46b2ad84be03f372e90ac1e6143 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Thu May 02 00:27:30 2013 +0000 |
committer | Jim Ingham <jingham@apple.com> | Thu May 02 00:27:30 2013 +0000 |
tree | e2c33ec7466993b141c59144ad28e89650548222 | |
parent | a0fbd4678915fa07d03ad3bede2342acdbdbf8e7 [diff] [blame] |
Recommitting r180831 with trivial fix - remember to return errors if you compute. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@180898 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h index dc4ec56..5cbb13f 100644 --- a/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ b/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
@@ -141,7 +141,7 @@ DoHalt (bool &caused_stop); virtual lldb_private::Error - DoDetach (); + DoDetach (bool keep_stopped); virtual bool DetachRequiresHalt() { return true; }