Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp346 static FileSpec GetDebugserverPath() { in GetDebugserverPath() function
476 FileSpec debugserver_path = GetDebugserverPath(); in main_platform()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3459 static FileSpec GetDebugserverPath(Platform &platform) { in GetDebugserverPath() function
3522 FileSpec debugserver_path = GetDebugserverPath(*GetTarget().GetPlatform()); in LaunchAndConnectToDebugserver()