Lines Matching refs:NativeThreadProtocol
31 #include "lldb/Host/common/NativeThreadProtocol.h"
643 GetRegistersAsJSON(NativeThreadProtocol &thread) {
736 for (NativeThreadProtocol &thread : process.Threads()) {
798 NativeThreadProtocol &thread) {
864 for (NativeThreadProtocol &listed_thread : process.Threads()) {
896 for (NativeThreadProtocol &thread : process.Threads()) {
1003 NativeThreadProtocol *thread = process.GetThreadByID(tid);
1027 for (NativeThreadProtocol &listed_thread : m_current_process->Threads()) {
1415 NativeThreadProtocol *thread = m_current_process->GetCurrentThread();
1901 NativeThreadProtocol *thread = m_current_process->GetCurrentThread();
1991 NativeThreadProtocol *thread = m_current_process->GetThreadAtIndex(0);
2082 for (NativeThreadProtocol &thread : process.Threads()) {
2124 NativeThreadProtocol *thread = GetThreadFromSuffix(packet);
2188 NativeThreadProtocol *thread = GetThreadFromSuffix(packet);
2276 NativeThreadProtocol *thread = GetThreadFromSuffix(packet);
2386 NativeThreadProtocol *thread =
3031 NativeThreadProtocol *thread = m_continue_process->GetThreadByID(tid);
3057 NativeThreadProtocol *thread = m_current_process->GetThreadAtIndex(0);
3190 NativeThreadProtocol *thread = m_current_process->GetCurrentThread();
3307 NativeThreadProtocol *thread = GetThreadFromSuffix(packet);
3365 NativeThreadProtocol *thread = GetThreadFromSuffix(packet);
4096 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix(