| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 284 platform_sp = target->GetPlatform(); in DoExecute() 1027 platform_sp = target->GetPlatform(); in DoExecute() 1137 platform_sp = target->GetPlatform(); in DoExecute() 1431 platform_sp = target->GetPlatform(); in DoExecute() 1568 PlatformSP platform_sp(interpreter.GetPlatform(true)); in HandleOptionArgumentCompletion()
|
| H A D | CommandObjectProcess.cpp | 396 PlatformSP platform_sp(interpreter.GetPlatform(true)); in HandleOptionArgumentCompletion() 904 PlatformSP platform_sp = m_interpreter.GetPlatform(true); in DoExecute() 1017 PlatformSP platform = process->GetTarget().GetPlatform(); in DoExecute() 1088 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute()
|
| H A D | CommandObjectDisassemble.cpp | 161 auto platform_ptr = target_sp ? target_sp->GetPlatform().get() : nullptr; in SetOptionValue()
|
| H A D | CommandObjectTarget.cpp | 86 PlatformSP platform_sp(target->GetPlatform()); in DumpTargetInfo() 333 PlatformSP platform_sp = target_sp->GetPlatform(); in DoExecute() 4425 PlatformSP platform_sp(target->GetPlatform()); in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | InferiorCallPOSIX.cpp | 89 process->GetTarget().GetPlatform()->GetMmapArgumentList( in InferiorCallMmap()
|
| H A D | RegisterContextLLDB.cpp | 1121 PlatformSP platform_sp(process->GetTarget().GetPlatform()); in IsTrapHandlerSymbol()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | ProcessFreeBSD.cpp | 307 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoAttachToProcessWithID() 504 PlatformSP platform_sp(target->GetPlatform()); in DoDidExec() 887 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetAuxvData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 553 if (!target.GetPlatform()->SupportsModules()) in Create() 570 target.GetPlatform()->AddClangModuleCompilationOptions( in Create()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | ExpressionSourceCode.cpp | 192 if (lldb::PlatformSP platform_sp = target->GetPlatform()) { in GetText()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTarget.cpp | 167 SBPlatform SBTarget::GetPlatform() { in GetPlatform() function in SBTarget 173 platform.m_opaque_sp = target_sp->GetPlatform(); in GetPlatform() 430 PlatformSP platform_sp = target_sp->GetPlatform(); in Attach() 485 if (target_sp->GetPlatform()->GetProcessInfo(pid, instance_info)) in AttachToProcessWithID() 1558 target_sp->GetPlatform().get(), triple); in AddModule()
|
| H A D | SBProcess.cpp | 1168 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImage() 1204 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in LoadImageUsingPaths() 1246 PlatformSP platform_sp = process_sp->GetTarget().GetPlatform(); in UnloadImage()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 368 lldb::PlatformSP GetPlatform(bool prefer_target_platform);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 110 lldb::SBPlatform GetPlatform();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 1504 auto platform_sp = GetPlatform(); in SetArchitecture() 2668 PlatformSP platform_sp(GetPlatform()); in Install() 2835 PlatformSP platform_sp(GetPlatform()); in Launch() 2865 GetPlatform()->DebugProcess(launch_info, debugger, this, error); in Launch() 3058 PlatformSP platform_sp = GetPlatform(); in FinalizeFileActions() 3531 PlatformSP platform_sp(m_target->GetPlatform()); in GetHostEnvironmentIfNeeded()
|
| H A D | Process.cpp | 479 target_sp ? target_sp->GetPlatform() : PlatformSP(); in SetOptionValue() 794 target_sp->GetPlatform()->GetDefaultMemoryCacheLineSize(); in Process() 1982 PlatformSP platform_sp(GetTarget().GetPlatform()); in GetSoftwareBreakpointTrapOpcode() 3032 PlatformSP platform_sp(GetTarget().GetPlatform()); in Attach() 3130 PlatformSP platform_sp(GetTarget().GetPlatform()); in CompleteAttach() 5931 PlatformSP platform_sp = GetTarget().GetPlatform(); in GetProcessInfo() 6189 if (platform != GetTarget().GetPlatform().get()) in GetLoadImageUtilityFunction()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 457 unsigned os_major = target.GetPlatform()->GetOSVersion().getMajor(); in isLoadBiasIncorrect()
|
| H A D | DynamicLoaderPOSIXDYLD.cpp | 718 const auto platform_sp = target.GetPlatform(); in ResolveExecutableModule()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 785 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoConnectRemote() 870 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoLaunch() 2528 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoDestroy() 2638 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoDestroy() 3478 PlatformSP platform_sp(GetTarget().GetPlatform()); in EstablishConnectionIfNeeded() 3551 nullptr, GetTarget().GetPlatform().get(), debugserver_launch_info, in LaunchAndConnectToDebugserver() 4006 PlatformSP platform_sp(GetTarget().GetPlatform()); in StartNoticingNewThreads()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 109 args, &exe_ctx, GetCommandInterpreter().GetPlatform(true), in ParseOptions()
|
| H A D | Options.cpp | 1403 platform_sp = target_sp ? target_sp->GetPlatform() : PlatformSP(); in Parse()
|
| H A D | CommandInterpreter.cpp | 2189 PlatformSP CommandInterpreter::GetPlatform(bool prefer_target_platform) { in GetPlatform() function in CommandInterpreter 2195 platform_sp = target->GetPlatform(); in GetPlatform()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Target.h | 1212 lldb::PlatformSP GetPlatform() { return m_platform_sp; } in GetPlatform() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Module.cpp | 1523 PlatformSP platform_sp(target->GetPlatform()); in LoadScriptingResourceInTarget()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 1872 PlatformSP platform_sp = process.GetTarget().GetPlatform(); in DoesProcessHaveSharedCache()
|