Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerPlatform.h96 void SetPendingGdbServer(lldb::pid_t pid, uint16_t port,
HDGDBRemoteCommunicationServerPlatform.cpp601 void GDBRemoteCommunicationServerPlatform::SetPendingGdbServer( in SetPendingGdbServer() function in GDBRemoteCommunicationServerPlatform
/freebsd-14-stable/contrib/llvm-project/lldb/tools/lldb-server/
HDlldb-platform.cpp363 platform.SetPendingGdbServer(pid, *port, socket_name); in main_platform()