Home
last modified time | relevance | path

Searched refs:GetPlatform (Results 1 – 20 of 20) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDExpressionSourceCode.cpp73 if (lldb::PlatformSP platform_sp = target->GetPlatform()) in GetText()
HDClangModulesDeclVendor.cpp623 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/
HDProcessPOSIX.cpp100 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/
HDCommandObjectPlatform.cpp364 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()
HDCommandObjectDisassemble.cpp152 if (!arch.SetTriple (option_arg, m_interpreter.GetPlatform (true).get())) in SetOptionValue()
HDCommandObjectProcess.cpp433 PlatformSP platform_sp (m_interpreter.GetPlatform (true)); in HandleOptionArgumentCompletion()
1209 process->GetTarget().GetPlatform()->ResolveRemotePath(image_spec, image_spec); in DoExecute()
HDCommandObjectTarget.cpp85 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/
HDInferiorCallPOSIX.cpp90 flags_arg = process->GetTarget().GetPlatform()->ConvertMmapFlagsToPlatform(arch,flags); in InferiorCallMmap()
HDRegisterContextLLDB.cpp1138 PlatformSP platform_sp (process->GetTarget().GetPlatform()); in IsTrapHandlerSymbol()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBTarget.cpp191 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/
HDCommandInterpreter.h475 GetPlatform (bool prefer_target_platform);
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBTarget.h92 GetPlatform ();
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDynamicLoaderPOSIXDYLD.cpp651 const auto platform_sp = target.GetPlatform (); in ResolveExecutableModule()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTarget.cpp2359 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()
HDProcess.cpp482 … 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/
HDProcessGDBRemote.cpp825 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/
HDTarget.h1423 GetPlatform () in GetPlatform() function
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandInterpreter.cpp2378 CommandInterpreter::GetPlatform (bool prefer_target_platform) in GetPlatform() function in CommandInterpreter
2386 platform_sp = target->GetPlatform(); in GetPlatform()
HDArgs.cpp623 …if (validator && !validator->IsValid(*interpreter.GetPlatform(true), interpreter.GetExecutionConte… in ParseOptions()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp1580 PlatformSP platform_sp(target->GetPlatform()); in LoadScriptingResourceInTarget()