Searched refs:GetProtocolID (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlan.cpp | 183 LLVM_PRETTY_FUNCTION, m_thread.GetID(), m_thread.GetProtocolID()); in ValidatePlan() 190 m_thread.GetProtocolID()); in ValidatePlan() 200 LLVM_PRETTY_FUNCTION, m_thread.GetID(), m_thread.GetProtocolID()); in ShouldStop() 207 m_thread.GetProtocolID()); in ShouldStop() 217 LLVM_PRETTY_FUNCTION, m_thread.GetID(), m_thread.GetProtocolID()); in WillStop() 224 m_thread.GetProtocolID()); in WillStop() 234 LLVM_PRETTY_FUNCTION, m_thread.GetID(), m_thread.GetProtocolID()); in DoPlanExplainsStop() 241 m_thread.GetProtocolID()); in DoPlanExplainsStop() 253 LLVM_PRETTY_FUNCTION, m_thread.GetID(), m_thread.GetProtocolID()); in MischiefManaged() 260 m_thread.GetProtocolID()); in MischiefManaged() [all …]
|
| H A D | ThreadList.cpp | 129 if (m_threads[idx]->GetProtocolID() == tid) { in FindThreadByProtocolID() 167 if (m_threads[idx]->GetProtocolID() == tid) { in RemoveThreadByProtocolID()
|
| H A D | Thread.cpp | 730 __FUNCTION__, GetID(), GetProtocolID()); in ShouldStop() 738 __FUNCTION__, GetID(), GetProtocolID()); in ShouldStop() 750 __FUNCTION__, GetID(), GetProtocolID(), in ShouldStop() 760 GetProtocolID(), in ShouldStop()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | ThreadMemory.h | 64 lldb::user_id_t GetProtocolID() const override { in GetProtocolID() function 66 return m_backing_thread_sp->GetProtocolID(); in GetProtocolID() 67 return Thread::GetProtocolID(); in GetProtocolID()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteRegisterContext.cpp | 176 gdb_comm.ReadRegister(m_thread.GetProtocolID(), remote_reg)) in GetPrimordialRegister() 202 gdb_comm.ReadAllRegisters(m_thread.GetProtocolID())) { in ReadRegisterBytes() 289 m_thread.GetProtocolID(), reg_info->kinds[eRegisterKindProcessPlugin], in SetPrimordialRegister() 338 m_thread.GetProtocolID(), in WriteRegisterBytes() 418 if (gdb_comm.SaveRegisterState(thread->GetProtocolID(), save_id)) { in ReadAllRegisterValues() 442 return gdb_comm.RestoreRegisterState(m_thread.GetProtocolID(), save_id); in WriteAllRegisterValues() 465 if (gdb_comm.SyncThreadState(m_thread.GetProtocolID())) in ReadAllRegisterValues() 469 (data_sp = gdb_comm.ReadAllRegisters(m_thread.GetProtocolID()))) in ReadAllRegisterValues() 531 m_thread.GetProtocolID(), in WriteAllRegisterValues() 615 m_thread.GetProtocolID(), in WriteAllRegisterValues() [all …]
|
| H A D | ThreadGDBRemote.cpp | 217 const lldb::user_id_t tid = GetProtocolID(); in FetchThreadExtendedInfo() 232 const lldb::user_id_t tid = GetProtocolID(); in WillResume()
|
| H A D | ProcessGDBRemote.cpp | 1726 lldb::tid_t old_thread_id = old_thread_sp->GetProtocolID(); in UpdateThreadList() 1796 if (GetGDBRemote().GetThreadStopInfo(thread->GetProtocolID(), stop_packet)) in CalculateThreadStopInfo() 2563 thread_sp->GetProtocolID(), stop_info_sp->GetDescription()); in DoDestroy() 2598 thread_sp->GetProtocolID()); in DoDestroy()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/ |
| H A D | OperatingSystemPython.cpp | 324 thread->GetID(), thread->GetProtocolID(), reg_data_addr); in CreateRegisterContextForThread() 334 thread->GetID(), thread->GetProtocolID()); in CreateRegisterContextForThread()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Thread.h | 1151 virtual lldb::user_id_t GetProtocolID() const { return GetID(); } in GetProtocolID() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | FormatEntity.cpp | 1240 s.Printf(format, thread->GetProtocolID()); in Format()
|