| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTargetDocstrings.i | 48 ) lldb::SBTarget::GetPlatform;
|
| H A D | SBTargetExtensions.i | 195 …platform = property(GetPlatform, None, doc='''A read only property that returns the platform assoc…
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionsProcessLaunch.cpp | 97 target_sp ? target_sp->GetPlatform() : PlatformSP(); in SetOptionValue()
|
| H A D | CommandObjectProcess.cpp | 915 PlatformSP platform_sp = m_interpreter.GetPlatform(true); in DoExecute() 1033 PlatformSP platform = process->GetTarget().GetPlatform(); in DoExecute() 1120 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute() 1468 PlatformSP platform_sp = process->GetTarget().GetPlatform(); in DoExecute()
|
| H A D | CommandObjectPlatform.cpp | 257 platform_sp = target->GetPlatform(); in DoExecute() 1151 platform_sp = target->GetPlatform(); in DoExecute() 1300 platform_sp = target->GetPlatform(); in DoExecute() 1567 platform_sp = target->GetPlatform(); in DoExecute()
|
| H A D | CommandCompletions.cpp | 692 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessIDs() 706 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 | 104 PlatformSP platform_sp(target->GetPlatform()); in DumpTargetInfo() 335 PlatformSP platform_sp = target_sp->GetPlatform(); in DoExecute() 3697 PlatformSP platform_sp(target->GetPlatform()); in DoExecute() 4713 PlatformSP platform_sp(target->GetPlatform()); in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 97 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 962 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in GetExtendedCrashInformation() 1017 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImage() 1041 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImageUsingPaths() 1074 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in UnloadImage()
|
| H A D | SBTarget.cpp | 177 SBPlatform SBTarget::GetPlatform() { in GetPlatform() function in SBTarget 185 platform.m_opaque_sp = target_sp->GetPlatform(); in GetPlatform() 440 PlatformSP platform_sp = target_sp->GetPlatform(); in Attach() 481 if (target_sp->GetPlatform()->GetProcessInfo(pid, instance_info)) in AttachToProcessWithID() 1506 Platform::GetAugmentedArchSpec(target_sp->GetPlatform().get(), triple); in AddModule()
|
| /freebsd-14.2/contrib/llvm-project/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 | 360 if (lldb::PlatformSP platform_sp = target->GetPlatform()) { in GetText()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 194 PlatformSP platform_sp = process->GetTarget().GetPlatform(); in LoadBinaryWithUUIDAndAddress()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 680 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoLaunch() 869 PlatformSP platform_sp = GetTarget().GetPlatform(); in ConnectToDebugserver() 977 PlatformSP platform_sp = GetTarget().GetPlatform(); in DidLaunchOrAttach() 2443 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoDestroy() 3317 PlatformSP platform_sp(GetTarget().GetPlatform()); in EstablishConnectionIfNeeded() 3404 nullptr, GetTarget().GetPlatform().get(), debugserver_launch_info, in LaunchAndConnectToDebugserver() 3800 PlatformSP platform_sp(GetTarget().GetPlatform()); in StartNoticingNewThreads() 5175 Platform &platform = *GetTarget().GetPlatform(); in SaveCore()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 452 lldb::PlatformSP GetPlatform(bool prefer_target_platform);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 1550 auto platform_sp = GetPlatform(); in SetArchitecture() 3070 PlatformSP platform_sp(GetPlatform()); in Install() 3248 PlatformSP platform_sp(GetPlatform()); in Launch() 3285 GetPlatform()->DebugProcess(launch_info, debugger, *this, error); in Launch() 3504 PlatformSP platform_sp = GetPlatform(); in FinalizeFileActions() 4397 if (auto platform_sp = m_target->GetPlatform()) { in ComputeEnvironment() 4433 PlatformSP platform_sp = m_target->GetPlatform(); in GetInheritedEnvironment()
|
| H A D | Process.cpp | 495 target_sp->GetPlatform()->GetDefaultMemoryCacheLineSize(); in Process() 1762 PlatformSP platform_sp(GetTarget().GetPlatform()); in GetSoftwareBreakpointTrapOpcode() 2857 PlatformSP platform_sp(GetTarget().GetPlatform()); in Attach() 2953 PlatformSP platform_sp(GetTarget().GetPlatform()); in CompleteAttach() 5881 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetProcessInfo() 6145 if (platform != GetTarget().GetPlatform().get()) in GetLoadImageUtilityFunction()
|
| H A D | RegisterContextUnwind.cpp | 918 lldb::PlatformSP platform = process->GetTarget().GetPlatform(); in GetFullUnwindPlanForFrame() 1234 PlatformSP platform_sp(process->GetTarget().GetPlatform()); in IsTrapHandlerSymbol()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 100 lldb::SBPlatform GetPlatform();
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 630 unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor(); in isLoadBiasIncorrect()
|
| H A D | DynamicLoaderPOSIXDYLD.cpp | 808 const auto platform_sp = target.GetPlatform(); in ResolveExecutableModule()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 117 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true), in ParseOptions()
|
| H A D | Options.cpp | 1318 platform_sp = target_sp ? target_sp->GetPlatform() : PlatformSP(); in Parse()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 1431 lldb::PlatformSP GetPlatform() { return m_platform_sp; } in GetPlatform() function
|