Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2334 NativeProcessProtocol *default_process; in Handle_H() local
2337 default_process = m_current_process; in Handle_H()
2341 default_process = m_continue_process; in Handle_H()
2354 auto pid_tid = packet.GetPidTid(default_process ? default_process->GetID() in Handle_H()