Home
last modified time | relevance | path

Searched refs:SetDefaultArchitecture (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/test/API/api/log/
DTestAPILog.py24 self.dbg.SetDefaultArchitecture(None)
/external/llvm-project/lldb/test/API/python_api/debugger/
DTestDebuggerAPI.py21 self.dbg.SetDefaultArchitecture(None)
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
DTestArmRegisterDefinition.py116 self.dbg.SetDefaultArchitecture("armv7em")
DTestNoWatchpointSupportInfo.py47 self.dbg.SetDefaultArchitecture("x86_64")
DTestJLink6Armv7RegisterDefinition.py163 self.dbg.SetDefaultArchitecture("armv7em")
/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i370 SetDefaultArchitecture (const char *arch_name);
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h208 static bool SetDefaultArchitecture(const char *arch_name);
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp622 bool SBDebugger::SetDefaultArchitecture(const char *arch_name) { in SetDefaultArchitecture() function in SBDebugger
623 LLDB_RECORD_STATIC_METHOD(bool, SBDebugger, SetDefaultArchitecture, in SetDefaultArchitecture()
629 Target::SetDefaultArchitecture(arch); in SetDefaultArchitecture()
1737 LLDB_REGISTER_STATIC_METHOD(bool, SBDebugger, SetDefaultArchitecture, in RegisterMethods()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h81 void SetDefaultArchitecture(const ArchSpec &arch);
512 static void SetDefaultArchitecture(const ArchSpec &arch);
/external/llvm-project/lldb/tools/driver/
DDriver.cpp258 if (!lldb::SBDebugger::SetDefaultArchitecture(arg_value)) { in ProcessArgs()
/external/llvm-project/lldb/source/Target/
DTarget.cpp2349 void Target::SetDefaultArchitecture(const ArchSpec &arch) { in SetDefaultArchitecture() function in Target
2356 return properties_sp->SetDefaultArchitecture(arch); in SetDefaultArchitecture()
3756 void TargetProperties::SetDefaultArchitecture(const ArchSpec &arch) { in SetDefaultArchitecture() function in TargetProperties