Home
last modified time | relevance | path

Searched refs:GetPlatform (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project-15.0.7/lldb/test/API/python_api/debugger/
H A DTestDebuggerAPI.py101 platform1 = target1.GetPlatform()
108 platform2 = target2.GetPlatform()
117 platform3 = target3.GetPlatform()
137 platform1 = target1.GetPlatform()
145 platform2 = target2.GetPlatform()
/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestPlatformMacOSX.py43 platform = target.GetPlatform()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp95 target_sp ? target_sp->GetPlatform() : PlatformSP(); in SetOptionValue()
H A DCommandObjectPlatform.cpp255 platform_sp = target->GetPlatform(); in DoExecute()
1162 platform_sp = target->GetPlatform(); in DoExecute()
1251 platform_sp = target->GetPlatform(); in DoExecute()
1520 platform_sp = target->GetPlatform(); in DoExecute()
H A DCommandObjectProcess.cpp967 PlatformSP platform_sp = m_interpreter.GetPlatform(true); in DoExecute()
1088 PlatformSP platform = process->GetTarget().GetPlatform(); in DoExecute()
1176 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute()
1523 PlatformSP platform_sp = process->GetTarget().GetPlatform(); in DoExecute()
H A DCommandCompletions.cpp682 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessIDs()
696 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessNames()
H A DCommandObjectDisassemble.cpp134 auto platform_ptr = target_sp ? target_sp->GetPlatform().get() : nullptr; in SetOptionValue()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i107 A platform object.") GetPlatform;
109 GetPlatform ();
1083 …platform = property(GetPlatform, None, doc='''A read only property that returns the platform assoc…
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp96 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp945 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in GetExtendedCrashInformation()
995 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImage()
1019 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImageUsingPaths()
1052 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in UnloadImage()
H A DSBTarget.cpp176 SBPlatform SBTarget::GetPlatform() { in GetPlatform() function in SBTarget
184 platform.m_opaque_sp = target_sp->GetPlatform(); in GetPlatform()
438 PlatformSP platform_sp = target_sp->GetPlatform(); in Attach()
479 if (target_sp->GetPlatform()->GetProcessInfo(pid, instance_info)) in AttachToProcessWithID()
1491 target_sp->GetPlatform().get(), triple); in AddModule()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp598 if (!target.GetPlatform()->SupportsModules()) in Create()
615 target.GetPlatform()->AddClangModuleCompilationOptions( in Create()
H A DClangExpressionSourceCode.cpp348 if (lldb::PlatformSP platform_sp = target->GetPlatform()) { in GetText()
/llvm-project-15.0.7/lldb/test/API/qemu/
H A DTestQemuLaunch.py52 self.assertEqual(target.GetPlatform().GetName(), "qemu-user")
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h262 uint32_t GetPlatform();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h95 lldb::SBPlatform GetPlatform();
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp777 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoLaunch()
966 PlatformSP platform_sp = GetTarget().GetPlatform(); in ConnectToDebugserver()
1074 PlatformSP platform_sp = GetTarget().GetPlatform(); in DidLaunchOrAttach()
2421 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoDestroy()
3217 PlatformSP platform_sp(GetTarget().GetPlatform()); in EstablishConnectionIfNeeded()
3304 nullptr, GetTarget().GetPlatform().get(), debugserver_launch_info, in LaunchAndConnectToDebugserver()
3719 PlatformSP platform_sp(GetTarget().GetPlatform()); in StartNoticingNewThreads()
4840 Platform &platform = *GetTarget().GetPlatform(); in SaveCore()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h441 lldb::PlatformSP GetPlatform(bool prefer_target_platform);
/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp1489 auto platform_sp = GetPlatform(); in SetArchitecture()
2860 PlatformSP platform_sp(GetPlatform()); in Install()
3039 PlatformSP platform_sp(GetPlatform()); in Launch()
3076 GetPlatform()->DebugProcess(launch_info, debugger, *this, error); in Launch()
3291 PlatformSP platform_sp = GetPlatform(); in FinalizeFileActions()
4184 if (auto platform_sp = m_target->GetPlatform()) { in ComputeEnvironment()
4221 PlatformSP platform_sp = m_target->GetPlatform(); in GetInheritedEnvironment()
H A DProcess.cpp486 target_sp->GetPlatform()->GetDefaultMemoryCacheLineSize(); in Process()
1746 PlatformSP platform_sp(GetTarget().GetPlatform()); in GetSoftwareBreakpointTrapOpcode()
2807 PlatformSP platform_sp(GetTarget().GetPlatform()); in Attach()
2903 PlatformSP platform_sp(GetTarget().GetPlatform()); in CompleteAttach()
5750 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetProcessInfo()
6019 if (platform != GetTarget().GetPlatform().get()) in GetLoadImageUtilityFunction()
H A DRegisterContextUnwind.cpp904 lldb::PlatformSP platform = process->GetTarget().GetPlatform(); in GetFullUnwindPlanForFrame()
1220 PlatformSP platform_sp(process->GetTarget().GetPlatform()); in IsTrapHandlerSymbol()
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp513 unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor(); in isLoadBiasIncorrect()
H A DDynamicLoaderPOSIXDYLD.cpp780 const auto platform_sp = target.GetPlatform(); in ResolveExecutableModule()
/llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.cpp560 arch = Platform::GetAugmentedArchSpec(GetTarget().GetPlatform().get(), "i386"); in DoLoadCore()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp117 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true), in ParseOptions()

12