Home
last modified time | relevance | path

Searched refs:GetThreadByID (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i143 Returns the thread with the given thread ID.") GetThreadByID;
145 GetThreadByID (lldb::tid_t sb_thread_id);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h203 NativeThreadProtocol *GetThreadByID(lldb::tid_t tid);
210 return GetThreadByID(m_current_thread_id); in GetCurrentThread()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h93 lldb::SBThread GetThreadByID(lldb::tid_t sb_thread_id);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp704 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID() function in SBProcess
705 LLDB_RECORD_METHOD(lldb::SBThread, SBProcess, GetThreadByID, (lldb::tid_t), in GetThreadByID()
1402 LLDB_REGISTER_METHOD(lldb::SBThread, SBProcess, GetThreadByID, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp772 NativeThreadProtocol *thread = m_current_process->GetThreadByID(tid); in SendStopReplyPacketForThread()
2151 NativeThreadProtocol *thread = new_process_it->second->GetThreadByID(tid); in Handle_H()
2798 NativeThreadProtocol *thread = m_continue_process->GetThreadByID(tid); in Handle_s()
3649 return m_current_process->GetThreadByID(current_tid); in GetThreadFromSuffix()
3679 return m_current_process->GetThreadByID(tid); in GetThreadFromSuffix()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp114 NativeThreadProtocol *NativeProcessProtocol::GetThreadByID(lldb::tid_t tid) { in GetThreadByID() function in NativeProcessProtocol
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp39308 result = (arg1)->GetThreadByID(arg2); in _wrap_SBProcess_GetThreadByID()