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/
DGDBRemoteCommunicationServerPlatform.h84 void SetPortMap(PortMap &&port_map);
DGDBRemoteCommunicationServerPlatform.cpp561 void GDBRemoteCommunicationServerPlatform::SetPortMap(PortMap &&port_map) { in SetPortMap() function in GDBRemoteCommunicationServerPlatform
/openbsd/src/gnu/llvm/lldb/tools/lldb-server/
Dlldb-platform.cpp317 platform.SetPortMap(std::move(gdbserver_portmap)); in main_platform()