Home
last modified time | relevance | path

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

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