| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandOptionsProcessLaunch.cpp | 95 target_sp ? target_sp->GetPlatform() : PlatformSP(); in SetOptionValue()
|
| H A D | CommandObjectPlatform.cpp | 255 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 D | CommandObjectProcess.cpp | 968 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 D | CommandCompletions.cpp | 682 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessIDs() 696 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessNames()
|
| H A D | CommandObjectDisassemble.cpp | 134 auto platform_ptr = target_sp ? target_sp->GetPlatform().get() : nullptr; in SetOptionValue()
|
| H A D | CommandObjectTarget.cpp | 94 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 D | SBTarget.i | 107 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 D | InferiorCallPOSIX.cpp | 98 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBProcess.cpp | 945 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 D | SBTarget.cpp | 176 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 D | DynamicLoader.cpp | 193 PlatformSP platform_sp = process->GetTarget().GetPlatform(); in LoadBinaryWithUUIDAndAddress()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 657 if (!target.GetPlatform()->SupportsModules()) in Create() 676 target.GetPlatform()->AddClangModuleCompilationOptions( in Create()
|
| H A D | ClangExpressionSourceCode.cpp | 348 if (lldb::PlatformSP platform_sp = target->GetPlatform()) { in GetText()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 95 lldb::SBPlatform GetPlatform();
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachProcess.h | 263 uint32_t GetPlatform();
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 674 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 D | CommandInterpreter.h | 450 lldb::PlatformSP GetPlatform(bool prefer_target_platform);
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 1501 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 D | Process.cpp | 487 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 D | RegisterContextUnwind.cpp | 904 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 D | DYLDRendezvous.cpp | 520 unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor(); in isLoadBiasIncorrect()
|
| H A D | DynamicLoaderPOSIXDYLD.cpp | 791 const auto platform_sp = target.GetPlatform(); in ResolveExecutableModule()
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 117 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true), in ParseOptions()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 2484 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 D | Target.h | 1403 lldb::PlatformSP GetPlatform() { return m_platform_sp; } in GetPlatform() function
|