Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadPlan.cpp245 m_thread.GetProtocolID()); in ValidatePlan()
252 m_thread.GetProtocolID()); in ValidatePlan()
264 m_thread.GetProtocolID()); in ShouldStop()
271 m_thread.GetProtocolID()); in ShouldStop()
283 m_thread.GetProtocolID()); in WillStop()
290 m_thread.GetProtocolID()); in WillStop()
302 m_thread.GetProtocolID()); in DoPlanExplainsStop()
309 m_thread.GetProtocolID()); in DoPlanExplainsStop()
323 m_thread.GetProtocolID()); in MischiefManaged()
330 m_thread.GetProtocolID()); in MischiefManaged()
[all …]
DThread.cpp689 GetProtocolID()); in ShouldStop()
699 GetProtocolID()); in ShouldStop()
713 GetProtocolID(), in ShouldStop()
724 GetProtocolID (), in ShouldStop()
DThreadList.cpp145 if (m_threads[idx]->GetProtocolID() == tid) in FindThreadByProtocolID()
191 if (m_threads[idx]->GetProtocolID() == tid) in RemoveThreadByProtocolID()
/external/lldb/source/Plugins/Process/Utility/
DThreadMemory.h84 GetProtocolID () const in GetProtocolID() function
87 return m_backing_thread_sp->GetProtocolID(); in GetProtocolID()
88 return Thread::GetProtocolID(); in GetProtocolID()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteRegisterContext.cpp158 …= ::snprintf (packet, sizeof(packet), "p%x;thread:%4.4" PRIx64 ";", reg, m_thread.GetProtocolID()); in GetPrimordialRegister()
190 …t<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID())) in ReadRegisterBytes()
199 …et_len = ::snprintf (packet, sizeof(packet), "g;thread:%4.4" PRIx64 ";", m_thread.GetProtocolID()); in ReadRegisterBytes()
317 packet.Printf (";thread:%4.4" PRIx64 ";", m_thread.GetProtocolID()); in SetPrimordialRegister()
343 packet.Printf ("QSyncThreadState:%4.4" PRIx64 ";", m_thread.GetProtocolID()); in SyncThreadState()
389 …t<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID())) in WriteRegisterBytes()
404 packet.Printf (";thread:%4.4" PRIx64 ";", m_thread.GetProtocolID()); in WriteRegisterBytes()
511 …t<ProcessGDBRemote *>(process_sp.get())->GetGDBRemote().SetCurrentThread(m_thread.GetProtocolID())) in ReadAllRegisterValues()
515 …packet_len = ::snprintf (packet, sizeof(packet), "g;thread:%4.4" PRIx64, m_thread.GetProtocolID()); in ReadAllRegisterValues()
532 …intf (thread_id_cstr, sizeof(thread_id_cstr), ";thread:%4.4" PRIx64 ";", m_thread.GetProtocolID()); in ReadAllRegisterValues()
[all …]
DThreadGDBRemote.cpp87 const lldb::user_id_t tid = GetProtocolID(); in WillResume()
208 if (gdb_process->GetGDBRemote().GetThreadStopInfo(GetProtocolID(), stop_packet)) in CalculateStopInfo()
DProcessGDBRemote.cpp1407 lldb::tid_t old_thread_id = old_thread_sp->GetProtocolID(); in UpdateThreadList()
1869 thread_sp->GetProtocolID(), in DoDestroy()
1904 thread_sp->GetProtocolID()); in DoDestroy()
/external/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.cpp334 thread->GetProtocolID(), in CreateRegisterContextForThread()
345 thread->GetProtocolID()); in CreateRegisterContextForThread()
/external/lldb/include/lldb/Target/
DThread.h864 GetProtocolID () const in GetProtocolID() function
/external/lldb/source/Core/
DDebugger.cpp1943 s.Printf(token_format.c_str(), thread->GetProtocolID()); in FormatPromptRecurse()