Home
last modified time | relevance | path

Searched refs:trace_sp (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.cpp127 ValueObjectSP trace_sp = in CreateHistoryThreadFromValueObject() local
130 if (!trace_sp) in CreateHistoryThreadFromValueObject()
135 addr_t pc = trace_sp->GetChildAtIndex(i, true)->GetValueAsUnsigned(0); in CreateHistoryThreadFromValueObject()
/external/llvm-project/lldb/source/Commands/
DCommandObjectTrace.cpp118 lldb::TraceSP trace_sp = traceOrErr.get(); in DoExecute() local
121 trace_sp->GetPluginName().AsCString()); in DoExecute()
DCommandObjectThread.cpp2182 const TraceSP &trace_sp = m_exe_ctx.GetTargetSP()->GetTrace(); in HandleOneThread() local
2188 trace_sp->GetCursorPosition(*thread_sp)) - in HandleOneThread()
2193 trace_sp->DumpTraceInstructions(*thread_sp, result.GetOutputStream(), in HandleOneThread()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp126 auto trace_sp = StructuredData::ObjectSP(trace); in RetrieveReportData() local
156 d->AddItem("trace", trace_sp); in RetrieveReportData()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp151 auto trace_sp = StructuredData::ObjectSP(trace); in RetrieveReportData() local
180 d->AddItem("trace", trace_sp); in RetrieveReportData()
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h1112 void SetTrace(const lldb::TraceSP &trace_sp);
/external/llvm-project/lldb/source/Target/
DTarget.cpp3056 void Target::SetTrace(const TraceSP &trace_sp) { m_trace_sp = trace_sp; } in SetTrace() argument