Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlatform.cpp284 platform_sp = target->GetPlatform(); in DoExecute()
1027 platform_sp = target->GetPlatform(); in DoExecute()
1137 platform_sp = target->GetPlatform(); in DoExecute()
1431 platform_sp = target->GetPlatform(); in DoExecute()
1568 PlatformSP platform_sp(interpreter.GetPlatform(true)); in HandleOptionArgumentCompletion()
H A DCommandObjectProcess.cpp396 PlatformSP platform_sp(interpreter.GetPlatform(true)); in HandleOptionArgumentCompletion()
904 PlatformSP platform_sp = m_interpreter.GetPlatform(true); in DoExecute()
1017 PlatformSP platform = process->GetTarget().GetPlatform(); in DoExecute()
1088 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute()
H A DCommandObjectDisassemble.cpp161 auto platform_ptr = target_sp ? target_sp->GetPlatform().get() : nullptr; in SetOptionValue()
H A DCommandObjectTarget.cpp86 PlatformSP platform_sp(target->GetPlatform()); in DumpTargetInfo()
333 PlatformSP platform_sp = target_sp->GetPlatform(); in DoExecute()
4425 PlatformSP platform_sp(target->GetPlatform()); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp89 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
H A DRegisterContextLLDB.cpp1121 PlatformSP platform_sp(process->GetTarget().GetPlatform()); in IsTrapHandlerSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp307 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoAttachToProcessWithID()
504 PlatformSP platform_sp(target->GetPlatform()); in DoDidExec()
887 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetAuxvData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp553 if (!target.GetPlatform()->SupportsModules()) in Create()
570 target.GetPlatform()->AddClangModuleCompilationOptions( in Create()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DExpressionSourceCode.cpp192 if (lldb::PlatformSP platform_sp = target->GetPlatform()) { in GetText()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp167 SBPlatform SBTarget::GetPlatform() { in GetPlatform() function in SBTarget
173 platform.m_opaque_sp = target_sp->GetPlatform(); in GetPlatform()
430 PlatformSP platform_sp = target_sp->GetPlatform(); in Attach()
485 if (target_sp->GetPlatform()->GetProcessInfo(pid, instance_info)) in AttachToProcessWithID()
1558 target_sp->GetPlatform().get(), triple); in AddModule()
H A DSBProcess.cpp1168 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImage()
1204 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImageUsingPaths()
1246 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in UnloadImage()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h368 lldb::PlatformSP GetPlatform(bool prefer_target_platform);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h110 lldb::SBPlatform GetPlatform();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp1504 auto platform_sp = GetPlatform(); in SetArchitecture()
2668 PlatformSP platform_sp(GetPlatform()); in Install()
2835 PlatformSP platform_sp(GetPlatform()); in Launch()
2865 GetPlatform()->DebugProcess(launch_info, debugger, this, error); in Launch()
3058 PlatformSP platform_sp = GetPlatform(); in FinalizeFileActions()
3531 PlatformSP platform_sp(m_target->GetPlatform()); in GetHostEnvironmentIfNeeded()
H A DProcess.cpp479 target_sp ? target_sp->GetPlatform() : PlatformSP(); in SetOptionValue()
794 target_sp->GetPlatform()->GetDefaultMemoryCacheLineSize(); in Process()
1982 PlatformSP platform_sp(GetTarget().GetPlatform()); in GetSoftwareBreakpointTrapOpcode()
3032 PlatformSP platform_sp(GetTarget().GetPlatform()); in Attach()
3130 PlatformSP platform_sp(GetTarget().GetPlatform()); in CompleteAttach()
5931 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetProcessInfo()
6189 if (platform != GetTarget().GetPlatform().get()) in GetLoadImageUtilityFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp457 unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor(); in isLoadBiasIncorrect()
H A DDynamicLoaderPOSIXDYLD.cpp718 const auto platform_sp = target.GetPlatform(); in ResolveExecutableModule()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp785 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoConnectRemote()
870 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoLaunch()
2528 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoDestroy()
2638 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoDestroy()
3478 PlatformSP platform_sp(GetTarget().GetPlatform()); in EstablishConnectionIfNeeded()
3551 nullptr, GetTarget().GetPlatform().get(), debugserver_launch_info, in LaunchAndConnectToDebugserver()
4006 PlatformSP platform_sp(GetTarget().GetPlatform()); in StartNoticingNewThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp109 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true), in ParseOptions()
H A DOptions.cpp1403 platform_sp = target_sp ? target_sp->GetPlatform() : PlatformSP(); in Parse()
H A DCommandInterpreter.cpp2189 PlatformSP CommandInterpreter::GetPlatform(bool prefer_target_platform) { in GetPlatform() function in CommandInterpreter
2195 platform_sp = target->GetPlatform(); in GetPlatform()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1212 lldb::PlatformSP GetPlatform() { return m_platform_sp; } in GetPlatform() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp1523 PlatformSP platform_sp(target->GetPlatform()); in LoadScriptingResourceInTarget()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1872 PlatformSP platform_sp = process.GetTarget().GetPlatform(); in DoesProcessHaveSharedCache()