Home
last modified time | relevance | path

Searched refs:GetProtocolID (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlan.cpp240 m_thread.GetProtocolID()); in ValidatePlan()
247 m_thread.GetProtocolID()); in ValidatePlan()
259 m_thread.GetProtocolID()); in ShouldStop()
266 m_thread.GetProtocolID()); in ShouldStop()
278 m_thread.GetProtocolID()); in WillStop()
285 m_thread.GetProtocolID()); in WillStop()
297 m_thread.GetProtocolID()); in DoPlanExplainsStop()
304 m_thread.GetProtocolID()); in DoPlanExplainsStop()
318 m_thread.GetProtocolID()); in MischiefManaged()
325 m_thread.GetProtocolID()); in MischiefManaged()
[all …]
HDThreadList.cpp138 if (m_threads[idx]->GetProtocolID() == tid) in FindThreadByProtocolID()
184 if (m_threads[idx]->GetProtocolID() == tid) in RemoveThreadByProtocolID()
HDThread.cpp791 __FUNCTION__, GetID (), GetProtocolID()); in ShouldStop()
799 __FUNCTION__, GetID (), GetProtocolID()); in ShouldStop()
811 __FUNCTION__, GetID (), GetProtocolID(), in ShouldStop()
820 GetProtocolID (), in ShouldStop()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDThreadMemory.h84 GetProtocolID () const in GetProtocolID() function
87 return m_backing_thread_sp->GetProtocolID(); in GetProtocolID()
88 return Thread::GetProtocolID(); in GetProtocolID()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteRegisterContext.cpp160 if (gdb_comm.ReadRegister(m_thread.GetProtocolID(), reg, response)) in GetPrimordialRegister()
186 if (!gdb_comm.ReadAllRegisters(m_thread.GetProtocolID(), response)) in ReadRegisterBytes()
282 packet.Printf (";thread:%4.4" PRIx64 ";", m_thread.GetProtocolID()); in SetPrimordialRegister()
308 packet.Printf ("QSyncThreadState:%4.4" PRIx64 ";", m_thread.GetProtocolID()); in SyncThreadState()
364 …t<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID())) in WriteRegisterBytes()
379 packet.Printf (";thread:%4.4" PRIx64 ";", m_thread.GetProtocolID()); in WriteRegisterBytes()
476 if (gdb_comm.SaveRegisterState(thread->GetProtocolID(), save_id)) in ReadAllRegisterValues()
504 return gdb_comm.RestoreRegisterState(m_thread.GetProtocolID(), save_id); in WriteAllRegisterValues()
536 …t<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID())) in ReadAllRegisterValues()
540 …packet_len = ::snprintf (packet, sizeof(packet), "g;thread:%4.4" PRIx64, m_thread.GetProtocolID()); in ReadAllRegisterValues()
[all …]
HDThreadGDBRemote.cpp184 const lldb::user_id_t tid = GetProtocolID(); in FetchThreadExtendedInfo()
201 const lldb::user_id_t tid = GetProtocolID(); in WillResume()
HDProcessGDBRemote.cpp1840 lldb::tid_t old_thread_id = old_thread_sp->GetProtocolID(); in UpdateThreadList()
1876 if (GetGDBRemote().GetThreadStopInfo(thread->GetProtocolID(), stop_packet)) in CalculateThreadStopInfo()
2684 thread_sp->GetProtocolID(), in DoDestroy()
2719 thread_sp->GetProtocolID()); in DoDestroy()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.cpp342 thread->GetProtocolID(), in CreateRegisterContextForThread()
353 thread->GetProtocolID()); in CreateRegisterContextForThread()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThread.h1142 GetProtocolID () const in GetProtocolID() function
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDFormatEntity.cpp1333 s.Printf(format, thread->GetProtocolID()); in Format()