Home
last modified time | relevance | path

Searched refs:LOW_PORT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp77 #define LOW_PORT (IPPORT_RESERVED) macro
80 #define LOW_PORT (1024u) macro
521 (gdbserver_port < LOW_PORT || gdbserver_port > HIGH_PORT)) { in main_platform()
524 gdbserver_port, LOW_PORT, HIGH_PORT); in main_platform()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp194 #define LOW_PORT (IPPORT_RESERVED) macro
197 #define LOW_PORT (1024u) macro