Searched refs:GetProtocolID (Results 1 – 10 of 10) sorted by relevance
/external/lldb/source/Target/ |
D | ThreadPlan.cpp | 245 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 …]
|
D | Thread.cpp | 689 GetProtocolID()); in ShouldStop() 699 GetProtocolID()); in ShouldStop() 713 GetProtocolID(), in ShouldStop() 724 GetProtocolID (), in ShouldStop()
|
D | ThreadList.cpp | 145 if (m_threads[idx]->GetProtocolID() == tid) in FindThreadByProtocolID() 191 if (m_threads[idx]->GetProtocolID() == tid) in RemoveThreadByProtocolID()
|
/external/lldb/source/Plugins/Process/Utility/ |
D | ThreadMemory.h | 84 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/ |
D | GDBRemoteRegisterContext.cpp | 158 …= ::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 …]
|
D | ThreadGDBRemote.cpp | 87 const lldb::user_id_t tid = GetProtocolID(); in WillResume() 208 if (gdb_process->GetGDBRemote().GetThreadStopInfo(GetProtocolID(), stop_packet)) in CalculateStopInfo()
|
D | ProcessGDBRemote.cpp | 1407 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/ |
D | OperatingSystemPython.cpp | 334 thread->GetProtocolID(), in CreateRegisterContextForThread() 345 thread->GetProtocolID()); in CreateRegisterContextForThread()
|
/external/lldb/include/lldb/Target/ |
D | Thread.h | 864 GetProtocolID () const in GetProtocolID() function
|
/external/lldb/source/Core/ |
D | Debugger.cpp | 1943 s.Printf(token_format.c_str(), thread->GetProtocolID()); in FormatPromptRecurse()
|