Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp61 lldb::StackFrameSP frame_sp = exe_ctx.GetFrameSP(); in InstallContext() local
70 lldb::StackFrameSP &frame_sp) { in LockAndCheckContext()
95 lldb::StackFrameSP frame_sp; in MatchesContext() local
101 lldb::StackFrameSP frame_sp, llvm::StringRef object_name, Status &err) { in GetObjectPointerValueObject()
122 lldb::addr_t UserExpression::GetObjectPointer(lldb::StackFrameSP frame_sp, in GetObjectPointer()
H A DMaterializer.cpp150 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
201 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
440 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
602 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
923 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
983 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1208 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
1256 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
1327 void Materialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Materialize()
1389 void Dematerialize(lldb::StackFrameSP &frame_sp, IRMemoryMap &map, in Dematerialize()
[all …]
/freebsd-14.2/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.cpp556 StackFrameSP frame_sp(new StackFrame( in GetFramesUpTo() local
669 StackFrameSP frame_sp; in GetFrameAtIndex() local
749 StackFrameSP frame_sp(GetFrameAtIndex(frame_idx)); in GetFrameWithConcreteFrameIndex() local
764 StackFrameSP frame_sp; in GetFrameWithStackID() local
790 bool StackFrameList::SetFrameAtIndex(uint32_t idx, StackFrameSP &frame_sp) { in SetFrameAtIndex()
811 StackFrameSP frame_sp = GetFrameAtIndex(0); in SelectMostRelevantFrame() local
872 StackFrameSP frame_sp(GetFrameAtIndex(idx)); in SetSelectedFrameByIndex() local
883 StackFrameSP frame_sp( in SetDefaultFileAndLineToSelectedFrame() local
934 StackFrameSP frame_sp; in GetStatus() local
H A DThread.cpp195 StackFrameSP frame_sp; in GetStackFrameFromEvent() local
266 StackFrameSP frame_sp = stack_frame_list_sp->GetFrameAtIndex( in GetSelectedFrame() local
495 lldb::StackFrameSP frame_sp(GetStackFrameAtIndex(0)); in CheckpointThreadState() local
522 lldb::StackFrameSP frame_sp(GetStackFrameAtIndex(0)); in RestoreRegisterStateFromCheckpoint() local
564 StackFrameSP frame_sp = GetStackFrameAtIndex(0); in GetStopDescription() local
1436 StackFrameSP frame_sp = GetStackFrameAtIndex(frame_idx); in ReturnFromFrameWithIndex() local
1448 Status Thread::ReturnFromFrame(lldb::StackFrameSP frame_sp, in ReturnFromFrame()
1602 StackFrameSP frame_sp; in DumpUsingFormat() local
1915 StackFrameSP frame_sp = GetStackFrameAtIndex(0); in StepIn() local
1948 StackFrameSP frame_sp = GetStackFrameAtIndex(0); in StepOver() local
[all …]
H A DAssertFrameRecognizer.cpp132 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.cpp220 StackFrameSP frame_sp = thread.GetStackFrameAtIndex(0); in ShouldStop() local
H A DThreadPlanStepOut.cpp235 for (StackFrameSP frame_sp : m_stepped_past_frames) { in GetDescription() local
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp544 StackFrameSP frame_sp(thread->GetStackFrameAtIndex(0)); in StepOver() local
592 StackFrameSP frame_sp(thread->GetStackFrameAtIndex(0)); in StepInto() local
678 StackFrameSP frame_sp(sb_frame.GetFrameSP()); in StepOutOfFrame() local
778 StackFrameSP frame_sp(sb_frame.GetFrameSP()); in StepOverUntil() local
1106 StackFrameSP frame_sp; in GetFrameAtIndex() local
1125 StackFrameSP frame_sp; in GetSelectedFrame() local
1145 StackFrameSP frame_sp; in SetSelectedFrame() local
H A DSBExecutionContext.cpp118 StackFrameSP frame_sp(m_exe_ctx_sp->GetFrameSP()); in GetFrame() local
H A DSBBlock.cpp240 StackFrameSP frame_sp(frame.GetFrameSP()); in GetVariables() local
H A DSBInstruction.cpp309 lldb::StackFrameSP frame_sp(frame.GetFrameSP()); in EmulateWithFrame() local
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h47 Dematerializer(Materializer &materializer, lldb::StackFrameSP &frame_sp, in Dematerializer()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp157 StackFrameSP frame_sp = in GetHistoryThreads() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/
H A DReportRetriever.cpp69 StackFrameSP frame_sp = in RetrieveReportData() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp138 StackFrameSP frame_sp = thread->GetSelectedFrame(SelectMostRelevantFrame); in DoExecute() local
331 StackFrameSP frame_sp = thread->GetStackFrameAtIndex(frame_requested); in DoExecute() local
1127 StackFrameSP frame_sp = thread->GetStackFrameAtIndex(frame_index); in DoExecute() local
H A DCommandObjectThreadUtil.cpp149 const lldb::StackFrameSP frame_sp = in BucketThread() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/
H A DABISysV_msp430.cpp290 Status ABISysV_msp430::SetReturnValueObject(lldb::StackFrameSP &frame_sp, in SetReturnValueObject()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp84 StackFrameSP frame_sp = in RetrieveReportData() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp875 lldb::StackFrameSP frame_sp, llvm::StringRef object_name, Status &err) { in GetCppObjectPointer()
909 lldb::StackFrameSP frame_sp = exe_ctx.GetFrameSP(); in AddArguments() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
H A DABISysV_hexagon.cpp1178 ABISysV_hexagon::SetReturnValueObject(lldb::StackFrameSP &frame_sp, in SetReturnValueObject()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp111 StackFrameSP frame_sp = in RetrieveReportData() local
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
H A DABIMacOSX_i386.cpp183 Status ABIMacOSX_i386::SetReturnValueObject(lldb::StackFrameSP &frame_sp, in SetReturnValueObject()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABIMacOSX_arm.cpp1685 Status ABIMacOSX_arm::SetReturnValueObject(lldb::StackFrameSP &frame_sp, in SetReturnValueObject()

123