| /NextBSD/contrib/llvm/tools/lldb/source/Expression/ |
| HD | ExpressionSourceCode.cpp | 73 if (lldb::PlatformSP platform_sp = target->GetPlatform()) in GetText()
|
| HD | ClangModulesDeclVendor.cpp | 623 if (!target.GetPlatform()->SupportsModules()) in Create() 639 target.GetPlatform()->AddClangModuleCompilationOptions(&target, compiler_invocation_arguments); in Create()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| HD | ProcessPOSIX.cpp | 100 PlatformSP platform_sp (m_target.GetPlatform ()); in DoAttachToProcessWithID() 335 PlatformSP platform_sp (target->GetPlatform()); in DoDidExec() 932 PlatformSP platform_sp = m_target.GetPlatform (); in GetAuxvData()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectPlatform.cpp | 364 platform_sp = target->GetPlatform(); in DoExecute() 1303 platform_sp = target->GetPlatform(); in DoExecute() 1420 platform_sp = target->GetPlatform(); in DoExecute() 1714 platform_sp = target->GetPlatform(); in DoExecute() 1880 PlatformSP platform_sp (m_interpreter.GetPlatform (true)); in HandleOptionArgumentCompletion()
|
| HD | CommandObjectDisassemble.cpp | 152 if (!arch.SetTriple (option_arg, m_interpreter.GetPlatform (true).get())) in SetOptionValue()
|
| HD | CommandObjectProcess.cpp | 433 PlatformSP platform_sp (m_interpreter.GetPlatform (true)); in HandleOptionArgumentCompletion() 1209 process->GetTarget().GetPlatform()->ResolveRemotePath(image_spec, image_spec); in DoExecute()
|
| HD | CommandObjectTarget.cpp | 85 PlatformSP platform_sp (target->GetPlatform()); in DumpTargetInfo() 300 PlatformSP platform_sp = target_sp->GetPlatform(); in DoExecute() 4758 PlatformSP platform_sp (target->GetPlatform()); in DoExecute()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| HD | InferiorCallPOSIX.cpp | 90 flags_arg = process->GetTarget().GetPlatform()->ConvertMmapFlagsToPlatform(arch,flags); in InferiorCallMmap()
|
| HD | RegisterContextLLDB.cpp | 1138 PlatformSP platform_sp (process->GetTarget().GetPlatform()); in IsTrapHandlerSymbol()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBTarget.cpp | 191 SBTarget::GetPlatform () in GetPlatform() function in SBTarget 198 platform.m_opaque_sp = target_sp->GetPlatform(); in GetPlatform() 461 PlatformSP platform_sp = target_sp->GetPlatform(); in Attach() 540 if (target_sp->GetPlatform ()->GetProcessInfo (pid, instance_info)) in AttachToProcessWithID() 1513 module_spec.GetArchitecture().SetTriple (triple, target_sp->GetPlatform ().get()); in AddModule()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| HD | CommandInterpreter.h | 475 GetPlatform (bool prefer_target_platform);
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBTarget.h | 92 GetPlatform ();
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| HD | DynamicLoaderPOSIXDYLD.cpp | 651 const auto platform_sp = target.GetPlatform (); in ResolveExecutableModule()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Target.cpp | 2359 PlatformSP platform_sp (GetPlatform()); in Install() 2548 PlatformSP platform_sp (GetPlatform()); in Launch() 2584 m_process_sp = GetPlatform()->DebugProcess (launch_info, in Launch() 3097 PlatformSP platform_sp (m_target->GetPlatform()); in GetHostEnvironmentIfNeeded()
|
| HD | Process.cpp | 482 … if (!launch_info.GetArchitecture().SetTriple (option_arg, m_interpreter.GetPlatform(true).get())) in SetOptionValue() 2377 PlatformSP platform_sp (m_target.GetPlatform()); in GetSoftwareBreakpointTrapOpcode() 3498 PlatformSP platform_sp (m_target.GetPlatform ()); in Attach() 3612 PlatformSP platform_sp (m_target.GetPlatform ()); in CompleteAttach()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | ProcessGDBRemote.cpp | 825 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoConnectRemote() 923 PlatformSP platform_sp (m_target.GetPlatform()); in DoLaunch() 2646 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoDestroy() 2758 PlatformSP platform_sp(GetTarget().GetPlatform()); in DoDestroy() 3868 PlatformSP platform_sp (m_target.GetPlatform()); in StartNoticingNewThreads()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | Target.h | 1423 GetPlatform () in GetPlatform() function
|
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | CommandInterpreter.cpp | 2378 CommandInterpreter::GetPlatform (bool prefer_target_platform) in GetPlatform() function in CommandInterpreter 2386 platform_sp = target->GetPlatform(); in GetPlatform()
|
| HD | Args.cpp | 623 …if (validator && !validator->IsValid(*interpreter.GetPlatform(true), interpreter.GetExecutionConte… in ParseOptions()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | Module.cpp | 1580 PlatformSP platform_sp(target->GetPlatform()); in LoadScriptingResourceInTarget()
|