Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h747 virtual FileSpec LocateExecutable(const char *basename) { return FileSpec(); } in LocateExecutable() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp927 platform->LocateExecutable(DEBUGSERVER_BASENAME); in StartDebugserverProcess()