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