Home
last modified time | relevance | path

Searched refs:GetCurrentProcessInfo (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h615 bool GetCurrentProcessInfo(bool allow_lazy_pid = true);
H A DGDBRemoteCommunicationClient.cpp720 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()
1001 GetCurrentProcessInfo(); in GetProcessArchitecture()
1008 GetCurrentProcessInfo(); in GetProcessStandaloneBinary()
1025 GetCurrentProcessInfo(); in GetProcessStandaloneBinaries()
2097 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() function in GDBRemoteCommunicationClient