Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2338 NativeProcessProtocol *default_process; in Handle_H() local
2341 default_process = m_current_process; in Handle_H()
2345 default_process = m_continue_process; in Handle_H()
2358 auto pid_tid = packet.GetPidTid(default_process ? default_process->GetID() in Handle_H()