Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerPlatform.h36 void SetPortMap(PortMap &&port_map);
HDGDBRemoteCommunicationServerPlatform.cpp461 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap() function in GDBRemoteCommunicationServerPlatform
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
HDlldb-platform.cpp312 platform.SetPortMap(std::move(gdbserver_portmap)); in main_platform()