Home
last modified time | relevance | path

Searched refs:default_pid (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractorGDBRemote.cpp618 StringExtractorGDBRemote::GetPidTid(lldb::pid_t default_pid) { in GetPidTid() argument
621 lldb::pid_t pid = default_pid; in GetPidTid()
/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/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h276 bool allow_all, lldb::pid_t default_pid);
H A DGDBRemoteCommunicationServerLLGS.cpp3751 StringExtractorGDBRemote &packet, bool allow_all, lldb::pid_t default_pid) { in ReadTid() argument
3755 auto pid_tid = packet.GetPidTid(default_pid); in ReadTid()