Home
last modified time | relevance | path

Searched defs:frame_idx (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.h56 static constexpr uptr GetBlockIdx(uptr frame_idx) { in GetBlockIdx()
60 static constexpr uptr GetInBlockIdx(uptr frame_idx) { in GetInBlockIdx()
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/stackTrace/
H A DTestVSCode_stackTrace.py29 def verify_stackFrame(self, frame_idx, stackFrame): argument
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.cpp55 bool HistoryUnwind::DoGetFrameInfoAtIndex(uint32_t frame_idx, lldb::addr_t &cfa, in DoGetFrameInfoAtIndex()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DUnwind.h50 bool GetFrameInfoAtIndex(uint32_t frame_idx, lldb::addr_t &cfa, in GetFrameInfoAtIndex()
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrameList.cpp413 uint32_t frame_idx = m_frames.size(); in SynthesizeTailCallFrames() local
722 uint32_t frame_idx = unwind_idx; in GetFrameWithConcreteFrameIndex() local
742 uint32_t frame_idx = 0; in GetFrameWithStackID() local
857 uint32_t frame_idx = 0; in GetStatus() local
H A DThread.cpp282 bool Thread::SetSelectedFrameByIndex(uint32_t frame_idx, bool broadcast) { in SetSelectedFrameByIndex()
294 bool Thread::SetSelectedFrameByIndexNoisily(uint32_t frame_idx, in SetSelectedFrameByIndexNoisily()
1306 uint32_t frame_idx, Status &status, in QueueThreadPlanForStepOut()
1319 uint32_t frame_idx, Status &status, bool continue_to_next_branch) { in QueueThreadPlanForStepOutNoShouldStop()
1361 bool stop_other_threads, uint32_t frame_idx, Status &status) { in QueueThreadPlanForStepUntil()
1433 Status Thread::ReturnFromFrameWithIndex(uint32_t frame_idx, in ReturnFromFrameWithIndex()
1594 void Thread::DumpUsingSettingsFormat(Stream &strm, uint32_t frame_idx, in DumpUsingSettingsFormat()
1956 Status Thread::StepOut(uint32_t frame_idx) { in StepOut()
H A DThreadPlanStepUntil.cpp29 uint32_t frame_idx) in ThreadPlanStepUntil()
H A DThreadPlanStepOut.cpp37 Vote report_stop_vote, Vote report_run_vote, uint32_t frame_idx, in ThreadPlanStepOut()
H A DStackFrame.cpp52 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame()
78 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame()
104 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Ddbgeng.py161 def evaluate_expression(self, expression, frame_idx=0): argument
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/
H A DDebuggerBase.py21 def watch_is_active(watch_info: StepExpectInfo, path, frame_idx, line_no): argument
218 def evaluate_expression(self, expression, frame_idx=0) -> ValueIR: argument
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/
H A DLLDB.py264 def evaluate_expression(self, expression, frame_idx=0) -> ValueIR: argument
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/
H A DVisualStudio.py345 def evaluate_expression(self, expression, frame_idx=0) -> ValueIR: argument
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp165 const uint32_t frame_idx = 0; in ShouldStop() local
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp307 uint32_t frame_idx = UINT32_MAX; in DoExecute() local
H A DCommandObjectThread.cpp1543 uint32_t frame_idx = frame_sp->GetFrameIndex(); in DoExecute() local
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5028 const uint64_t frame_idx = item.GetIdentifier(); in TreeDelegateDrawTreeItem() local
5053 const uint64_t frame_idx = item.GetIdentifier(); in TreeDelegateItemSelected() local
6412 uint32_t frame_idx = thread->GetSelectedFrameIndex(); in MenuDelegateAction() local
6853 const uint32_t frame_idx = frame_sp->GetFrameIndex(); in WindowDelegateDraw() local
7373 uint32_t frame_idx = thread->GetSelectedFrameIndex(); in WindowDelegateHandleChar() local
7412 uint32_t frame_idx = thread->GetSelectedFrameIndex(); in WindowDelegateHandleChar() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBFrame.cpp297 uint32_t frame_idx = UINT32_MAX; in GetFrameID() local