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

Declarations

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  226   const ArchSpec &GetHostArchitecture();

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 1820     working_dir.SetFile(cwd, GetHostArchitecture().GetTriple());
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  470   const ArchSpec &remote_host_arch = m_gdb_comm.GetHostArchitecture();
  702           if (m_gdb_comm.GetHostArchitecture().IsValid()) {
  703             target.SetArchitecture(m_gdb_comm.GetHostArchitecture());
  731             m_gdb_comm.GetHostArchitecture().IsValid() ? "true" : "false");
  734       m_gdb_comm.GetHostArchitecture().IsValid()) {
  740       GetTarget().SetArchitecture(m_gdb_comm.GetHostArchitecture());
  944           const ArchSpec &host_arch = m_gdb_comm.GetHostArchitecture();
 1075       process_arch = m_gdb_comm.GetHostArchitecture();