Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/
H A DCMakeLists.txt18 lldb_find_system_debugserver(debugserver_path)
20 set(debugserver_path $<TARGET_FILE:debugserver>) variable
22 add_definitions(-DLLDB_SERVER="${debugserver_path}" -DLLDB_SERVER_IS_DEBUGSERVER=1)
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp914 char debugserver_path[PATH_MAX]; in StartDebugserverProcess() local
969 debugserver_file_spec.GetPath(debugserver_path, sizeof(debugserver_path)); in StartDebugserverProcess()
975 debugserver_args.AppendArgument(llvm::StringRef(debugserver_path)); in StartDebugserverProcess()