Home
last modified time | relevance | path

Searched refs:PlatformSP (Results 1 – 25 of 30) sorted by relevance

12

/external/lldb/include/lldb/Target/
DPlatform.h57 static lldb::PlatformSP
60 static lldb::PlatformSP
68 SetDefaultPlatform (const lldb::PlatformSP &platform_sp);
70 static lldb::PlatformSP
73 static lldb::PlatformSP
79 static lldb::PlatformSP
678 Append (const lldb::PlatformSP &platform_sp, bool set_selected) in Append()
693 lldb::PlatformSP
696 lldb::PlatformSP platform_sp; in GetAtIndex()
714 lldb::PlatformSP
[all …]
DTarget.h427 const lldb::PlatformSP &platform_sp);
1148 lldb::PlatformSP
1155 SetPlatform (const lldb::PlatformSP &platform_sp) in SetPlatform()
1180 lldb::PlatformSP m_platform_sp; ///< The platform for this target.
DTargetList.h118 lldb::PlatformSP &platform_sp,
/external/lldb/source/Target/
DPlatform.cpp31 static PlatformSP&
34 static PlatformSP g_default_platform_sp; in GetDefaultPlatformSP()
44 static std::vector<PlatformSP> &
47 static std::vector<PlatformSP> g_remote_connected_platforms; in GetConnectedPlatformList()
68 PlatformSP
75 Platform::SetDefaultPlatform (const lldb::PlatformSP &platform_sp) in SetDefaultPlatform()
152 PlatformSP
156 lldb::PlatformSP platform_sp; in Create()
172 PlatformSP
175 lldb::PlatformSP platform_sp; in Create()
[all …]
DTargetList.cpp71 PlatformSP platform_sp; in CreateTarget()
192 PlatformSP &platform_sp, in CreateTarget()
DTarget.cpp62 Target::Target(Debugger &debugger, const ArchSpec &target_arch, const lldb::PlatformSP &platform_sp… in Target()
2452 PlatformSP platform_sp (m_target->GetPlatform()); in GetHostEnvironmentIfNeeded()
DProcess.cpp2135 PlatformSP platform_sp (m_target.GetPlatform()); in GetSoftwareBreakpointTrapOpcode()
3092 PlatformSP platform_sp (m_target.GetPlatform ()); in Attach()
3180 PlatformSP platform_sp (m_target.GetPlatform ()); in CompleteAttach()
/external/lldb/source/Commands/
DCommandObjectPlatform.cpp99PlatformSP platform_sp (m_platform_options.CreatePlatformWithOptions (m_interpreter, ArchSpec(), s… in DoExecute()
156 PlatformSP host_platform_sp (Platform::GetDefaultPlatform()); in DoExecute()
211 PlatformSP platform_sp; in DoExecute()
260PlatformSP platform_sp (m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
308PlatformSP platform_sp (m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute()
394 PlatformSP platform_sp; in DoExecute()
512 PlatformSP platform_sp; in DoExecute()
801 PlatformSP platform_sp; in DoExecute()
DCommandObjectProcess.cpp271 PlatformSP platform_sp (target->GetPlatform()); in DoExecute()
488 PlatformSP platform_sp (m_interpreter.GetPlatform (true)); in HandleOptionArgumentCompletion()
/external/lldb/source/Interpreter/
DOptionGroupPlatform.cpp25 PlatformSP
32 PlatformSP platform_sp; in CreatePlatformWithOptions()
DCommandInterpreter.cpp2467 PlatformSP
2470 PlatformSP platform_sp; in GetPlatform()
/external/lldb/include/lldb/Interpreter/
DOptionGroupPlatform.h61 lldb::PlatformSP
DCommandInterpreter.h314 lldb::PlatformSP
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.h104 … lldb::PlatformSP m_remote_platform_sp; // Allow multiple ways to connect to a remote darwin OS
DPlatformLinux.cpp126 PlatformSP default_platform_sp (new PlatformLinux(true)); in Initialize()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformMacOSX.cpp40 PlatformSP default_platform_sp (new PlatformMacOSX(true)); in Initialize()
DPlatformDarwin.h121 lldb::PlatformSP m_remote_platform_sp; // Allow multiple ways to connect to a remote darwin OS
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.h156 lldb::PlatformSP m_remote_platform_sp; // Allow multiple ways to connect to a remote freebsd OS
DPlatformFreeBSD.cpp121 PlatformSP default_platform_sp (new PlatformFreeBSD(true)); in Initialize()
/external/lldb/source/API/
DSBDebugger.cpp638 PlatformSP platform_sp(m_opaque_sp->GetPlatformList().GetSelectedPlatform()); in CreateTarget()
1107 PlatformSP platform_sp (Platform::Create (platform_name, sb_error.ref())); in SetCurrentPlatform()
1123 PlatformSP platform_sp (m_opaque_sp->GetPlatformList().GetSelectedPlatform()); in SetCurrentPlatformSDKRoot()
DSBTarget.cpp891 PlatformSP platform_sp = target_sp->GetPlatform(); in Attach()
1019 PlatformSP platform_sp = target_sp->GetPlatform(); in AttachToProcessWithID()
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp463PlatformSP platform_sp(Platform::FindPlugin (process, PlatformDarwinKernel::GetPluginNameStatic ()… in DynamicLoaderDarwinKernel()
811 PlatformSP platform_sp (target.GetPlatform()); in LoadImageUsingMemoryModule()
/external/lldb/include/lldb/
Dlldb-forward.h318 typedef std::shared_ptr<lldb_private::Platform> PlatformSP; typedef
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.cpp131 PlatformSP platform_sp (m_target.GetPlatform ()); in DoAttachToProcessWithID()
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp668 PlatformSP platform_sp (m_target.GetPlatform()); in DoLaunch()
1831 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoDestroy()
3054 PlatformSP platform_sp (m_target.GetPlatform()); in StartNoticingNewThreads()

12