Home
last modified time | relevance | path

Searched defs:frame_sp (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp62 lldb::StackFrameSP frame_sp = exe_ctx.GetFrameSP(); in InstallContext() local
71 lldb::StackFrameSP &frame_sp) { in LockAndCheckContext()
96 lldb::StackFrameSP frame_sp; in MatchesContext() local
102 lldb::StackFrameSP frame_sp, llvm::StringRef object_name, Status &err) { in GetObjectPointerValueObject()
123 lldb::addr_t UserExpression::GetObjectPointer(lldb::StackFrameSP frame_sp, in GetObjectPointer()
H A DMaterializer.cpp160 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
211 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
446 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
608 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
931 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
993 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1230 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
1278 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1349 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
1411 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp43 ExecutionContext::ExecutionContext(const lldb::StackFrameSP &frame_sp) in ExecutionContext()
73 lldb::StackFrameSP frame_sp(frame_wp.lock()); in ExecutionContext() local
257 void ExecutionContext::SetFrameSP(const lldb::StackFrameSP &frame_sp) { in SetFrameSP()
325 void ExecutionContext::SetContext(const lldb::StackFrameSP &frame_sp) { in SetContext()
441 lldb::StackFrameSP frame_sp(exe_ctx.GetFrameSP()); in operator =() local
484 void ExecutionContextRef::SetFrameSP(const lldb::StackFrameSP &frame_sp) { in SetFrameSP()
521 lldb::StackFrameSP frame_sp( in SetTargetPtr() local
H A DStackFrameList.cpp499 StackFrameSP frame_sp(new StackFrame( in FetchFramesUpTo() local
609 StackFrameSP frame_sp; in GetFrameAtIndex() local
670 StackFrameSP frame_sp(GetFrameAtIndex(frame_idx)); in GetFrameWithConcreteFrameIndex() local
685 StackFrameSP frame_sp; in GetFrameWithStackID() local
710 bool StackFrameList::SetFrameAtIndex(uint32_t idx, StackFrameSP &frame_sp) { in SetFrameAtIndex()
732 StackFrameSP frame_sp = GetFrameAtIndex(0); in SelectMostRelevantFrame() local
821 StackFrameSP frame_sp(GetFrameAtIndex(idx)); in SetSelectedFrameByIndex() local
832 StackFrameSP frame_sp( in SetDefaultFileAndLineToSelectedFrame() local
884 StackFrameSP frame_sp; in GetStatus() local
H A DThread.cpp201 StackFrameSP frame_sp; in GetStackFrameFromEvent() local
274 StackFrameSP frame_sp = stack_frame_list_sp->GetFrameAtIndex( in GetSelectedFrame() local
290 StackFrameSP frame_sp(GetStackFrameList()->GetFrameAtIndex(frame_idx)); in SetSelectedFrameByIndex() local
306 StackFrameSP frame_sp = GetSelectedFrame(DoNoSelectMostRelevantFrame); in SetSelectedFrameByIndexNoisily() local
509 lldb::StackFrameSP frame_sp(GetStackFrameAtIndex(0)); in CheckpointThreadState() local
537 lldb::StackFrameSP frame_sp(GetStackFrameAtIndex(0)); in RestoreRegisterStateFromCheckpoint() local
580 StackFrameSP frame_sp = GetStackFrameAtIndex(0); in GetStopDescription() local
1481 StackFrameSP frame_sp = GetStackFrameAtIndex(frame_idx); in ReturnFromFrameWithIndex() local
1493 Status Thread::ReturnFromFrame(lldb::StackFrameSP frame_sp, in ReturnFromFrame()
1652 StackFrameSP frame_sp; in DumpUsingFormat() local
[all …]
H A DVerboseTrapFrameRecognizer.cpp59 VerboseTrapFrameRecognizer::RecognizeFrame(lldb::StackFrameSP frame_sp) { in RecognizeFrame()
H A DAssertFrameRecognizer.cpp123 AssertFrameRecognizer::RecognizeFrame(lldb::StackFrameSP frame_sp) { in RecognizeFrame()
H A DThreadPlanStepUntil.cpp40 StackFrameSP frame_sp(thread.GetStackFrameAtIndex(frame_idx)); in ThreadPlanStepUntil() local
H A DThreadPlanStepOverRange.cpp235 StackFrameSP frame_sp = thread.GetStackFrameAtIndex(0); in ShouldStop() local
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILParser.cpp47 std::shared_ptr<StackFrame> frame_sp, in Parse()
63 std::shared_ptr<StackFrame> frame_sp, in DILParser()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp552 StackFrameSP frame_sp(thread->GetStackFrameAtIndex(0)); in StepOver() local
600 StackFrameSP frame_sp(thread->GetStackFrameAtIndex(0)); in StepInto() local
689 StackFrameSP frame_sp(sb_frame.GetFrameSP()); in StepOutOfFrame() local
789 StackFrameSP frame_sp(sb_frame.GetFrameSP()); in StepOverUntil() local
1120 StackFrameSP frame_sp; in GetFrameAtIndex() local
1139 StackFrameSP frame_sp; in GetSelectedFrame() local
1159 StackFrameSP frame_sp; in SetSelectedFrame() local
H A DSBExecutionContext.cpp118 StackFrameSP frame_sp(m_exe_ctx_sp->GetFrameSP()); in GetFrame() local
H A DSBBlock.cpp249 StackFrameSP frame_sp(frame.GetFrameSP()); in GetVariables() local
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h47 Dematerializer(Materializer &materializer, lldb::StackFrameSP &frame_sp, in Dematerializer()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DStatusline.cpp149 if (auto frame_sp = exe_ctx.GetFrameSP()) in Redraw() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp70 StackFrameSP frame_sp = in RetrieveReportData() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp159 StackFrameSP frame_sp = in GetHistoryThreads() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp116 StackFrameSP frame_sp = RetrieveReportData() local
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThreadUtil.cpp149 const lldb::StackFrameSP frame_sp = in BucketThread() local
H A DCommandObjectFrame.cpp126 StackFrameSP frame_sp = thread->GetSelectedFrame(SelectMostRelevantFrame); in DoExecute() local
325 StackFrameSP frame_sp = thread->GetStackFrameAtIndex(frame_requested); in DoExecute() local
1174 StackFrameSP frame_sp = thread->GetStackFrameAtIndex(frame_index); in DoExecute() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.cpp290 Status ABISysV_msp430::SetReturnValueObject(lldb::StackFrameSP &frame_sp, in SetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp84 StackFrameSP frame_sp = in RetrieveReportData() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp847 lldb::StackFrameSP frame_sp, llvm::StringRef object_name, Status &err) { in GetCppObjectPointer()
881 lldb::StackFrameSP frame_sp = exe_ctx.GetFrameSP(); in AddArguments() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1178 ABISysV_hexagon::SetReturnValueObject(lldb::StackFrameSP &frame_sp, in SetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp111 StackFrameSP frame_sp = in RetrieveReportData() local

123