Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h37 void SetPortMap(PortMap &&port_map);
H A DGDBRemoteCommunicationServerPlatform.cpp470 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap() function in GDBRemoteCommunicationServerPlatform
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-platform.cpp306 platform.SetPortMap(std::move(gdbserver_portmap)); in main_platform()