Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h633 bool GetCurrentProcessInfo(bool allow_lazy_pid = true);
H A DGDBRemoteCommunicationClient.cpp717 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()
994 GetCurrentProcessInfo(); in GetProcessArchitecture()
2079 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() function in GDBRemoteCommunicationClient