/external/lldb/include/lldb/Target/ |
D | Platform.h | 57 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 …]
|
D | Target.h | 427 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.
|
D | TargetList.h | 118 lldb::PlatformSP &platform_sp,
|
/external/lldb/source/Target/ |
D | Platform.cpp | 31 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 …]
|
D | TargetList.cpp | 71 PlatformSP platform_sp; in CreateTarget() 192 PlatformSP &platform_sp, in CreateTarget()
|
D | Target.cpp | 62 Target::Target(Debugger &debugger, const ArchSpec &target_arch, const lldb::PlatformSP &platform_sp… in Target() 2452 PlatformSP platform_sp (m_target->GetPlatform()); in GetHostEnvironmentIfNeeded()
|
D | Process.cpp | 2135 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/ |
D | CommandObjectPlatform.cpp | 99 …PlatformSP 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() 260 … PlatformSP platform_sp (m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute() 308 … PlatformSP 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()
|
D | CommandObjectProcess.cpp | 271 PlatformSP platform_sp (target->GetPlatform()); in DoExecute() 488 PlatformSP platform_sp (m_interpreter.GetPlatform (true)); in HandleOptionArgumentCompletion()
|
/external/lldb/source/Interpreter/ |
D | OptionGroupPlatform.cpp | 25 PlatformSP 32 PlatformSP platform_sp; in CreatePlatformWithOptions()
|
D | CommandInterpreter.cpp | 2467 PlatformSP 2470 PlatformSP platform_sp; in GetPlatform()
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionGroupPlatform.h | 61 lldb::PlatformSP
|
D | CommandInterpreter.h | 314 lldb::PlatformSP
|
/external/lldb/source/Plugins/Platform/Linux/ |
D | PlatformLinux.h | 104 … lldb::PlatformSP m_remote_platform_sp; // Allow multiple ways to connect to a remote darwin OS
|
D | PlatformLinux.cpp | 126 PlatformSP default_platform_sp (new PlatformLinux(true)); in Initialize()
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformMacOSX.cpp | 40 PlatformSP default_platform_sp (new PlatformMacOSX(true)); in Initialize()
|
D | PlatformDarwin.h | 121 lldb::PlatformSP m_remote_platform_sp; // Allow multiple ways to connect to a remote darwin OS
|
/external/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.h | 156 lldb::PlatformSP m_remote_platform_sp; // Allow multiple ways to connect to a remote freebsd OS
|
D | PlatformFreeBSD.cpp | 121 PlatformSP default_platform_sp (new PlatformFreeBSD(true)); in Initialize()
|
/external/lldb/source/API/ |
D | SBDebugger.cpp | 638 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()
|
D | SBTarget.cpp | 891 PlatformSP platform_sp = target_sp->GetPlatform(); in Attach() 1019 PlatformSP platform_sp = target_sp->GetPlatform(); in AttachToProcessWithID()
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 463 …PlatformSP platform_sp(Platform::FindPlugin (process, PlatformDarwinKernel::GetPluginNameStatic ()… in DynamicLoaderDarwinKernel() 811 PlatformSP platform_sp (target.GetPlatform()); in LoadImageUsingMemoryModule()
|
/external/lldb/include/lldb/ |
D | lldb-forward.h | 318 typedef std::shared_ptr<lldb_private::Platform> PlatformSP; typedef
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | ProcessPOSIX.cpp | 131 PlatformSP platform_sp (m_target.GetPlatform ()); in DoAttachToProcessWithID()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 668 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()
|