| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionsProcessLaunch.cpp | 93 target_sp ? target_sp->GetPlatform() : PlatformSP(); in SetOptionValue()
|
| H A D | CommandObjectPlatform.cpp | 255 platform_sp = target->GetPlatform(); in DoExecute() 992 platform_sp = target->GetPlatform(); in DoExecute() 1082 platform_sp = target->GetPlatform(); in DoExecute() 1358 platform_sp = target->GetPlatform(); in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 789 PlatformSP platform_sp = m_interpreter.GetPlatform(true); in DoExecute() 908 PlatformSP platform = process->GetTarget().GetPlatform(); in DoExecute() 993 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute() 1358 PlatformSP platform_sp = process->GetTarget().GetPlatform(); in DoExecute()
|
| H A D | CommandCompletions.cpp | 680 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessIDs() 694 lldb::PlatformSP platform_sp(interpreter.GetPlatform(true)); in ProcessNames()
|
| H A D | CommandObjectDisassemble.cpp | 130 auto platform_ptr = target_sp ? target_sp->GetPlatform().get() : nullptr; in SetOptionValue()
|
| H A D | CommandObjectTarget.cpp | 84 PlatformSP platform_sp(target->GetPlatform()); in DumpTargetInfo() 333 PlatformSP platform_sp = target_sp->GetPlatform(); in DoExecute() 3352 PlatformSP platform_sp(target->GetPlatform()); in DoExecute() 4258 PlatformSP platform_sp(target->GetPlatform()); in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTarget.i | 107 A platform object.") GetPlatform; 109 GetPlatform (); 1077 …platform = property(GetPlatform, None, doc='''A read only property that returns the platform assoc…
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 94 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 1001 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in GetExtendedCrashInformation() 1058 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImage() 1085 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImageUsingPaths() 1119 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in UnloadImage()
|
| H A D | SBTarget.cpp | 190 SBPlatform SBTarget::GetPlatform() { in GetPlatform() function in SBTarget 191 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBPlatform, SBTarget, GetPlatform); in GetPlatform() 198 platform.m_opaque_sp = target_sp->GetPlatform(); in GetPlatform() 470 PlatformSP platform_sp = target_sp->GetPlatform(); in Attach() 513 if (target_sp->GetPlatform()->GetProcessInfo(pid, instance_info)) in AttachToProcessWithID() 1635 target_sp->GetPlatform().get(), triple); in AddModule() 2510 LLDB_REGISTER_METHOD(lldb::SBPlatform, SBTarget, GetPlatform, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 596 if (!target.GetPlatform()->SupportsModules()) in Create() 613 target.GetPlatform()->AddClangModuleCompilationOptions( in Create()
|
| H A D | ClangExpressionSourceCode.cpp | 313 if (lldb::PlatformSP platform_sp = target->GetPlatform()) { in GetText()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 397 lldb::PlatformSP GetPlatform(bool prefer_target_platform);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 95 lldb::SBPlatform GetPlatform();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 494 unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor(); in isLoadBiasIncorrect()
|
| H A D | DynamicLoaderPOSIXDYLD.cpp | 744 const auto platform_sp = target.GetPlatform(); in ResolveExecutableModule()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 725 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoConnectRemote() 809 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoLaunch() 2480 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoDestroy() 2590 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoDestroy() 3433 PlatformSP platform_sp(GetTarget().GetPlatform()); in EstablishConnectionIfNeeded() 3523 nullptr, GetTarget().GetPlatform().get(), debugserver_launch_info, in LaunchAndConnectToDebugserver() 3998 PlatformSP platform_sp(GetTarget().GetPlatform()); in StartNoticingNewThreads()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 1474 auto platform_sp = GetPlatform(); in SetArchitecture() 2781 PlatformSP platform_sp(GetPlatform()); in Install() 2967 PlatformSP platform_sp(GetPlatform()); in Launch() 2996 GetPlatform()->DebugProcess(launch_info, debugger, this, error); in Launch() 3208 PlatformSP platform_sp = GetPlatform(); in FinalizeFileActions() 3962 if (auto platform_sp = m_target->GetPlatform()) { in ComputeEnvironment()
|
| H A D | Process.cpp | 466 target_sp->GetPlatform()->GetDefaultMemoryCacheLineSize(); in Process() 1719 PlatformSP platform_sp(GetTarget().GetPlatform()); in GetSoftwareBreakpointTrapOpcode() 2779 PlatformSP platform_sp(GetTarget().GetPlatform()); in Attach() 2876 PlatformSP platform_sp(GetTarget().GetPlatform()); in CompleteAttach() 5763 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetProcessInfo() 6018 if (platform != GetTarget().GetPlatform().get()) in GetLoadImageUtilityFunction()
|
| H A D | RegisterContextUnwind.cpp | 1211 PlatformSP platform_sp(process->GetTarget().GetPlatform()); in IsTrapHandlerSymbol()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 115 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true), in ParseOptions()
|
| H A D | Options.cpp | 1347 platform_sp = target_sp ? target_sp->GetPlatform() : PlatformSP(); in Parse()
|
| H A D | CommandInterpreter.cpp | 2216 PlatformSP CommandInterpreter::GetPlatform(bool prefer_target_platform) { in GetPlatform() function in CommandInterpreter 2222 platform_sp = target->GetPlatform(); in GetPlatform()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 1336 lldb::PlatformSP GetPlatform() { return m_platform_sp; } in GetPlatform() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 1497 PlatformSP platform_sp(target->GetPlatform()); in LoadScriptingResourceInTarget()
|