Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h617 bool GetCurrentProcessInfo(bool allow_lazy_pid = true);
H A DGDBRemoteCommunicationClient.cpp699 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()
1015 GetCurrentProcessInfo(); in GetProcessArchitecture()
1022 GetCurrentProcessInfo(); in GetProcessStandaloneBinary()
2111 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() function in GDBRemoteCommunicationClient