Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp433 auto matching_process_pid = loop_process_list[0].GetProcessID(); in AttachWaitProcess() local
434 LLDB_LOG(log, "found pid {0}", matching_process_pid); in AttachWaitProcess()
435 return AttachToProcess(matching_process_pid); in AttachWaitProcess()