/external/lldb/include/lldb/Target/ |
H A D | TargetList.h | 195 GetTargetSP (Target *target) const;
|
H A D | ExecutionContext.h | 258 GetTargetSP () const; 589 GetTargetSP () const function in class:lldb_private::ExecutionContext
|
/external/lldb/source/DataFormatters/ |
H A D | TypeSynthetic.cpp | 77 TargetSP target_sp = backend.GetTargetSP();
|
H A D | LibCxxList.cpp | 263 if (m_backend.GetTargetSP()) 264 m_list_capping_size = m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay();
|
H A D | TypeSummary.cpp | 211 TargetSP target_sp(valobj->GetTargetSP());
|
H A D | NSDictionary.cpp | 221 m_backend.GetTargetSP()->EvaluateExpression(object_fetcher_expr.GetData(), m_backend.GetFrameSP().get(), child_sp, 380 TargetSP target_sp(m_backend.GetTargetSP()); 544 TargetSP target_sp(m_backend.GetTargetSP());
|
H A D | LibCxx.cpp | 205 TargetSP target_sp(valobj_sp->GetTargetSP()); 363 TargetSP target_sp(valobj_sp->GetTargetSP());
|
H A D | LibStdcpp.cpp | 231 TargetSP target_sp(valobj_sp->GetTargetSP());
|
/external/lldb/source/Target/ |
H A D | ExecutionContext.cpp | 150 m_target_sp (exe_ctx_ref.GetTargetSP()), 165 m_target_sp = exe_ctx_ref_ptr->GetTargetSP(); 180 m_target_sp = exe_ctx_ref_ptr->GetTargetSP(); 192 m_target_sp (exe_ctx_ref.GetTargetSP()), 593 m_target_wp = exe_ctx.GetTargetSP(); 759 ExecutionContextRef::GetTargetSP () const function in class:ExecutionContextRef
|
H A D | TargetList.cpp | 430 TargetList::GetTargetSP (Target *target) const function in class:TargetList
|
H A D | Target.cpp | 2434 GetTargetSP () function in class:TargetOptionValueProperties
|
/external/lldb/source/API/ |
H A D | SBValue.cpp | 120 Target *target = value_sp->GetTargetSP().get(); 176 GetTargetSP () function in class:ValueImpl 179 return m_valobj_sp->GetTargetSP(); 836 target_sp = m_opaque_sp->GetTargetSP(); 904 target_sp = m_opaque_sp->GetTargetSP(); 1197 target_sp = m_opaque_sp->GetTargetSP(); 1301 lldb::TargetSP target_sp(sp->GetTargetSP()); 1320 lldb::TargetSP target_sp(sp->GetTargetSP()); 1338 lldb::TargetSP target_sp(sp->GetTargetSP()); 1451 TargetSP target_sp (value_sp->GetTargetSP()); [all...] |
/external/lldb/source/Core/ |
H A D | ValueObjectMemory.cpp | 67 TargetSP target_sp (GetTargetSP()); 103 TargetSP target_sp (GetTargetSP());
|
H A D | Disassembler.cpp | 244 disasm_sp = Disassembler::FindPluginForTarget(exe_ctx.GetTargetSP(), arch, flavor, plugin_name); 307 lldb::DisassemblerSP disasm_sp (Disassembler::FindPluginForTarget(exe_ctx.GetTargetSP(), arch, flavor, plugin_name)); 354 lldb::DisassemblerSP disasm_sp (Disassembler::FindPluginForTarget(exe_ctx.GetTargetSP(), 415 TargetSP target_sp (exe_ctx.GetTargetSP());
|
H A D | ValueObjectDynamicValue.cpp | 222 lldb::TargetSP target_sp (GetTargetSP());
|
H A D | Debugger.cpp | 179 if (is_load_script && exe_ctx->GetTargetSP()) 181 target_sp = exe_ctx->GetTargetSP(); 1832 uint32_t max_num_children = target->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay();
|
H A D | ValueObject.cpp | 1345 TargetSP target_sp(GetTargetSP()); 2213 TargetSP target_sp(GetTargetSP()); 3552 const size_t max_num_children = valobj->GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); 3892 TargetSP target_sp (exe_ctx.GetTargetSP()); 4074 lldb::TargetSP target_sp(exe_ctx.GetTargetSP());
|
/external/lldb/source/Expression/ |
H A D | ClangExpressionParser.cpp | 504 exe_ctx.GetTargetSP(),
|
H A D | ClangExpressionDeclMap.cpp | 56 ClangASTSource (exe_ctx.GetTargetSP()), 93 m_parser_vars->m_sym_ctx.target_sp = exe_ctx.GetTargetSP(); 98 m_parser_vars->m_sym_ctx.target_sp = exe_ctx.GetTargetSP();
|
H A D | ClangUserExpression.cpp | 357 target_sp = exe_ctx.GetTargetSP();
|
/external/lldb/include/lldb/Core/ |
H A D | ValueObject.h | 571 GetTargetSP() const function in class:lldb_private::ValueObject 573 return m_update_point.GetExecutionContextRef().GetTargetSP();
|
/external/lldb/source/Commands/ |
H A D | CommandObjectSource.cpp | 423 SearchFilter target_search_filter (m_exe_ctx.GetTargetSP());
|