Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h616 bool GetCurrentProcessInfo(bool allow_lazy_pid = true);
H A DGDBRemoteCommunicationClient.cpp719 GetCurrentProcessInfo(allow_lazy); in GetCurrentProcessID()
996 GetCurrentProcessInfo(); in GetProcessArchitecture()
1003 GetCurrentProcessInfo(); in GetProcessStandaloneBinary()
1020 GetCurrentProcessInfo(); in GetProcessStandaloneBinaries()
2105 bool GDBRemoteCommunicationClient::GetCurrentProcessInfo(bool allow_lazy) { in GetCurrentProcessInfo() function in GDBRemoteCommunicationClient