Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTargetDocstrings.i48 ) lldb::SBTarget::GetPlatform;
H A DSBTargetExtensions.i195 …platform = property(GetPlatform, None, doc='''A read only property that returns the platform assoc…
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp97 target_sp ? target_sp->GetPlatform() : PlatformSP(); in SetOptionValue()
H A DCommandObjectProcess.cpp892 PlatformSP platform_sp = m_interpreter.GetPlatform(true); in DoExecute()
1009 PlatformSP platform = process->GetTarget().GetPlatform(); in DoExecute()
1095 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute()
1422 PlatformSP platform_sp = process->GetTarget().GetPlatform(); in DoExecute()
H A DCommandObjectPlatform.cpp256 platform_sp = target->GetPlatform(); in DoExecute()
1078 platform_sp = target->GetPlatform(); in DoExecute()
1227 platform_sp = target->GetPlatform(); in DoExecute()
1475 platform_sp = target->GetPlatform(); in DoExecute()
H A DCommandCompletions.cpp707 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessIDs()
721 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()
H A DCommandObjectTarget.cpp104 PlatformSP platform_sp(target->GetPlatform()); in DumpTargetInfo()
317 PlatformSP platform_sp = target_sp->GetPlatform(); in DoExecute()
3624 PlatformSP platform_sp(target->GetPlatform()); in DoExecute()
4613 PlatformSP platform_sp(target->GetPlatform()); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp97 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1019 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in GetExtendedCrashInformation()
1074 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImage()
1098 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImageUsingPaths()
1131 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in UnloadImage()
H A DSBTarget.cpp177 SBPlatform SBTarget::GetPlatform() { in GetPlatform() function in SBTarget
185 platform.m_opaque_sp = target_sp->GetPlatform(); in GetPlatform()
447 PlatformSP platform_sp = target_sp->GetPlatform(); in Attach()
488 if (target_sp->GetPlatform()->GetProcessInfo(pid, instance_info)) in AttachToProcessWithID()
1513 Platform::GetAugmentedArchSpec(target_sp->GetPlatform().get(), triple); in AddModule()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp646 if (!target.GetPlatform()->SupportsModules()) in Create()
665 target.GetPlatform()->AddClangModuleCompilationOptions( in Create()
H A DClangExpressionSourceCode.cpp360 if (lldb::PlatformSP platform_sp = target->GetPlatform()) { in GetText()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp195 PlatformSP platform_sp = process->GetTarget().GetPlatform(); in LoadBinaryWithUUIDAndAddress()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1551 auto platform_sp = GetPlatform(); in SetArchitecture()
3058 PlatformSP platform_sp(GetPlatform()); in Install()
3236 PlatformSP platform_sp(GetPlatform()); in Launch()
3273 GetPlatform()->DebugProcess(launch_info, debugger, *this, error); in Launch()
3492 PlatformSP platform_sp = GetPlatform(); in FinalizeFileActions()
4378 if (auto platform_sp = m_target->GetPlatform()) { in ComputeEnvironment()
4414 PlatformSP platform_sp = m_target->GetPlatform(); in GetInheritedEnvironment()
H A DProcess.cpp523 target_sp->GetPlatform()->GetDefaultMemoryCacheLineSize(); in Process()
1794 PlatformSP platform_sp(GetTarget().GetPlatform()); in GetSoftwareBreakpointTrapOpcode()
3020 PlatformSP platform_sp(GetTarget().GetPlatform()); in Attach()
3113 PlatformSP platform_sp(GetTarget().GetPlatform()); in CompleteAttach()
6082 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetProcessInfo()
6346 if (platform != GetTarget().GetPlatform().get()) in GetLoadImageUtilityFunction()
H A DRegisterContextUnwind.cpp918 lldb::PlatformSP platform = process->GetTarget().GetPlatform(); in GetFullUnwindPlanForFrame()
1234 PlatformSP platform_sp(process->GetTarget().GetPlatform()); in IsTrapHandlerSymbol()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h111 lldb::SBPlatform GetPlatform();
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h466 lldb::PlatformSP GetPlatform(bool prefer_target_platform);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp680 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoLaunch()
869 PlatformSP platform_sp = GetTarget().GetPlatform(); in ConnectToDebugserver()
977 PlatformSP platform_sp = GetTarget().GetPlatform(); in DidLaunchOrAttach()
2464 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoDestroy()
3328 PlatformSP platform_sp(GetTarget().GetPlatform()); in EstablishConnectionIfNeeded()
3415 nullptr, GetTarget().GetPlatform().get(), debugserver_launch_info, in LaunchAndConnectToDebugserver()
3811 PlatformSP platform_sp(GetTarget().GetPlatform()); in StartNoticingNewThreads()
5352 Platform &platform = *GetTarget().GetPlatform(); in SaveCore()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp630 unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor(); in GetThreadInfo()
H A DDynamicLoaderPOSIXDYLD.cpp828 const auto platform_sp = target.GetPlatform(); in ResolveExecutableModule()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp117 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true), in ParseOptions()
H A DOptions.cpp1303 platform_sp = target_sp ? target_sp->GetPlatform() : PlatformSP(); in Parse()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1444 lldb::PlatformSP GetPlatform() { return m_platform_sp; } in GetPlatform() function

12