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

Overridden By

tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  687 bool PlatformRemoteGDBServer::GetFileExists(const FileSpec &file_spec) {
tools/lldb/source/Target/RemoteAwarePlatform.cpp
  122 bool RemoteAwarePlatform::GetFileExists(const FileSpec &file_spec) {

Declarations

tools/lldb/include/lldb/Target/Platform.h
  572   virtual bool GetFileExists(const lldb_private::FileSpec &file_spec);

References

tools/lldb/source/Commands/CommandObjectTarget.cpp
  342               if (!platform_sp->GetFileExists(remote_file)) {
tools/lldb/source/Target/RemoteAwarePlatform.cpp
  126     return m_remote_platform_sp->GetFileExists(file_spec);
  127   return Platform::GetFileExists(file_spec);