Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp327 platform.SetPortMap(std::move(portmap_for_child)); in main_platform()
349 platform.SetPortMap(std::move(gdbserver_portmap)); in main_platform()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h84 void SetPortMap(PortMap &&port_map);
H A DGDBRemoteCommunicationServerPlatform.cpp563 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap() function in GDBRemoteCommunicationServerPlatform