Home
last modified time | relevance | path

Searched refs:GetTargetSP (Results 1 – 23 of 23) sorted by relevance

/external/lldb/source/Target/
DExecutionContext.cpp150 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
DTargetList.cpp430 TargetList::GetTargetSP (Target *target) const in GetTargetSP() function in TargetList
DTarget.cpp2434 GetTargetSP () in GetTargetSP() function in TargetOptionValueProperties
/external/lldb/source/API/
DSBValue.cpp120 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/
DExecutionContext.h258 GetTargetSP () const;
589 GetTargetSP () const in GetTargetSP() function
DTargetList.h195 GetTargetSP (Target *target) const;
/external/lldb/source/Core/
DValueObjectMemory.cpp67 TargetSP target_sp (GetTargetSP()); in ValueObjectMemory()
103 TargetSP target_sp (GetTargetSP()); in ValueObjectMemory()
DDisassembler.cpp244 … 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()
DValueObjectDynamicValue.cpp222 lldb::TargetSP target_sp (GetTargetSP()); in UpdateValue()
DValueObject.cpp1345 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()
DDebugger.cpp179 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/
DLibCxxList.cpp263 if (m_backend.GetTargetSP()) in Update()
264 m_list_capping_size = m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in Update()
DTypeSynthetic.cpp77 TargetSP target_sp = backend.GetTargetSP(); in FrontEnd()
DNSDictionary.cpp221 …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()
DLibCxx.cpp205 TargetSP target_sp(valobj_sp->GetTargetSP()); in Update()
363 TargetSP target_sp(valobj_sp->GetTargetSP()); in Update()
DTypeSummary.cpp211 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject()
DLibStdcpp.cpp231 TargetSP target_sp(valobj_sp->GetTargetSP()); in Update()
DCXXFormatterFunctions.cpp1133 TargetSP target_sp(valobj.GetTargetSP()); in NSAttributedStringSummaryProvider()
/external/lldb/include/lldb/Core/
DValueObject.h571 GetTargetSP() const in GetTargetSP() function
573 return m_update_point.GetExecutionContextRef().GetTargetSP(); in GetTargetSP()
/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp56 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()
DClangExpressionParser.cpp504 exe_ctx.GetTargetSP(), in PrepareForExecution()
DClangUserExpression.cpp357 target_sp = exe_ctx.GetTargetSP(); in LockAndCheckContext()
/external/lldb/source/Commands/
DCommandObjectSource.cpp423 SearchFilter target_search_filter (m_exe_ctx.GetTargetSP()); in DisplayFunctionSource()