Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp93 target_sp ? target_sp->GetPlatform() : PlatformSP(); in SetOptionValue()
H A DCommandObjectPlatform.cpp255 platform_sp = target->GetPlatform(); in DoExecute()
992 platform_sp = target->GetPlatform(); in DoExecute()
1082 platform_sp = target->GetPlatform(); in DoExecute()
1358 platform_sp = target->GetPlatform(); in DoExecute()
H A DCommandObjectProcess.cpp789 PlatformSP platform_sp = m_interpreter.GetPlatform(true); in DoExecute()
908 PlatformSP platform = process->GetTarget().GetPlatform(); in DoExecute()
993 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute()
1358 PlatformSP platform_sp = process->GetTarget().GetPlatform(); in DoExecute()
H A DCommandCompletions.cpp680 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessIDs()
694 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessNames()
H A DCommandObjectDisassemble.cpp130 auto platform_ptr = target_sp ? target_sp->GetPlatform().get() : nullptr; in SetOptionValue()
H A DCommandObjectTarget.cpp84 PlatformSP platform_sp(target->GetPlatform()); in DumpTargetInfo()
333 PlatformSP platform_sp = target_sp->GetPlatform(); in DoExecute()
3352 PlatformSP platform_sp(target->GetPlatform()); in DoExecute()
4258 PlatformSP platform_sp(target->GetPlatform()); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i107 A platform object.") GetPlatform;
109 GetPlatform ();
1077 …platform = property(GetPlatform, None, doc='''A read only property that returns the platform assoc…
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp94 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1001 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in GetExtendedCrashInformation()
1058 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImage()
1085 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImageUsingPaths()
1119 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in UnloadImage()
H A DSBTarget.cpp190 SBPlatform SBTarget::GetPlatform() { in GetPlatform() function in SBTarget
191 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBPlatform, SBTarget, GetPlatform); in GetPlatform()
198 platform.m_opaque_sp = target_sp->GetPlatform(); in GetPlatform()
470 PlatformSP platform_sp = target_sp->GetPlatform(); in Attach()
513 if (target_sp->GetPlatform()->GetProcessInfo(pid, instance_info)) in AttachToProcessWithID()
1635 target_sp->GetPlatform().get(), triple); in AddModule()
2510 LLDB_REGISTER_METHOD(lldb::SBPlatform, SBTarget, GetPlatform, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp596 if (!target.GetPlatform()->SupportsModules()) in Create()
613 target.GetPlatform()->AddClangModuleCompilationOptions( in Create()
H A DClangExpressionSourceCode.cpp313 if (lldb::PlatformSP platform_sp = target->GetPlatform()) { in GetText()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h397 lldb::PlatformSP GetPlatform(bool prefer_target_platform);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h95 lldb::SBPlatform GetPlatform();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp494 unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor(); in isLoadBiasIncorrect()
H A DDynamicLoaderPOSIXDYLD.cpp744 const auto platform_sp = target.GetPlatform(); in ResolveExecutableModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp725 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoConnectRemote()
809 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoLaunch()
2480 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoDestroy()
2590 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoDestroy()
3433 PlatformSP platform_sp(GetTarget().GetPlatform()); in EstablishConnectionIfNeeded()
3523 nullptr, GetTarget().GetPlatform().get(), debugserver_launch_info, in LaunchAndConnectToDebugserver()
3998 PlatformSP platform_sp(GetTarget().GetPlatform()); in StartNoticingNewThreads()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1474 auto platform_sp = GetPlatform(); in SetArchitecture()
2781 PlatformSP platform_sp(GetPlatform()); in Install()
2967 PlatformSP platform_sp(GetPlatform()); in Launch()
2996 GetPlatform()->DebugProcess(launch_info, debugger, this, error); in Launch()
3208 PlatformSP platform_sp = GetPlatform(); in FinalizeFileActions()
3962 if (auto platform_sp = m_target->GetPlatform()) { in ComputeEnvironment()
H A DProcess.cpp466 target_sp->GetPlatform()->GetDefaultMemoryCacheLineSize(); in Process()
1719 PlatformSP platform_sp(GetTarget().GetPlatform()); in GetSoftwareBreakpointTrapOpcode()
2779 PlatformSP platform_sp(GetTarget().GetPlatform()); in Attach()
2876 PlatformSP platform_sp(GetTarget().GetPlatform()); in CompleteAttach()
5763 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetProcessInfo()
6018 if (platform != GetTarget().GetPlatform().get()) in GetLoadImageUtilityFunction()
H A DRegisterContextUnwind.cpp1211 PlatformSP platform_sp(process->GetTarget().GetPlatform()); in IsTrapHandlerSymbol()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp115 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true), in ParseOptions()
H A DOptions.cpp1347 platform_sp = target_sp ? target_sp->GetPlatform() : PlatformSP(); in Parse()
H A DCommandInterpreter.cpp2216 PlatformSP CommandInterpreter::GetPlatform(bool prefer_target_platform) { in GetPlatform() function in CommandInterpreter
2222 platform_sp = target->GetPlatform(); in GetPlatform()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1336 lldb::PlatformSP GetPlatform() { return m_platform_sp; } in GetPlatform() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1497 PlatformSP platform_sp(target->GetPlatform()); in LoadScriptingResourceInTarget()

12