Searched defs:debugserver_url (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2442 ProcessGDBRemote::StartDebugserverProcess (const char *debugserver_url) argument
2445 return StartDebugserverProcess(debugserver_url, launch_info);
2449 ProcessGDBRemote::StartDebugserverProcess (const char *debugserver_url, const ProcessInfo &process_info) // The connection string to use in the spawned debugserver ("localhost:1234" or "/dev/tty...") argument
2502 debugserver_args.AppendArgument(debugserver_url);

Completed in 105 milliseconds