Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp527 char debugserver_path[PATH_MAX]; in StartDebugserverProcess() local
560 debugserver_file_spec.GetPath (debugserver_path, sizeof(debugserver_path)); in StartDebugserverProcess()
567 debugserver_args.AppendArgument(debugserver_path); in StartDebugserverProcess()
DProcessGDBRemote.cpp2458 char debugserver_path[PATH_MAX]; in StartDebugserverProcess() local
2491 debugserver_file_spec.GetPath (debugserver_path, sizeof(debugserver_path)); in StartDebugserverProcess()
2501 debugserver_args.AppendArgument(debugserver_path); in StartDebugserverProcess()
2584 …::LaunchProcess (launch_info) => pid=%" PRIu64 ", path='%s'", m_debugserver_pid, debugserver_path); in StartDebugserverProcess()