reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
   67 Status PlatformRemoteDarwinDevice::ResolveExecutable(
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
   68 PlatformPOSIX::ResolveExecutable(const ModuleSpec &module_spec,
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  159 Status PlatformWindows::ResolveExecutable(
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
   94 Status PlatformRemoteGDBServer::ResolveExecutable(

Declarations

tools/lldb/include/lldb/Target/Platform.h
  146   virtual Status ResolveExecutable(const ModuleSpec &module_spec,

References

tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  737   auto error = platform_sp->ResolveExecutable(
tools/lldb/source/Target/Platform.cpp
 1519                                  return remote_platform.ResolveExecutable(
tools/lldb/source/Target/TargetList.cpp
  378       error = platform_sp->ResolveExecutable(module_spec, exe_module_sp,