Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h84 void SetPortMap(PortMap &&port_map);
H A DGDBRemoteCommunicationServerPlatform.cpp561 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap() function in GDBRemoteCommunicationServerPlatform
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-platform.cpp317 platform.SetPortMap(std::move(gdbserver_portmap)); in main_platform()