| /freebsd/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/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionsProcessLaunch.cpp | 97 target_sp ? target_sp->GetPlatform() : PlatformSP(); in SetOptionValue()
|
| H A D | CommandObjectPlatform.cpp | 256 platform_sp = target->GetPlatform(); in DoExecute() 1078 platform_sp = target->GetPlatform(); in DoExecute() 1227 platform_sp = target->GetPlatform(); in DoExecute() 1472 platform_sp = target->GetPlatform(); in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 919 PlatformSP platform_sp = m_interpreter.GetPlatform(true); in DoExecute() 1036 PlatformSP platform = process->GetTarget().GetPlatform(); in DoExecute() 1122 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute() 1476 PlatformSP platform_sp = process->GetTarget().GetPlatform(); in DoExecute()
|
| H A D | CommandCompletions.cpp | 716 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessIDs() 730 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessNames()
|
| H A D | CommandObjectDisassemble.cpp | 144 auto platform_ptr = target_sp ? target_sp->GetPlatform().get() : nullptr; in SetOptionValue()
|
| H A D | CommandObjectTarget.cpp | 105 PlatformSP platform_sp(target->GetPlatform()); in DumpTargetInfo() 318 PlatformSP platform_sp = target_sp->GetPlatform(); in DoExecute() 3649 PlatformSP platform_sp(target->GetPlatform()); in DoExecute() 4626 PlatformSP platform_sp(target->GetPlatform()); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 93 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 1034 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in GetExtendedCrashInformation() 1090 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImage() 1114 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImageUsingPaths() 1147 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in UnloadImage()
|
| H A D | SBTarget.cpp | 177 SBPlatform SBTarget::GetPlatform() { in GetPlatform() function in SBTarget 182 platform.m_opaque_sp = target_sp->GetPlatform(); in GetPlatform() 440 PlatformSP platform_sp = target_sp->GetPlatform(); in Attach() 479 if (target_sp->GetPlatform()->GetProcessInfo(pid, instance_info)) in AttachToProcessWithID() 1475 target_sp->GetPlatform().get(), triple); in AddModule()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/ |
| H A D | Resource.cpp | 206 if (lldb::PlatformSP platform_sp = target_sp->GetPlatform()) in ReadTargetResource()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 656 if (!target.GetPlatform()->SupportsModules()) in Create() 675 target.GetPlatform()->AddClangModuleCompilationOptions( in Create()
|
| H A D | ClangExpressionSourceCode.cpp | 359 if (lldb::PlatformSP platform_sp = target->GetPlatform()) { in GetText()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 203 PlatformSP platform_sp = process->GetTarget().GetPlatform(); in LoadBinaryWithUUIDAndAddress()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 116 lldb::SBPlatform GetPlatform();
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 473 lldb::PlatformSP GetPlatform(bool prefer_target_platform);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 690 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoLaunch() 879 PlatformSP platform_sp = GetTarget().GetPlatform(); in ConnectToDebugserver() 987 PlatformSP platform_sp = GetTarget().GetPlatform(); in DidLaunchOrAttach() 2553 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoDestroy() 3446 PlatformSP platform_sp(GetTarget().GetPlatform()); in EstablishConnectionIfNeeded() 3522 FileSpec debugserver_path = GetDebugserverPath(*GetTarget().GetPlatform()); in LaunchAndConnectToDebugserver() 3940 PlatformSP platform_sp(GetTarget().GetPlatform()); in StartNoticingNewThreads() 5486 Platform &platform = *GetTarget().GetPlatform(); in SaveCore()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 1705 auto platform_sp = GetPlatform(); in SetArchitecture() 3217 PlatformSP platform_sp(GetPlatform()); in Install() 3386 PlatformSP platform_sp(GetPlatform()); in Launch() 3421 GetPlatform()->DebugProcess(launch_info, debugger, *this, error); in Launch() 3648 PlatformSP platform_sp = GetPlatform(); in FinalizeFileActions() 4608 if (auto platform_sp = m_target->GetPlatform()) { in ComputeEnvironment() 4644 PlatformSP platform_sp = m_target->GetPlatform(); in GetInheritedEnvironment()
|
| H A D | Process.cpp | 496 target_sp->GetPlatform()->GetDefaultMemoryCacheLineSize(); in Process() 1735 PlatformSP platform_sp(GetTarget().GetPlatform()); in GetSoftwareBreakpointTrapOpcode() 2986 PlatformSP platform_sp(GetTarget().GetPlatform()); in Attach() 3075 PlatformSP platform_sp(GetTarget().GetPlatform()); in CompleteAttach() 6091 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetProcessInfo() 6367 if (platform != GetTarget().GetPlatform().get()) in GetLoadImageUtilityFunction()
|
| H A D | RegisterContextUnwind.cpp | 898 lldb::PlatformSP platform = process->GetTarget().GetPlatform(); in GetFullUnwindPlanForFrame() 1213 PlatformSP platform_sp(process->GetTarget().GetPlatform()); in IsTrapHandlerSymbol()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 630 unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor(); in GetThreadInfo()
|
| H A D | DynamicLoaderPOSIXDYLD.cpp | 883 const auto platform_sp = target.GetPlatform(); in ResolveExecutableModule()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/ |
| H A D | ThreadElfCore.cpp | 275 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in CalculateStopInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 116 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true), in ParseOptions()
|