reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
80337 LLDBSWIGPython_GetDynamicSetting (void* module, const char* setting, const lldb::TargetSP& target_sp)
80416 lldb::TargetSP& target,
tools/lldb/include/lldb/API/SBTarget.h
   45   SBTarget(const lldb::TargetSP &target_sp);
  842   lldb::TargetSP GetSP() const;
  844   void SetSP(const lldb::TargetSP &target_sp);
  847   lldb::TargetSP m_opaque_sp;
tools/lldb/include/lldb/Breakpoint/Breakpoint.h
  458   const lldb::TargetSP GetTargetSP();
tools/lldb/include/lldb/Core/Debugger.h
   82   static lldb::TargetSP FindTargetWithProcessID(lldb::pid_t pid);
   84   static lldb::TargetSP FindTargetWithProcess(Process *process);
  164   lldb::TargetSP GetSelectedTarget() {
  414   lldb::TargetSP m_dummy_target_sp;
tools/lldb/include/lldb/Core/Disassembler.h
  378   FindPluginForTarget(const lldb::TargetSP target_sp, const ArchSpec &arch,
tools/lldb/include/lldb/Core/Module.h
  351   void FindAddressesForLine(const lldb::TargetSP target_sp,
tools/lldb/include/lldb/Core/ModuleList.h
  402   void FindAddressesForLine(const lldb::TargetSP target_sp,
tools/lldb/include/lldb/Core/SearchFilter.h
   89   SearchFilter(const lldb::TargetSP &target_sp);
   91   SearchFilter(const lldb::TargetSP &target_sp, unsigned char filterType);
  266   void SetTarget(lldb::TargetSP &target_sp) { m_target_sp = target_sp; }
  268   lldb::TargetSP
  281   SearchFilterForUnconstrainedSearches(const lldb::TargetSP &target_sp)
  314   SearchFilterByModule(const lldb::TargetSP &targetSP, const FileSpec &module);
  360   SearchFilterByModuleList(const lldb::TargetSP &targetSP,
  363   SearchFilterByModuleList(const lldb::TargetSP &targetSP,
  415   SearchFilterByModuleListAndCU(const lldb::TargetSP &targetSP,
tools/lldb/include/lldb/Core/SourceManager.h
  117   SourceManager(const lldb::TargetSP &target_sp);
tools/lldb/include/lldb/Core/ValueObject.h
  336   lldb::TargetSP GetTargetSP() const {
 1035   lldb::TargetSP GetTargetSP() const;
tools/lldb/include/lldb/Expression/IRExecutionUnit.h
   63                   const lldb::TargetSP &target_sp, const SymbolContext &sym_ctx,
tools/lldb/include/lldb/Expression/IRMemoryMap.h
   36   IRMemoryMap(lldb::TargetSP target_sp);
   80   lldb::TargetSP GetTarget() { return m_target_wp.lock(); }
tools/lldb/include/lldb/Expression/UserExpression.h
  294   bool LockAndCheckContext(ExecutionContext &exe_ctx, lldb::TargetSP &target_sp,
tools/lldb/include/lldb/Symbol/LineEntry.h
  147   void ApplyFileMappings(lldb::TargetSP target_sp);
tools/lldb/include/lldb/Symbol/SymbolContext.h
   71   explicit SymbolContext(const lldb::TargetSP &target_sp,
  334   lldb::TargetSP target_sp; ///< The Target for a given query
  358   SymbolContextSpecifier(const lldb::TargetSP &target_sp);
  375   lldb::TargetSP m_target_sp;
tools/lldb/include/lldb/Target/ExecutionContext.h
  152   void SetTargetSP(const lldb::TargetSP &target_sp);
  212   lldb::TargetSP GetTargetSP() const;
  303   ExecutionContext(const lldb::TargetSP &target_sp, bool get_process);
  453   const lldb::TargetSP &GetTargetSP() const { return m_target_sp; }
  471   void SetTargetSP(const lldb::TargetSP &target_sp);
  502   void SetContext(const lldb::TargetSP &target_sp, bool get_process);
  560   lldb::TargetSP m_target_sp; ///< The target that owns the process/thread/frame
tools/lldb/include/lldb/Target/ExecutionContextScope.h
   36   virtual lldb::TargetSP CalculateTarget() = 0;
tools/lldb/include/lldb/Target/LanguageRuntime.h
   30   ExceptionSearchFilter(const lldb::TargetSP &target_sp,
tools/lldb/include/lldb/Target/Process.h
  497   Process(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp);
  501   Process(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
  532   static lldb::ProcessSP FindPlugin(lldb::TargetSP target_sp,
  568   virtual bool CanDebug(lldb::TargetSP target,
 2233   lldb::TargetSP CalculateTarget() override;
tools/lldb/include/lldb/Target/RegisterContext.h
  182   lldb::TargetSP CalculateTarget() override;
tools/lldb/include/lldb/Target/StackFrame.h
  482   lldb::TargetSP CalculateTarget() override;
tools/lldb/include/lldb/Target/Target.h
  454     TargetEventData(const lldb::TargetSP &target_sp);
  456     TargetEventData(const lldb::TargetSP &target_sp,
  471     static lldb::TargetSP GetTargetFromEvent(const Event *event_ptr);
  475     const lldb::TargetSP &GetTarget() const { return m_target_sp; }
  480     lldb::TargetSP m_target_sp;
 1015   lldb::TargetSP CalculateTarget() override;
 1147     lldb::TargetSP &GetTarget() { return m_target_sp; }
 1176     lldb::TargetSP m_target_sp;
 1186     StopHook(lldb::TargetSP target_sp, lldb::user_id_t uid);
tools/lldb/include/lldb/Target/TargetList.h
   87                       lldb::TargetSP &target_sp);
   96                       lldb::PlatformSP &platform_sp, lldb::TargetSP &target_sp);
  112   bool DeleteTarget(lldb::TargetSP &target_sp);
  116   lldb::TargetSP GetTargetAtIndex(uint32_t index) const;
  118   uint32_t GetIndexOfTarget(lldb::TargetSP target_sp) const;
  141   lldb::TargetSP FindTargetWithExecutableAndArchitecture(
  155   lldb::TargetSP FindTargetWithProcessID(lldb::pid_t pid) const;
  157   lldb::TargetSP FindTargetWithProcess(lldb_private::Process *process) const;
  159   lldb::TargetSP GetTargetSP(Target *target) const;
  180   lldb::TargetSP GetSelectedTarget();
  183   typedef std::vector<lldb::TargetSP> collection;
  186   lldb::TargetSP m_dummy_target_sp;
  191   lldb::TargetSP GetDummyTarget(lldb_private::Debugger &debugger);
  195                            lldb::TargetSP &target_sp);
  201                               lldb::TargetSP &target_sp, bool is_dummy_target);
  207                               lldb::TargetSP &target_sp, bool is_dummy_target);
tools/lldb/include/lldb/Target/Thread.h
 1064   lldb::TargetSP CalculateTarget() override;
tools/lldb/include/lldb/lldb-private-interfaces.h
   69     lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
tools/lldb/source/API/SBAddress.cpp
  125   TargetSP target_sp(target.GetSP());
tools/lldb/source/API/SBBlock.cpp
  313     TargetSP target_sp(target.GetSP());
tools/lldb/source/API/SBBreakpoint.cpp
  790   SBBreakpointListImpl(lldb::TargetSP target_sp) : m_target_wp() {
  802     TargetSP target_sp = m_target_wp.lock();
  810     TargetSP target_sp = m_target_wp.lock();
  822     TargetSP target_sp = m_target_wp.lock();
  832     TargetSP target_sp = m_target_wp.lock();
  847     TargetSP target_sp = m_target_wp.lock();
  864   TargetSP GetTarget() { return m_target_wp.lock(); }
tools/lldb/source/API/SBBreakpointName.cpp
   37   SBBreakpointNameImpl(TargetSP target_sp, const char *name) {
   55   TargetSP GetTarget() const {
   83   TargetSP target_sp = sb_target.GetSP();
  101   TargetSP target_sp = GetTarget();
  230   TargetSP target_sp = m_impl_up->GetTarget();
tools/lldb/source/API/SBCommandInterpreter.cpp
  472     TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget());
  566     TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget());
  585     TargetSP target_sp(m_opaque_ptr->GetDebugger().GetSelectedTarget());
tools/lldb/source/API/SBDebugger.cpp
  475     TargetSP target_sp(m_opaque_sp->GetSelectedTarget());
  550   TargetSP target_sp(process.GetTarget().GetSP());
  727   TargetSP target_sp;
  764   TargetSP target_sp;
  792   TargetSP target_sp;
  822   TargetSP target_sp;
  864     TargetSP target_sp(target.GetSP());
  899   lldb::TargetSP target_sp = target.GetSP();
  931     TargetSP target_sp(
  965   TargetSP target_sp;
  989   TargetSP target_sp(sb_target.GetSP());
tools/lldb/source/API/SBExecutionContext.cpp
   91     TargetSP target_sp(m_exe_ctx_sp->GetTargetSP());
tools/lldb/source/API/SBFunction.cpp
  132     TargetSP target_sp(target.GetSP());
tools/lldb/source/API/SBInstruction.cpp
  121     TargetSP target_sp(target.GetSP());
  141     TargetSP target_sp(target.GetSP());
  161     TargetSP target_sp(target.GetSP());
tools/lldb/source/API/SBModule.cpp
  426         TargetSP target_sp(target.GetSP());
tools/lldb/source/API/SBProcess.cpp
  248   TargetSP target_sp;
tools/lldb/source/API/SBSection.cpp
  138   TargetSP target_sp(sb_target.GetSP());
tools/lldb/source/API/SBSourceManager.cpp
   29   SourceManagerImpl(const lldb::TargetSP &target_sp)
   48     lldb::TargetSP target_sp(m_target_wp.lock());
tools/lldb/source/API/SBSymbol.cpp
  130     TargetSP target_sp(target.GetSP());
tools/lldb/source/API/SBTarget.cpp
  108 SBTarget::SBTarget(const TargetSP &target_sp) : m_opaque_sp(target_sp) {
  181   TargetSP target_sp(GetSP());
  193   TargetSP target_sp(GetSP());
  207   TargetSP target_sp(GetSP());
  217   TargetSP target_sp(GetSP());
  237   TargetSP target_sp(GetSP());
  246   TargetSP target_sp(GetSP());
  265   TargetSP target_sp(GetSP());
  306   TargetSP target_sp(GetSP());
  329   TargetSP target_sp(GetSP());
  400   TargetSP target_sp(GetSP());
  448   TargetSP target_sp(GetSP());
  487   TargetSP target_sp(GetSP());
  519   TargetSP target_sp(GetSP());
  547   TargetSP target_sp(GetSP());
  575   TargetSP target_sp(GetSP());
  599 lldb::TargetSP SBTarget::GetSP() const { return m_opaque_sp; }
  601 void SBTarget::SetSP(const lldb::TargetSP &target_sp) {
  611   TargetSP target_sp(GetSP());
  630   TargetSP target_sp(GetSP());
  648   TargetSP target_sp(GetSP());
  671     TargetSP target_sp(GetSP());
  687   TargetSP target_sp(GetSP());
  751   TargetSP target_sp(GetSP());
  778   TargetSP target_sp(GetSP());
  842   TargetSP target_sp(GetSP());
  899   TargetSP target_sp(GetSP());
  954   TargetSP target_sp(GetSP());
  975   TargetSP target_sp(GetSP());
  990   TargetSP target_sp(GetSP());
 1052   TargetSP target_sp(GetSP());
 1079   TargetSP target_sp(GetSP());
 1101   TargetSP target_sp(GetSP());
 1123   TargetSP target_sp(GetSP());
 1136   TargetSP target_sp(GetSP());
 1149   TargetSP target_sp(GetSP());
 1163   TargetSP target_sp(GetSP());
 1177   TargetSP target_sp(GetSP());
 1198   TargetSP target_sp(GetSP());
 1213   TargetSP target_sp(GetSP());
 1223   TargetSP target_sp(GetSP());
 1235   TargetSP target_sp(GetSP());
 1247   TargetSP target_sp(GetSP());
 1276   TargetSP target_sp(GetSP());
 1309   TargetSP target_sp(GetSP());
 1326   TargetSP target_sp(GetSP());
 1343   TargetSP target_sp(GetSP());
 1356   TargetSP target_sp(GetSP());
 1370   TargetSP target_sp(GetSP());
 1388   TargetSP target_sp(GetSP());
 1409   TargetSP target_sp(GetSP());
 1440   TargetSP target_sp(GetSP());
 1454   TargetSP target_sp(GetSP());
 1525   TargetSP target_sp(GetSP());
 1542   TargetSP target_sp(GetSP());
 1571   TargetSP target_sp(GetSP());
 1599   TargetSP target_sp(GetSP());
 1609   TargetSP target_sp(GetSP());
 1621   TargetSP target_sp(GetSP());
 1641   TargetSP target_sp(GetSP());
 1655   const TargetSP target_sp(GetSP());
 1664   TargetSP target_sp(GetSP());
 1673   TargetSP target_sp(GetSP());
 1688   TargetSP target_sp(GetSP());
 1698   TargetSP target_sp(GetSP());
 1708   TargetSP target_sp(GetSP());
 1720   TargetSP target_sp(GetSP());
 1733   TargetSP target_sp(GetSP());
 1744   TargetSP target_sp(GetSP());
 1759   TargetSP target_sp(GetSP());
 1777   TargetSP target_sp(GetSP());
 1799     TargetSP target_sp(GetSP());
 1826   TargetSP target_sp(GetSP());
 1868   TargetSP target_sp(GetSP());
 1882   TargetSP target_sp(GetSP());
 1928   TargetSP target_sp(GetSP());
 1959   TargetSP target_sp(GetSP());
 2032   TargetSP target_sp(GetSP());
 2076   TargetSP target_sp(GetSP());
 2123   TargetSP target_sp(GetSP());
 2161   TargetSP target_sp(GetSP());
 2197   TargetSP target_sp(GetSP());
 2232   TargetSP target_sp(GetSP());
 2284     TargetSP target_sp(GetSP());
 2296   TargetSP target_sp(GetSP());
 2317   TargetSP target_sp(GetSP());
 2357   TargetSP target_sp(GetSP());
 2375   TargetSP target_sp(GetSP());
 2385   TargetSP target_sp(GetSP());
tools/lldb/source/API/SBValue.cpp
  101       TargetSP target_sp = m_valobj_sp->GetTargetSP();
  167   TargetSP GetTargetSP() {
  696   TargetSP target_sp;
  750   TargetSP target_sp;
 1052   TargetSP target_sp;
 1119     lldb::TargetSP target_sp(sp->GetTargetSP());
 1134     lldb::TargetSP target_sp(sp->GetTargetSP());
 1147     lldb::TargetSP target_sp(sp->GetTargetSP());
 1205   lldb::TargetSP target_sp = value_sp->GetTargetSP();
 1247   lldb::TargetSP target_sp = value_sp->GetTargetSP();
 1329     TargetSP target_sp(value_sp->GetTargetSP());
 1359     TargetSP target_sp(value_sp->GetTargetSP());
 1389     TargetSP target_sp(value_sp->GetTargetSP());
 1478   TargetSP target_sp(GetTarget().GetSP());
tools/lldb/source/API/SBVariablesOptions.cpp
   39   bool GetIncludeRecognizedArguments(const lldb::TargetSP &target_sp) const {
tools/lldb/source/Breakpoint/Breakpoint.cpp
  248 const lldb::TargetSP Breakpoint::GetTargetSP() {
tools/lldb/source/Breakpoint/BreakpointResolverScripted.cpp
   46     TargetSP target_sp = m_breakpoint->GetTargetSP();
tools/lldb/source/Commands/CommandCompletions.cpp
   81     lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget();
  272     lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget();
  286     lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget();
tools/lldb/source/Commands/CommandObjectDisassemble.cpp
  111     TargetSP target_sp =
tools/lldb/source/Commands/CommandObjectPlatform.cpp
 1217         TargetSP target_sp =
tools/lldb/source/Commands/CommandObjectProcess.cpp
  394       TargetSP new_target_sp;
tools/lldb/source/Commands/CommandObjectQuit.cpp
   44       TargetSP target_sp(target_list.GetTargetAtIndex(target_idx));
tools/lldb/source/Commands/CommandObjectTarget.cpp
  122     TargetSP selected_target_sp(target_list.GetSelectedTarget());
  125       TargetSP target_sp(target_list.GetTargetAtIndex(i));
  324       TargetSP target_sp;
  538           TargetSP target_sp(target_list.GetTargetAtIndex(target_idx));
  610     std::vector<TargetSP> delete_target_list;
  612     TargetSP target_sp;
tools/lldb/source/Commands/CommandObjectThread.cpp
  496     TargetSP target_sp =
tools/lldb/source/Commands/CommandObjectType.cpp
 2853     TargetSP target_sp = GetDebugger().GetSelectedTarget();
tools/lldb/source/Core/Address.cpp
   65   TargetSP target_sp(exe_scope->CalculateTarget());
   84   TargetSP target_sp(exe_scope->CalculateTarget());
tools/lldb/source/Core/Debugger.cpp
  268   TargetSP target_sp;
  670 TargetSP Debugger::FindTargetWithProcessID(lldb::pid_t pid) {
  671   TargetSP target_sp;
  684 TargetSP Debugger::FindTargetWithProcess(Process *process) {
  685   TargetSP target_sp;
  786       TargetSP target_sp(m_target_list.GetTargetAtIndex(i));
  853   TargetSP target_sp(GetSelectedTarget());
tools/lldb/source/Core/Disassembler.cpp
   92 DisassemblerSP Disassembler::FindPluginForTarget(const TargetSP target_sp,
  357     TargetSP target_sp = exe_ctx.GetTargetSP();
  404   TargetSP target_sp(exe_ctx.GetTargetSP());
tools/lldb/source/Core/DumpDataExtractor.cpp
  151     TargetSP target_sp;
  553       TargetSP target_sp;
  635         TargetSP target_sp(exe_scope->CalculateTarget());
tools/lldb/source/Core/Module.cpp
  904 void Module::FindAddressesForLine(const lldb::TargetSP target_sp,
tools/lldb/source/Core/ModuleList.cpp
  533 void ModuleList::FindAddressesForLine(const lldb::TargetSP target_sp,
tools/lldb/source/Core/SearchFilter.cpp
   72 SearchFilter::SearchFilter(const TargetSP &target_sp, unsigned char filterType)
  165   TargetSP target_sp = breakpoint.GetTargetSP();
  398 SearchFilterByModule::SearchFilterByModule(const lldb::TargetSP &target_sp,
  517     const lldb::TargetSP &target_sp, const FileSpecList &module_list)
  522     const lldb::TargetSP &target_sp, const FileSpecList &module_list,
  666     const lldb::TargetSP &target_sp, const FileSpecList &module_list,
tools/lldb/source/Core/SourceManager.cpp
   53 SourceManager::SourceManager(const TargetSP &target_sp)
   76   TargetSP target_sp(m_target_wp.lock());
  314     TargetSP target_sp(m_target_wp.lock());
tools/lldb/source/Core/ValueObject.cpp
 1947   TargetSP target_sp(GetTargetSP());
 2976   TargetSP target_sp(exe_ctx.GetTargetSP());
 3145   lldb::TargetSP target_sp(exe_ctx.GetTargetSP());
 3293   TargetSP target_sp(GetTargetSP());
 3346   lldb::TargetSP target_sp = GetTargetSP();
 3401 lldb::TargetSP ValueObjectManager::GetTargetSP() const {
tools/lldb/source/Core/ValueObjectDynamicValue.cpp
  231     lldb::TargetSP target_sp(GetTargetSP());
tools/lldb/source/Core/ValueObjectMemory.cpp
   55   TargetSP target_sp(GetTargetSP());
   82   TargetSP target_sp(GetTargetSP());
tools/lldb/source/DataFormatters/TypeFormat.cpp
   77             TargetSP target_sp(valobj->GetTargetSP());
  148   TargetSP target_sp;
tools/lldb/source/DataFormatters/TypeSummary.cpp
  162   TargetSP target_sp(valobj->GetTargetSP());
tools/lldb/source/DataFormatters/TypeSynthetic.cpp
  135   TargetSP target_sp = backend.GetTargetSP();
tools/lldb/source/Expression/IRExecutionUnit.cpp
   42                                  const lldb::TargetSP &target_sp,
  903   lldb::TargetSP target_sp = sc.target_sp;
  930   lldb::TargetSP target_sp = sc.target_sp;
tools/lldb/source/Expression/IRMemoryMap.cpp
   22 IRMemoryMap::IRMemoryMap(lldb::TargetSP target_sp) : m_target_wp(target_sp) {
   58   lldb::TargetSP target_sp = m_target_wp.lock();
  233   lldb::TargetSP target_sp = m_target_wp.lock();
  247   lldb::TargetSP target_sp = m_target_wp.lock();
  261   lldb::TargetSP target_sp = m_target_wp.lock();
  638     lldb::TargetSP target_sp = m_target_wp.lock();
tools/lldb/source/Expression/LLVMUserExpression.cpp
  286   lldb::TargetSP target;
tools/lldb/source/Expression/Materializer.cpp
  857     lldb::TargetSP target_sp = exe_scope->CalculateTarget();
 1067     lldb::TargetSP target_sp;
tools/lldb/source/Expression/UserExpression.cpp
   70                                          lldb::TargetSP &target_sp,
   96   lldb::TargetSP target_sp;
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2145   TargetSP target_sp = m_debugger.GetTargetList().GetSelectedTarget();
 2641   TargetSP target_sp(m_debugger.GetTargetList().GetSelectedTarget());
tools/lldb/source/Interpreter/OptionGroupFormat.cpp
  201       TargetSP target_sp =
tools/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
  177   TargetSP target_sp =
tools/lldb/source/Interpreter/Options.cpp
  797           lldb::TargetSP target_sp =
 1347         TargetSP target_sp =
tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
 1394   TargetSP target_sp(thread.CalculateTarget());
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1398   TargetSP target_sp(thread.CalculateTarget());
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  835   TargetSP target_sp(thread.CalculateTarget());
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
   53 ClangASTSource::ClangASTSource(const lldb::TargetSP &target)
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
   42   ClangASTSource(const lldb::TargetSP &target);
  414   const lldb::TargetSP
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  244                                    lldb::TargetSP target_sp) {
  292   lldb::TargetSP target_sp;
 1205   } else if (lldb::TargetSP target_sp = exe_ctx.GetTargetSP()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
  196     ResultDelegate(lldb::TargetSP target) : m_target_sp(target) {}
  206     lldb::TargetSP m_target_sp;
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
  313   lldb::TargetSP target_sp(m_execution_unit.GetTarget());
tools/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
   37     TargetSP target_sp(m_backend.GetTargetSP());
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  185   TargetSP target_sp(valobj_sp->GetTargetSP());
  412   TargetSP target_sp(valobj_sp->GetTargetSP());
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp
   62   TargetSP target_sp = m_backend.GetTargetSP();
tools/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
   91   TargetSP target_sp(valobj_sp->GetTargetSP());
tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
   65 static CompilerType GetLLDBNSPairType(TargetSP target_sp) {
  614       TargetSP target_sp(m_backend.GetTargetSP());
  858       TargetSP target_sp(m_backend.GetTargetSP());
 1016       TargetSP target_sp(m_backend.GetTargetSP());
tools/lldb/source/Plugins/Language/ObjC/NSString.cpp
  300   TargetSP target_sp(valobj.GetTargetSP());
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
  289   TargetSP target_sp(thread.CalculateTarget());
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
  896     TargetSP target_sp(thread.CalculateTarget());
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 3459 void RenderScriptRuntime::SetBreakAllKernels(bool do_break, TargetSP target) {
 3723 bool RenderScriptRuntime::PlaceBreakpointOnKernel(TargetSP target,
 3775 bool RenderScriptRuntime::PlaceBreakpointOnScriptGroup(TargetSP target,
 3786 bool RenderScriptRuntime::PlaceBreakpointOnReduction(TargetSP target,
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
  366       lldb::TargetSP target, Stream &messages, const char *name,
  370       lldb::TargetSP target, Stream &messages, const char *reduce_name,
  374   bool PlaceBreakpointOnScriptGroup(lldb::TargetSP target, Stream &strm,
  377   void SetBreakAllKernels(bool do_break, lldb::TargetSP target);
  422   void InitSearchFilter(lldb::TargetSP target) {
tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
   81   TargetSP target_sp = process->CalculateTarget();
tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  266       TargetSP new_target_sp;
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  296     TargetSP new_target_sp;
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  265     TargetSP new_target_sp;
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  510       TargetSP new_target_sp;
tools/lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
  371     TargetSP new_target_sp;
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  472           TargetSP new_target_sp;
  558           TargetSP new_target_sp;
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
   51 lldb::ProcessSP ProcessElfCore::CreateInstance(lldb::TargetSP target_sp,
   78 bool ProcessElfCore::CanDebug(lldb::TargetSP target_sp,
   95 ProcessElfCore::ProcessElfCore(lldb::TargetSP target_sp,
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
   35   CreateInstance(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
   47   ProcessElfCore(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
   53   bool CanDebug(lldb::TargetSP target_sp,
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  211 ProcessGDBRemote::CreateInstance(lldb::TargetSP target_sp,
  220 bool ProcessGDBRemote::CanDebug(lldb::TargetSP target_sp,
  252 ProcessGDBRemote::ProcessGDBRemote(lldb::TargetSP target_sp,
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
   52   ProcessGDBRemote(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp);
   56   static lldb::ProcessSP CreateInstance(lldb::TargetSP target_sp,
   71   bool CanDebug(lldb::TargetSP target_sp,
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
   61 lldb::ProcessSP ProcessMachCore::CreateInstance(lldb::TargetSP target_sp,
   84 bool ProcessMachCore::CanDebug(lldb::TargetSP target_sp,
  109 ProcessMachCore::ProcessMachCore(lldb::TargetSP target_sp,
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.h
   24   ProcessMachCore(lldb::TargetSP target_sp, lldb::ListenerSP listener,
   30   CreateInstance(lldb::TargetSP target_sp, lldb::ListenerSP listener,
   42   bool CanDebug(lldb::TargetSP target_sp,
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  133 lldb::ProcessSP ProcessMinidump::CreateInstance(lldb::TargetSP target_sp,
  160 bool ProcessMinidump::CanDebug(lldb::TargetSP target_sp,
  165 ProcessMinidump::ProcessMinidump(lldb::TargetSP target_sp,
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.h
   31   static lldb::ProcessSP CreateInstance(lldb::TargetSP target_sp,
   43   ProcessMinidump(lldb::TargetSP target_sp, lldb::ListenerSP listener_sp,
   48   bool CanDebug(lldb::TargetSP target_sp,
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  181     lldb::TargetSP &target, std::string &output);
  193                                  const lldb::TargetSP &target_sp);
 2046   TargetSP target_sp(target->shared_from_this());
 2619     TargetSP target_sp(target->shared_from_this());
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
  231   TargetSP target_sp(thread.CalculateTarget());
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
  230   TargetSP target_sp(thread.CalculateTarget());
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
  233   TargetSP target_sp(thread.CalculateTarget());
tools/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
  239   TargetSP target_sp(thread.CalculateTarget());
tools/lldb/source/Symbol/ClangASTContext.cpp
10305   TargetSP target_sp = m_target_wp.lock();
10316   TargetSP target_sp = m_target_wp.lock();
10331   TargetSP target_sp = m_target_wp.lock();
tools/lldb/source/Symbol/LineEntry.cpp
  254 void LineEntry::ApplyFileMappings(lldb::TargetSP target_sp) {
tools/lldb/source/Symbol/SymbolContext.cpp
   41 SymbolContext::SymbolContext(const TargetSP &t, const ModuleSP &m,
  937 SymbolContextSpecifier::SymbolContextSpecifier(const TargetSP &target_sp)
tools/lldb/source/Symbol/UnwindPlan.cpp
  496     TargetSP target_sp(thread->CalculateTarget());
  535     TargetSP target_sp(thread->CalculateTarget());
tools/lldb/source/Symbol/Variable.cpp
  237       TargetSP target_sp(frame->CalculateTarget());
tools/lldb/source/Target/ExecutionContext.cpp
   26 ExecutionContext::ExecutionContext(const lldb::TargetSP &target_sp,
   54   lldb::TargetSP target_sp(target_wp.lock());
  246 void ExecutionContext::SetTargetSP(const lldb::TargetSP &target_sp) {
  290 void ExecutionContext::SetContext(const lldb::TargetSP &target_sp,
  464 void ExecutionContextRef::SetTargetSP(const lldb::TargetSP &target_sp) {
  505     lldb::TargetSP target_sp(target->shared_from_this());
  567 lldb::TargetSP ExecutionContextRef::GetTargetSP() const {
  568   lldb::TargetSP target_sp(m_target_wp.lock());
tools/lldb/source/Target/LanguageRuntime.cpp
   21 ExceptionSearchFilter::ExceptionSearchFilter(const lldb::TargetSP &target_sp,
tools/lldb/source/Target/Platform.cpp
 1783     TargetSP new_target_sp;
tools/lldb/source/Target/Process.cpp
  311     TargetSP target_sp =
  419 ProcessSP Process::FindPlugin(lldb::TargetSP target_sp,
  463 Process::Process(lldb::TargetSP target_sp, ListenerSP listener_sp)
  470 Process::Process(lldb::TargetSP target_sp, ListenerSP listener_sp,
 1166     TargetSP target_sp(Debugger::FindTargetWithProcessID(pid));
 4163 lldb::TargetSP Process::CalculateTarget() { return m_target_wp.lock(); }
tools/lldb/source/Target/RegisterContext.cpp
  127     TargetSP target_sp = m_thread.CalculateTarget();
  154   TargetSP target_sp = m_thread.CalculateTarget();
  410 TargetSP RegisterContext::CalculateTarget() {
tools/lldb/source/Target/StackFrame.cpp
  198       TargetSP target_sp(thread_sp->CalculateTarget());
  309           TargetSP target_sp(thread_sp->CalculateTarget());
 1317   TargetSP target_sp = CalculateTarget();
 1683   TargetSP target_sp = CalculateTarget();
 1737   TargetSP target_sp = CalculateTarget();
 1766 TargetSP StackFrame::CalculateTarget() {
 1767   TargetSP target_sp;
tools/lldb/source/Target/StackFrameList.cpp
  348   TargetSP target_sp = next_frame.CalculateTarget();
  505       TargetSP target_sp = m_thread.CalculateTarget();
tools/lldb/source/Target/Target.cpp
 2091 TargetSP Target::CalculateTarget() { return shared_from_this(); }
 3155 Target::StopHook::StopHook(lldb::TargetSP target_sp, lldb::user_id_t uid)
 3405   lldb::TargetSP GetTargetSP() { return m_target->shared_from_this(); }
 4078 Target::TargetEventData::TargetEventData(const lldb::TargetSP &target_sp)
 4081 Target::TargetEventData::TargetEventData(const lldb::TargetSP &target_sp,
 4112 TargetSP Target::TargetEventData::GetTargetFromEvent(const Event *event_ptr) {
 4113   TargetSP target_sp;
tools/lldb/source/Target/TargetList.cpp
   56                                 TargetSP &target_sp) {
   66                                 PlatformSP &platform_sp, TargetSP &target_sp) {
   75     const OptionGroupPlatform *platform_options, TargetSP &target_sp,
  293 lldb::TargetSP TargetList::GetDummyTarget(lldb_private::Debugger &debugger) {
  308                                      lldb::TargetSP &target_sp) {
  320                                         lldb::TargetSP &target_sp,
  443 bool TargetList::DeleteTarget(TargetSP &target_sp) {
  456 TargetSP TargetList::FindTargetWithExecutableAndArchitecture(
  459   TargetSP target_sp;
  481 TargetSP TargetList::FindTargetWithProcessID(lldb::pid_t pid) const {
  483   TargetSP target_sp;
  495 TargetSP TargetList::FindTargetWithProcess(Process *process) const {
  496   TargetSP target_sp;
  510 TargetSP TargetList::GetTargetSP(Target *target) const {
  511   TargetSP target_sp;
  529     TargetSP target_sp(FindTargetWithProcessID(pid));
  564     TargetSP target_sp(FindTargetWithProcessID(pid));
  583 lldb::TargetSP TargetList::GetTargetAtIndex(uint32_t idx) const {
  584   TargetSP target_sp;
  591 uint32_t TargetList::GetIndexOfTarget(lldb::TargetSP target_sp) const {
  615 lldb::TargetSP TargetList::GetSelectedTarget() {
tools/lldb/source/Target/Thread.cpp
 1572 TargetSP Thread::CalculateTarget() {
 1573   TargetSP target_sp;
 1732   TargetSP target_sp = exe_ctx.GetTargetSP();
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  219     TargetSP target_sp(m_thread.CalculateTarget());
tools/lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp
   52     TargetSP target_sp(m_thread.CalculateTarget());
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  281           TargetSP target = m_thread.CalculateTarget();
tools/lldb/source/Target/ThreadPlanStepUntil.cpp
   37   TargetSP target_sp(m_thread.CalculateTarget());
   83   TargetSP target_sp(m_thread.CalculateTarget());
  283     TargetSP target_sp(m_thread.CalculateTarget());
  307   TargetSP target_sp(m_thread.CalculateTarget());
tools/lldb/source/Target/ThreadPlanTracer.cpp
   47     TargetSP target_sp(m_thread.CalculateTarget());
tools/lldb/tools/lldb-test/lldb-test.cpp
   68 TargetSP createTarget(Debugger &Dbg, const std::string &Filename);
  219   TargetSP Target;
  227   IRMemoryMapTestState(TargetSP Target)
  285 TargetSP opts::createTarget(Debugger &Dbg, const std::string &Filename) {
  286   TargetSP Target;
  362   TargetSP Target = opts::createTarget(Dbg, breakpoint::Target);
 1016   TargetSP Target = opts::createTarget(Dbg, irmemorymap::Target);
tools/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
  218     lldb::TargetSP &target, std::string &output) {
  236                                  const lldb::TargetSP &target_sp) {
tools/lldb/unittests/Target/ExecutionContextTest.cpp
   50   using Process::Process;
   52   virtual bool CanDebug(lldb::TargetSP target, bool plugin_specified_by_name) {
   84   TargetSP target_sp;
  106   TargetSP target_sp;