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

References

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  476     arch_to_use = remote_process_arch;
  478     arch_to_use = remote_host_arch;
  480   if (!arch_to_use.IsValid())
  481     arch_to_use = target_arch;
  483   if (GetGDBServerRegisterInfo(arch_to_use))
  613         ABISP abi_to_use = ABI::FindPlugin(shared_from_this(), arch_to_use);
  639     if (arch_to_use.IsValid() &&
  640         (arch_to_use.GetMachine() == llvm::Triple::arm ||
  641          arch_to_use.GetMachine() == llvm::Triple::thumb) &&
  642         arch_to_use.GetTriple().getVendor() == llvm::Triple::Apple)