summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2016-08-18 12:32:41 +0000
committerPavel Labath <labath@google.com>2016-08-18 12:32:41 +0000
commit27402d2a12fad5e347879e23eb91ba63778b3360 (patch)
tree411a7a375b257968dcbadac3e0df0874a7e70e02 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
parent2fc1985db3ea6f60156d9fb4b969cc05636586c0 (diff)
downloadbcm5719-llvm-27402d2a12fad5e347879e23eb91ba63778b3360.tar.gz
bcm5719-llvm-27402d2a12fad5e347879e23eb91ba63778b3360.zip
Move QSyncThreadState packet generation to the gdb-remote client
llvm-svn: 279057
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
index 7b6e5e6784d..b041ecbf3da 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
@@ -509,6 +509,9 @@ public:
bool
RestoreRegisterState (lldb::tid_t tid, uint32_t save_id);
+ bool
+ SyncThreadState(lldb::tid_t tid);
+
const char *
GetGDBServerProgramName();
OpenPOWER on IntegriCloud