Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
1163 platform_sp = target->GetPlatform(); in DoExecute()
1252 platform_sp = target->GetPlatform(); in DoExecute()
1521 platform_sp = target->GetPlatform(); in DoExecute()
H A DCommandObjectProcess.cpp968 PlatformSP platform_sp = m_interpreter.GetPlatform(true); in DoExecute()
1089 PlatformSP platform = process->GetTarget().GetPlatform(); in DoExecute()
1177 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute()
1524 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()
H A DCommandObjectTarget.cpp94 PlatformSP platform_sp(target->GetPlatform()); in DumpTargetInfo()
315 PlatformSP platform_sp = target_sp->GetPlatform(); in DoExecute()
3414 PlatformSP platform_sp(target->GetPlatform()); in DoExecute()
4433 PlatformSP platform_sp(target->GetPlatform()); in DoExecute()
/openbsd-src/gnu/llvm/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…
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp98 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDynamicLoader.cpp193 PlatformSP platform_sp = process->GetTarget().GetPlatform(); in LoadBinaryWithUUIDAndAddress()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp657 if (!target.GetPlatform()->SupportsModules()) in Create()
676 target.GetPlatform()->AddClangModuleCompilationOptions( in Create()
H A DClangExpressionSourceCode.cpp348 if (lldb::PlatformSP platform_sp = target->GetPlatform()) { in GetText()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTarget.h95 lldb::SBPlatform GetPlatform();
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h263 uint32_t GetPlatform();
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp674 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoLaunch()
863 PlatformSP platform_sp = GetTarget().GetPlatform(); in ConnectToDebugserver()
974 PlatformSP platform_sp = GetTarget().GetPlatform(); in DidLaunchOrAttach()
2376 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoDestroy()
3172 PlatformSP platform_sp(GetTarget().GetPlatform()); in EstablishConnectionIfNeeded()
3259 nullptr, GetTarget().GetPlatform().get(), debugserver_launch_info, in LaunchAndConnectToDebugserver()
3659 PlatformSP platform_sp(GetTarget().GetPlatform()); in StartNoticingNewThreads()
4810 Platform &platform = *GetTarget().GetPlatform(); in SaveCore()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h450 lldb::PlatformSP GetPlatform(bool prefer_target_platform);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp1501 auto platform_sp = GetPlatform(); in SetArchitecture()
2956 PlatformSP platform_sp(GetPlatform()); in Install()
3135 PlatformSP platform_sp(GetPlatform()); in Launch()
3172 GetPlatform()->DebugProcess(launch_info, debugger, *this, error); in Launch()
3388 PlatformSP platform_sp = GetPlatform(); in FinalizeFileActions()
4281 if (auto platform_sp = m_target->GetPlatform()) { in ComputeEnvironment()
4318 PlatformSP platform_sp = m_target->GetPlatform(); in GetInheritedEnvironment()
H A DProcess.cpp487 target_sp->GetPlatform()->GetDefaultMemoryCacheLineSize(); in Process()
1750 PlatformSP platform_sp(GetTarget().GetPlatform()); in GetSoftwareBreakpointTrapOpcode()
2828 PlatformSP platform_sp(GetTarget().GetPlatform()); in Attach()
2924 PlatformSP platform_sp(GetTarget().GetPlatform()); in CompleteAttach()
5773 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetProcessInfo()
6042 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()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp520 unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor(); in isLoadBiasIncorrect()
H A DDynamicLoaderPOSIXDYLD.cpp791 const auto platform_sp = target.GetPlatform(); in ResolveExecutableModule()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp117 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true), in ParseOptions()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp2484 PlatformSP platform_sp = process.GetTarget().GetPlatform(); in DoesProcessHaveSharedCache()
2546 if (PlatformSP platform_sp = target.GetPlatform()) { in WarnIfNoExpandedSharedCache()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h1403 lldb::PlatformSP GetPlatform() { return m_platform_sp; } in GetPlatform() function

12