Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/lldb-server/
Dlldb-platform.cpp65 #define LOW_PORT (IPPORT_RESERVED) macro
68 #define LOW_PORT (1024u) macro
209 if (port_offset < LOW_PORT || port_offset > HIGH_PORT) { in main_platform()
212 port_offset, LOW_PORT, HIGH_PORT); in main_platform()
226 if (portnum < LOW_PORT || portnum > HIGH_PORT) { in main_platform()
229 portnum, LOW_PORT, HIGH_PORT); in main_platform()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp185 #define LOW_PORT (IPPORT_RESERVED) macro
188 #define LOW_PORT (1024u) macro