Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/lldb-server/
Dlldb-platform.cpp66 #define HIGH_PORT (IPPORT_HIFIRSTAUTO) macro
69 #define HIGH_PORT (49151u) 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.cpp186 #define HIGH_PORT (IPPORT_HIFIRSTAUTO) macro
189 #define HIGH_PORT (49151u) macro