Home
last modified time | relevance | path

Searched refs:GetPlatformList (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectPlatform.cpp179 GetDebugger().GetPlatformList().SetSelectedPlatform(platform_sp); in DoExecute()
258 platform_sp = GetDebugger().GetPlatformList().GetSelectedPlatform(); in DoExecute()
289 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
311 GetDebugger().GetPlatformList().GetSelectedPlatform()); in GetOptions()
335 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
396 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
432 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
491 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
546 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
590 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
[all …]
H A DCommandCompletions.cpp500 interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform(); in RemoteDiskFiles()
509 interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform(); in RemoteDiskDirectories()
H A DCommandObjectProcess.cpp382 GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp891 m_opaque_sp->GetPlatformList().GetSelectedPlatform(); in CreateTargetWithFileAndArch()
1019 m_opaque_sp->GetPlatformList().GetSelectedPlatform().get(), arch_name); in FindTargetWithFileAndArch()
1098 sb_platform.SetSP(debugger_sp->GetPlatformList().GetSelectedPlatform()); in GetSelectedPlatform()
1114 debugger_sp->GetPlatformList().SetSelectedPlatform(sb_platform.GetSP()); in SetSelectedPlatform()
1128 return m_opaque_sp->GetPlatformList().GetSize(); in GetNumPlatforms()
1139 sb_platform.SetSP(m_opaque_sp->GetPlatformList().GetAtIndex(idx)); in GetPlatformAtIndex()
1500 PlatformList &platforms = m_opaque_sp->GetPlatformList(); in SetCurrentPlatform()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetList.cpp82 PlatformList &platform_list = debugger.GetPlatformList(); in CreateTargetInternal()
264 debugger.GetPlatformList().GetOrCreate(specified_arch, {}, &arch); in CreateTargetInternal()
268 platform_sp = debugger.GetPlatformList().GetSelectedPlatform(); in CreateTargetInternal()
H A DTarget.cpp1506 GetDebugger().GetPlatformList().GetOrCreate(other, {}, in SetArchitecture()
3328 GetDebugger().GetPlatformList().GetSelectedPlatform(); in Attach()
H A DProcess.cpp2933 platform_sp = GetTarget().GetDebugger().GetPlatformList().GetOrCreate( in CompleteAttach()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp21 PlatformList &platforms = interpreter.GetDebugger().GetPlatformList(); in CreatePlatformWithOptions()
H A DCommandInterpreter.cpp2471 platform_sp = m_debugger.GetPlatformList().GetSelectedPlatform(); in GetPlatform()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h202 PlatformList &GetPlatformList() { return m_platform_list; } in GetPlatformList() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp970 process->GetTarget().GetDebugger().GetPlatformList().Create( in LoadPlatformBinaryAndSetup()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp513 process->GetTarget().GetDebugger().GetPlatformList().Create( in DynamicLoaderDarwinKernel()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1022 .GetPlatformList() in LoadStubBinaries()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6997 .GetPlatformList()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1637 PlatformSP platform_sp = debugger.GetPlatformList().GetSelectedPlatform(); in PlatformPluginFieldDelegate()