commit | 27402d2a12fad5e347879e23eb91ba63778b3360 | [log] [tgz] |
---|---|---|
author | Pavel Labath <labath@google.com> | Thu Aug 18 12:32:41 2016 +0000 |
committer | Pavel Labath <labath@google.com> | Thu Aug 18 12:32:41 2016 +0000 |
tree | 411a7a375b257968dcbadac3e0df0874a7e70e02 | |
parent | 2fc1985db3ea6f60156d9fb4b969cc05636586c0 [diff] [blame] |
Move QSyncThreadState packet generation to the gdb-remote client llvm-svn: 279057
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h index 7b6e5e6..b041ecb 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
@@ -509,6 +509,9 @@ bool RestoreRegisterState (lldb::tid_t tid, uint32_t save_id); + bool + SyncThreadState(lldb::tid_t tid); + const char * GetGDBServerProgramName();