| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ExecutionContext.cpp | 111 : m_target_sp(exe_ctx_ref.GetTargetSP()), in ExecutionContext() 120 m_target_sp = exe_ctx_ref_ptr->GetTargetSP(); in ExecutionContext() 134 m_target_sp = exe_ctx_ref_ptr->GetTargetSP(); in ExecutionContext() 147 : m_target_sp(exe_ctx_ref.GetTargetSP()), m_process_sp(), m_thread_sp(), in ExecutionContext() 448 m_target_wp = exe_ctx.GetTargetSP(); in operator =() 576 lldb::TargetSP ExecutionContextRef::GetTargetSP() const { in GetTargetSP() function in ExecutionContextRef
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBValue.cpp | 118 Target *target = value_sp->GetTargetSP().get(); in GetSP() 170 TargetSP GetTargetSP() { in GetTargetSP() function in ValueImpl 172 return m_valobj_sp->GetTargetSP(); in GetTargetSP() 805 target_sp = m_opaque_sp->GetTargetSP(); in GetChildAtIndex() 863 target_sp = m_opaque_sp->GetTargetSP(); in GetChildMemberWithName() 1134 target_sp = m_opaque_sp->GetTargetSP(); in GetTarget() 1227 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() 1242 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() 1255 lldb::TargetSP target_sp(sp->GetTargetSP()); in SetSP() 1349 TargetSP target_sp(value_sp->GetTargetSP()); in GetLoadAddress() [all …]
|
| H A D | SBExecutionContext.cpp | 67 TargetSP target_sp(m_exe_ctx_sp->GetTargetSP()); in GetTarget()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxBitset.cpp | 45 if (auto target_sp = m_backend.GetTargetSP()) { in BitsetFrontEnd() 56 TargetSP target_sp = m_backend.GetTargetSP(); in Update()
|
| H A D | LibCxx.cpp | 185 TargetSP target_sp(valobj_sp->GetTargetSP()); in Update() 412 TargetSP target_sp(valobj_sp->GetTargetSP()); in Update() 566 const auto max_size = valobj.GetTargetSP()->GetMaximumSizeOfStringSummary(); in LibcxxWStringSummaryProvider() 575 auto wchar_t_size = valobj.GetTargetSP() in LibcxxWStringSummaryProvider() 638 const auto max_size = valobj.GetTargetSP()->GetMaximumSizeOfStringSummary(); in LibcxxStringSummaryProvider()
|
| H A D | LibCxxList.cpp | 179 if (m_backend.GetTargetSP()) in Update() 181 m_backend.GetTargetSP()->GetMaximumNumberOfChildrenToDisplay(); in Update()
|
| H A D | BlockPointer.cpp | 37 TargetSP target_sp(m_backend.GetTargetSP()); in BlockPointerSyntheticFrontEnd()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 78 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject() 152 valobj_key = (target_sp = valobj->GetTargetSP()).get(); in FormatObject()
|
| H A D | TypeSummary.cpp | 173 TargetSP target_sp(valobj->GetTargetSP()); in FormatObject()
|
| H A D | StringPrinter.cpp | 386 valobj.GetTargetSP()->GetDebugger().GetEscapeNonPrintables()); in ReadStringAndDumpToStreamOptions() 393 valobj.GetTargetSP()->GetDebugger().GetEscapeNonPrintables()); in ReadBufferAndDumpToStreamOptions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ExecutionContext.h | 245 lldb::TargetSP GetTargetSP() const; 536 const lldb::TargetSP &GetTargetSP() const { return m_target_sp; } in GetTargetSP() function
|
| H A D | TargetList.h | 174 lldb::TargetSP GetTargetSP(Target *target) const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectMemory.cpp | 56 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory() 83 TargetSP target_sp(GetTargetSP()); in ValueObjectMemory()
|
| H A D | Disassembler.cpp | 198 disasm_sp = Disassembler::FindPluginForTarget(exe_ctx.GetTargetSP(), arch, in DisassembleRange() 243 exe_ctx.GetTargetSP(), arch, flavor, plugin_name)); in Disassemble() 274 exe_ctx.GetTargetSP(), arch, flavor, plugin_name)); in Disassemble() 342 TargetSP target_sp = exe_ctx.GetTargetSP(); in ElideMixedSourceAndDisassemblyLine() 392 TargetSP target_sp(exe_ctx.GetTargetSP()); in PrintInstructions()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSIndexPath.cpp | 39 m_backend.GetTargetSP()->GetArchitecture().GetAddressByteSize(); in NSIndexPathSyntheticFrontEnd() 58 .GetTargetSP() in Update()
|
| H A D | CoreMedia.cpp | 31 .GetTargetSP() in CMTimeSummaryProvider()
|
| H A D | NSString.cpp | 238 GetNSPathStore2Type(*valobj.GetTargetSP())); in NSStringSummaryProvider() 303 TargetSP target_sp(valobj.GetTargetSP()); in NSAttributedStringSummaryProvider()
|
| H A D | NSArray.cpp | 473 .GetTargetSP() in NSArrayMSyntheticFrontEndBase() 621 .GetTargetSP() in GenericNSArrayISyntheticFrontEnd() 790 m_backend.GetTargetSP()->GetScratchClangASTContext()->GetBasicType( in GetChildAtIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 81 exe_ctx.SetContext(valobj.GetTargetSP(), true); in GetObjectDescription() 497 exception_sp->GetTargetSP()->GetScratchClangASTContext()->GetBasicType( in GetBacktraceThreadFromException() 506 exception_sp->GetTargetSP().get(), value, ConstString(name)); in GetBacktraceThreadFromException()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptScriptGroup.cpp | 53 auto &target = m_exe_ctx.GetTargetSP(); in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 358 lldb::TargetSP GetTargetSP() const { in GetTargetSP() function 359 return m_update_point.GetExecutionContextRef().GetTargetSP(); in GetTargetSP() 1072 lldb::TargetSP GetTargetSP() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverScripted.cpp | 50 TargetSP target_sp = m_breakpoint->GetTargetSP(); in CreateImplementationIfNeeded()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | OptionGroupFormat.cpp | 204 execution_context ? execution_context->GetTargetSP() : TargetSP(); in ParserGDBFormatLetter()
|
| H A D | OptionGroupValueObjectDisplay.cpp | 180 execution_context ? execution_context->GetTargetSP() : TargetSP(); in OptionParsingStarting()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectDisassemble.cpp | 137 execution_context ? execution_context->GetTargetSP() : TargetSP(); in SetOptionValue() 160 const auto &target_sp = execution_context->GetTargetSP(); in SetOptionValue()
|