Home
last modified time | relevance | path

Searched refs:debugserver_url (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h280 StartDebugserverProcess (const char *debugserver_url);
283 …StartDebugserverProcess (const char *debugserver_url, const lldb_private::ProcessInfo &process_inf…
DGDBRemoteCommunication.cpp515 GDBRemoteCommunication::StartDebugserverProcess (const char *debugserver_url, in StartDebugserverProcess() argument
568 debugserver_args.AppendArgument(debugserver_url); in StartDebugserverProcess()
DProcessGDBRemote.cpp2442 ProcessGDBRemote::StartDebugserverProcess (const char *debugserver_url) in StartDebugserverProcess() argument
2445 return StartDebugserverProcess(debugserver_url, launch_info); in StartDebugserverProcess()
2449 ProcessGDBRemote::StartDebugserverProcess (const char *debugserver_url, const ProcessInfo &process_… in StartDebugserverProcess() argument
2502 debugserver_args.AppendArgument(debugserver_url); in StartDebugserverProcess()