Searched refs:GetArchitectureName (Results 1 - 25 of 30) sorted by relevance

12

/external/lldb/include/lldb/Interpreter/
H A DOptionGroupArchitecture.h59 GetArchitectureName () function in class:lldb_private::OptionGroupArchitecture
/external/lldb/source/Interpreter/
H A DOptionValueArch.cpp38 const char *arch_name = m_current_value.GetArchitectureName();
/external/lldb/include/lldb/Core/
H A DArchSpec.h174 GetArchitectureName () const;
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp241 exe_arch.GetArchitectureName());
268 arch_names.PutCString (module_spec.GetArchitecture().GetArchitectureName());
/external/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp309 m_options.arch.GetArchitectureName());
313 m_options.arch.GetArchitectureName());
H A DCommandObjectTarget.cpp248 const char *arch_cstr = m_arch_option.GetArchitectureName();
302 result.AppendMessageWithFormat ("Core file '%s' (%s) was loaded.\n", core_path, target_sp->GetArchitecture().GetArchitectureName());
320 result.AppendMessageWithFormat ("Current executable set to '%s' (%s).\n", file_path, target_sp->GetArchitecture().GetArchitectureName());
1337 arch_cstr = module->GetArchitecture().GetArchitectureName();
1474 module->GetArchitecture().GetArchitectureName());
H A DCommandObjectProcess.cpp298 const char *archname = exe_module->GetArchitecture().GetArchitectureName();
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp234 exe_arch.GetArchitectureName());
262 arch_names.PutCString (platform_arch.GetArchitectureName());
/external/lldb/source/Target/
H A DTargetList.cpp198 specified_arch.GetArchitectureName());
283 arch.GetArchitectureName());
H A DTarget.cpp102 LogIfAnyCategoriesSet(LIBLLDB_LOG_TARGET, "Target::Target created with architecture %s (%s)", m_arch.GetArchitectureName(), m_arch.GetTriple().getTriple().c_str());
1036 log->Printf ("Target::SetExecutableModule setting architecture to %s (%s) based on executable file", m_arch.GetArchitectureName(), m_arch.GetTriple().getTriple().c_str());
1080 log->Printf ("Target::SetArchitecture setting architecture to %s (%s)", arch_spec.GetArchitectureName(), arch_spec.GetTriple().getTriple().c_str());
1087 log->Printf ("Target::SetArchitecture changing architecture to %s (%s)", arch_spec.GetArchitectureName(), arch_spec.GetTriple().getTriple().c_str());
1099 log->Printf("Target::SetArchitecture Trying to select executable file architecture %s (%s)", arch_spec.GetArchitectureName(), arch_spec.GetTriple().getTriple().c_str());
1807 LogIfAnyCategoriesSet(LIBLLDB_LOG_TARGET, "Target::SetDefaultArchitecture setting target's default architecture to %s (%s)", arch.GetArchitectureName(), arch.GetTriple().getTriple().c_str());
/external/lldb/source/Core/
H A DModuleList.cpp723 module->GetArchitecture().GetArchitectureName(),
973 error.SetErrorStringWithFormat("'%s' does not contain the %s architecture and UUID %s", path, arch.GetArchitectureName(), uuid_str.c_str());
975 error.SetErrorStringWithFormat("'%s' does not contain the %s architecture.", path, arch.GetArchitectureName());
1037 error.SetErrorStringWithFormat("unable to open %s architecture in '%s'", arch.GetArchitectureName(), path);
H A DModule.cpp163 m_arch.GetArchitectureName(),
213 m_arch.GetArchitectureName(),
238 m_arch.GetArchitectureName(),
904 s->Printf("(%s) ", m_arch.GetArchitectureName());
H A DArchSpec.cpp397 ArchSpec::GetArchitectureName () const function in class:ArchSpec
H A DDisassembler.cpp52 arch.GetArchitectureName(),
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.cpp179 s->Printf("arch[%u] = %s\n", i, arch.GetArchitectureName());
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformiOSSimulator.cpp233 arch_names.PutCString (platform_arch.GetArchitectureName());
H A DPlatformDarwin.cpp201 exe_arch.GetArchitectureName());
228 arch_names.PutCString (module_spec.GetArchitecture().GetArchitectureName());
H A DPlatformRemoteiOS.cpp270 arch_names.PutCString (platform_arch.GetArchitectureName());
/external/lldb/source/Host/macosx/
H A DSymbols.cpp539 arch ? arch->GetArchitectureName() : "<NULL>",
560 arch ? arch->GetArchitectureName() : "<NULL>",
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp455 s->Printf("arch[%u] = %s\n", i, arch.GetArchitectureName());
/external/lldb/source/Expression/
H A DIRExecutionUnit.cpp179 ret.SetErrorStringWithFormat("Unable to find disassembler plug-in for %s architecture.", arch.GetArchitectureName());
/external/lldb/source/API/
H A DSBDebugger.cpp446 ::snprintf (arch_name, arch_name_len, "%s", default_arch.GetArchitectureName());
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp763 *s << ", file = '" << m_file << "', arch = " << header_arch.GetArchitectureName() << "\n";
/external/lldb/source/Symbol/
H A DSymbolContext.cpp242 s->Printf (", arch = \"%s\"", module_sp->GetArchitecture().GetArchitectureName());
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp711 m_gdb_comm.SendLaunchArchPacket (m_target.GetArchitecture().GetArchitectureName());
783 exe_module->GetArchitecture().GetArchitectureName());

Completed in 2366 milliseconds

12