Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h86 void SetPortOffset(uint16_t port_offset);
H A DGDBRemoteCommunicationServerPlatform.cpp595 void GDBRemoteCommunicationServerPlatform::SetPortOffset(uint16_t port_offset) { in SetPortOffset() function in GDBRemoteCommunicationServerPlatform
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-platform.cpp314 platform.SetPortOffset(port_offset); in main_platform()