Lines Matching refs:NativeThreadProtocol
31 #include "lldb/Host/common/NativeThreadProtocol.h"
643 GetRegistersAsJSON(NativeThreadProtocol &thread) {
734 for (NativeThreadProtocol &thread : process.Threads()) {
796 NativeThreadProtocol &thread) {
862 for (NativeThreadProtocol &listed_thread : process.Threads()) {
894 for (NativeThreadProtocol &thread : process.Threads()) {
1001 NativeThreadProtocol *thread = process.GetThreadByID(tid);
1025 for (NativeThreadProtocol &listed_thread : m_current_process->Threads()) {
1412 NativeThreadProtocol *thread = m_current_process->GetCurrentThread();
1898 NativeThreadProtocol *thread = m_current_process->GetCurrentThread();
1988 NativeThreadProtocol *thread = m_current_process->GetThreadAtIndex(0);
2079 for (NativeThreadProtocol &thread : process.Threads()) {
2121 NativeThreadProtocol *thread = GetThreadFromSuffix(packet);
2185 NativeThreadProtocol *thread = GetThreadFromSuffix(packet);
2273 NativeThreadProtocol *thread = GetThreadFromSuffix(packet);
2383 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);
4091 NativeThreadProtocol *GDBRemoteCommunicationServerLLGS::GetThreadFromSuffix(