summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-01-25 02:58:48 +0000
committerGreg Clayton <gclayton@apple.com>2011-01-25 02:58:48 +0000
commit414f5d3fe8c28ade7394930159e74a72aa7eba72 (patch)
treed5542c795624eb06a0eaa809603dc31f9b6be348 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
parent0c2706823e22af895844fca14dab528c4f95d044 (diff)
downloadbcm5719-llvm-414f5d3fe8c28ade7394930159e74a72aa7eba72.tar.gz
bcm5719-llvm-414f5d3fe8c28ade7394930159e74a72aa7eba72.zip
Fixed ProcessGDBRemote to kill the process correctly when it is either running
or stopped. Added support for sections to be able to state if they are encrypted or not. llvm-svn: 124171
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
index 8c8f1a8a9af..6fa5ab7a752 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
@@ -150,9 +150,6 @@ public:
DoSignal (int signal);
virtual lldb_private::Error
- WillDestroy ();
-
- virtual lldb_private::Error
DoDestroy ();
virtual void
@@ -392,7 +389,6 @@ protected:
lldb_private::Error
InterruptIfRunning (bool discard_thread_plans,
bool catch_stop_event,
- bool resume_private_state_thread,
lldb::EventSP &stop_event_sp);
private:
OpenPOWER on IntegriCloud