/external/lldb/source/Commands/ |
D | CommandObjectPlatform.cpp | 99 …PlatformSP platform_sp (m_platform_options.CreatePlatformWithOptions (m_interpreter, ArchSpec(), s… in DoExecute() local 211 PlatformSP platform_sp; in DoExecute() local 260 … PlatformSP platform_sp (m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute() local 308 … PlatformSP platform_sp (m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform()); in DoExecute() local 394 PlatformSP platform_sp; in DoExecute() local 512 PlatformSP platform_sp; in DoExecute() local 801 PlatformSP platform_sp; in DoExecute() local
|
D | CommandObjectProcess.cpp | 271 PlatformSP platform_sp (target->GetPlatform()); in DoExecute() local 488 PlatformSP platform_sp (m_interpreter.GetPlatform (true)); in HandleOptionArgumentCompletion() local
|
D | CommandObjectTarget.cpp | 82 PlatformSP platform_sp (target->GetPlatform()); in DumpTargetInfo() local 4576 PlatformSP platform_sp (target->GetPlatform()); in DoExecute() local
|
/external/lldb/include/lldb/Target/ |
D | Platform.h | 678 Append (const lldb::PlatformSP &platform_sp, bool set_selected) in Append() 696 lldb::PlatformSP platform_sp; in GetAtIndex() local 725 SetSelectedPlatform (const lldb::PlatformSP &platform_sp) in SetSelectedPlatform()
|
D | Target.h | 1155 SetPlatform (const lldb::PlatformSP &platform_sp) in SetPlatform()
|
/external/lldb/source/Target/ |
D | Platform.cpp | 75 Platform::SetDefaultPlatform (const lldb::PlatformSP &platform_sp) in SetDefaultPlatform() 156 lldb::PlatformSP platform_sp; in Create() local 175 lldb::PlatformSP platform_sp; in Create() local 221 PlatformSP platform_sp; in GetConnectedRemotePlatformAtIndex() local 715 lldb::PlatformSP platform_sp; in GetPlatformForArchitecture() local
|
D | TargetList.cpp | 71 PlatformSP platform_sp; in CreateTarget() local 192 PlatformSP &platform_sp, in CreateTarget()
|
D | Process.cpp | 2135 PlatformSP platform_sp (m_target.GetPlatform()); in GetSoftwareBreakpointTrapOpcode() local 3092 PlatformSP platform_sp (m_target.GetPlatform ()); in Attach() local 3180 PlatformSP platform_sp (m_target.GetPlatform ()); in CompleteAttach() local
|
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() local
|
/external/lldb/source/Interpreter/ |
D | OptionGroupPlatform.cpp | 32 PlatformSP platform_sp; in CreatePlatformWithOptions() local
|
D | CommandInterpreter.cpp | 2470 PlatformSP platform_sp; in GetPlatform() local
|
/external/lldb/source/API/ |
D | SBDebugger.cpp | 638 PlatformSP platform_sp(m_opaque_sp->GetPlatformList().GetSelectedPlatform()); in CreateTarget() local 1107 PlatformSP platform_sp (Platform::Create (platform_name, sb_error.ref())); in SetCurrentPlatform() local 1123 PlatformSP platform_sp (m_opaque_sp->GetPlatformList().GetSelectedPlatform()); in SetCurrentPlatformSDKRoot() local
|
D | SBTarget.cpp | 891 PlatformSP platform_sp = target_sp->GetPlatform(); in Attach() local 1019 PlatformSP platform_sp = target_sp->GetPlatform(); in AttachToProcessWithID() local
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 463 …PlatformSP platform_sp(Platform::FindPlugin (process, PlatformDarwinKernel::GetPluginNameStatic ()… in DynamicLoaderDarwinKernel() local 811 PlatformSP platform_sp (target.GetPlatform()); in LoadImageUsingMemoryModule() local
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 668 PlatformSP platform_sp (m_target.GetPlatform()); in DoLaunch() local 1831 PlatformSP platform_sp = GetTarget().GetPlatform(); in DoDestroy() local 3054 PlatformSP platform_sp (m_target.GetPlatform()); in StartNoticingNewThreads() local
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | ProcessPOSIX.cpp | 131 PlatformSP platform_sp (m_target.GetPlatform ()); in DoAttachToProcessWithID() local
|
/external/lldb/source/Core/ |
D | Module.cpp | 1333 PlatformSP platform_sp(target->GetPlatform()); in LoadScriptingResourceInTarget() local
|
/external/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.cpp | 1602 PlatformSP platform_sp (target.GetPlatform()); in ParseSymtab() local
|