Searched refs:gdbserver (Results 1 – 8 of 8) sorted by relevance
3 # RUN: %platformserver --server --listen :1234 --min-gdbserver-port 1234 --max-gdbserver-port 1234 …4 # CHECK: error: --min-gdbserver-port (1234) is not lower than --max-gdbserver-port (1234)
1 RUN: %lldb-server gdbserver --fd 2>&1 | FileCheck --check-prefixes=FD1,ALL %s4 RUN: %lldb-server gdbserver --fd three 2>&1 | FileCheck --check-prefixes=FD2,ALL %s7 RUN: %lldb-server gdbserver --bogus 2>&1 | FileCheck --check-prefixes=BOGUS,ALL %s10 RUN: %lldb-server gdbserver 2>&1 | FileCheck --check-prefixes=CONN,ALL %s
148 .. option:: --gdbserver-port <port>151 times to allow multiple ports. Has no effect if --min-gdbserver-port152 and --max-gdbserver-port are specified.154 .. option:: --min-gdbserver-port <port>155 .. option:: --max-gdbserver-port <port>158 options need to be specified simultaneously. Overrides --gdbserver-port.
42 lldb-gdbserver.cpp
816 for (const auto &gdbserver : remote_servers) { in GetPendingGdbServerList() local818 gdbserver.second.empty() ? nullptr : gdbserver.second.c_str(); in GetPendingGdbServerList()821 gdbserver.first, socket_name_cstr)); in GetPendingGdbServerList()
57 "lldb-gdbserver.cpp",
123 // Start a gdbserver process (gdbserver, debugserver, lldb-server)134 // response to the packet is the pid of the newly launched gdbserver,
2115 // Low. The packet is required to support connecting to gdbserver started2119 If the remote platform automatically started one or more gdbserver instance (without