Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h56 void SetPortOffset(uint16_t port_offset);
H A DGDBRemoteCommunicationServerPlatform.cpp548 void GDBRemoteCommunicationServerPlatform::SetPortOffset(uint16_t port_offset) { in SetPortOffset() function in GDBRemoteCommunicationServerPlatform
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-platform.cpp303 platform.SetPortOffset(port_offset); in main_platform()