Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h108 FileSpec LocateExecutable(const char *basename) override;
H A DPlatformDarwin.cpp1122 lldb_private::FileSpec PlatformDarwin::LocateExecutable(const char *basename) { in LocateExecutable() function in PlatformDarwin
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h724 virtual FileSpec LocateExecutable(const char *basename) { return FileSpec(); } in LocateExecutable() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp948 platform->LocateExecutable(DEBUGSERVER_BASENAME); in StartDebugserverProcess()