Home
last modified time | relevance | path

Searched refs:GetPidTid (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractorGDBRemote.h204 GetPidTid(lldb::pid_t default_pid);
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp618 StringExtractorGDBRemote::GetPidTid(lldb::pid_t default_pid) { in GetPidTid() function in StringExtractorGDBRemote
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2126 auto pid_tid = packet.GetPidTid(default_process ? default_process->GetID() in Handle_H()
3755 auto pid_tid = packet.GetPidTid(default_pid); in ReadTid()
H A DGDBRemoteCommunicationClient.cpp1130 auto pid_tid = response.GetPidTid(0); in GetDefaultThreadId()
2829 auto pid_tid = response.GetPidTid(LLDB_INVALID_PROCESS_ID); in GetCurrentProcessAndThreadIDs()
H A DProcessGDBRemote.cpp1505 auto pid_tid = thread_ids.GetPidTid(pid); in UpdateThreadIDsFromStopReplyThreadsValue()
2202 auto pid_tid = thread_id.GetPidTid(pid); in SetThreadStopInfo()