Home
last modified time | relevance | path

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

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