Searched refs:GetCurrentProcessID (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Mutex.cpp | 272 …4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p)...\n", Host::GetCurrentProcessID(), Host::Ge… in Lock() 288 …" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p) => %i\n", Host::GetCurrentProcessID(), Host::Ge… in Lock() 308 …RIx64 "/%4.4" PRIx64 "] pthread_mutex_trylock (%p) => %i\n", Host::GetCurrentProcessID(), Host::Ge… in TryLock() 337 …PRIx64 "/%4.4" PRIx64 "] pthread_mutex_unlock (%p) => %i\n", Host::GetCurrentProcessID(), Host::Ge… in Unlock() 368 …cking mutex %p by [%4.4" PRIx64 "/%4.4" PRIx64 "]...", this, Host::GetCurrentProcessID(), Host::Ge… in Lock() 378 …cking mutex %p by [%4.4" PRIx64 "/%4.4" PRIx64 "]...", this, Host::GetCurrentProcessID(), Host::Ge… in Unlock() 388 …cking mutex %p by [%4.4" PRIx64 "/%4.4" PRIx64 "]...", this, Host::GetCurrentProcessID(), Host::Ge… in TryLock()
|
| HD | HostInfoBase.cpp | 329 std::string pid_str{std::to_string(Host::GetCurrentProcessID())}; in ComputeProcessTempFileDirectory()
|
| HD | Host.cpp | 333 Host::GetCurrentProcessID() in GetCurrentProcessID() function in Host
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/freebsd/ |
| HD | HostThreadFreeBSD.cpp | 42 int pid = Host::GetCurrentProcessID(); in GetName()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | Host.h | 109 GetCurrentProcessID ();
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationClient.h | 112 GetCurrentProcessID (bool allow_lazy = true);
|
| HD | ProcessGDBRemote.cpp | 759 lldb::pid_t pid = m_gdb_comm.GetCurrentProcessID (); in DoConnectRemote() 1013 SetID (m_gdb_comm.GetCurrentProcessID ()); in DoLaunch() 2289 lldb::pid_t pid = m_gdb_comm.GetCurrentProcessID (); in SetThreadStopInfo()
|
| HD | GDBRemoteCommunicationClient.cpp | 1101 lldb::pid_t pid = GetCurrentProcessID (); in SendContinuePacketAndWaitForResponse() 1428 GDBRemoteCommunicationClient::GetCurrentProcessID (bool allow_lazy) in GetCurrentProcessID() function in GDBRemoteCommunicationClient
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| HD | PlatformRemoteGDBServer.cpp | 545 const auto pid = m_gdb_client.GetCurrentProcessID (false); in LaunchProcess()
|