Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h96 void SetPendingGdbServer(lldb::pid_t pid, uint16_t port,
H A DGDBRemoteCommunicationServerPlatform.cpp599 void GDBRemoteCommunicationServerPlatform::SetPendingGdbServer( in SetPendingGdbServer() function in GDBRemoteCommunicationServerPlatform
/openbsd/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-platform.cpp362 platform.SetPendingGdbServer(pid, *port, socket_name); in main_platform()