HomeSort by relevance Sort by last modified time
    Searched refs:PlatformSP (Results 1 - 25 of 29) sorted by null

1 2

  /external/lldb/include/lldb/Target/
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)
693 lldb::PlatformSP
696 lldb::PlatformSP platform_sp;
714 lldb::PlatformSP
    [all...]
TargetList.h 118 lldb::PlatformSP &platform_sp,
Target.h 427 const lldb::PlatformSP &platform_sp);
    [all...]
  /external/lldb/source/Target/
Platform.cpp 31 static PlatformSP&
34 static PlatformSP g_default_platform_sp;
44 static std::vector<PlatformSP> &
47 static std::vector<PlatformSP> g_remote_connected_platforms;
68 PlatformSP
75 Platform::SetDefaultPlatform (const lldb::PlatformSP &platform_sp)
152 PlatformSP
156 lldb::PlatformSP platform_sp;
172 PlatformSP
175 lldb::PlatformSP platform_sp
    [all...]
TargetList.cpp 71 PlatformSP platform_sp;
192 PlatformSP &platform_sp,
Target.cpp 62 Target::Target(Debugger &debugger, const ArchSpec &target_arch, const lldb::PlatformSP &platform_sp) :
    [all...]
  /external/lldb/source/Interpreter/
OptionGroupPlatform.cpp 25 PlatformSP
32 PlatformSP platform_sp;
CommandInterpreter.cpp     [all...]
  /external/lldb/include/lldb/Interpreter/
OptionGroupPlatform.h 61 lldb::PlatformSP
CommandInterpreter.h 314 lldb::PlatformSP
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.h 104 lldb::PlatformSP m_remote_platform_sp; // Allow multiple ways to connect to a remote darwin OS
PlatformLinux.cpp 126 PlatformSP default_platform_sp (new PlatformLinux(true));
  /external/lldb/source/Commands/
CommandObjectPlatform.cpp 99 PlatformSP platform_sp (m_platform_options.CreatePlatformWithOptions (m_interpreter, ArchSpec(), select, error, platform_arch));
156 PlatformSP host_platform_sp (Platform::GetDefaultPlatform());
211 PlatformSP platform_sp;
260 PlatformSP platform_sp (m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform());
308 PlatformSP platform_sp (m_interpreter.GetDebugger().GetPlatformList().GetSelectedPlatform());
394 PlatformSP platform_sp;
512 PlatformSP platform_sp;
801 PlatformSP platform_sp;
    [all...]
CommandObjectProcess.cpp 271 PlatformSP platform_sp (target->GetPlatform());
488 PlatformSP platform_sp (m_interpreter.GetPlatform (true));
    [all...]
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformMacOSX.cpp 40 PlatformSP default_platform_sp (new PlatformMacOSX(true));
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/
PlatformFreeBSD.h 156 lldb::PlatformSP m_remote_platform_sp; // Allow multiple ways to connect to a remote freebsd OS
PlatformFreeBSD.cpp 121 PlatformSP default_platform_sp (new PlatformFreeBSD(true));
  /external/lldb/source/API/
SBDebugger.cpp 638 PlatformSP platform_sp(m_opaque_sp->GetPlatformList().GetSelectedPlatform());
1107 PlatformSP platform_sp (Platform::Create (platform_name, sb_error.ref()));
1123 PlatformSP platform_sp (m_opaque_sp->GetPlatformList().GetSelectedPlatform());
    [all...]
SBTarget.cpp 891 PlatformSP platform_sp = target_sp->GetPlatform();
1019 PlatformSP platform_sp = target_sp->GetPlatform();
    [all...]
  /external/lldb/include/lldb/
lldb-forward.h 318 typedef std::shared_ptr<lldb_private::Platform> PlatformSP;
  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 131 PlatformSP platform_sp (m_target.GetPlatform ());
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 463 PlatformSP platform_sp(Platform::FindPlugin (process, PlatformDarwinKernel::GetPluginNameStatic ()));
811 PlatformSP platform_sp (target.GetPlatform());
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 668 PlatformSP platform_sp (m_target.GetPlatform());
    [all...]
  /external/lldb/source/Core/
Module.cpp     [all...]

Completed in 398 milliseconds

1 2