| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stack_store.h | 56 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 D | TestVSCode_stackTrace.py | 29 def verify_stackFrame(self, frame_idx, stackFrame): argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/ |
| H A D | HistoryUnwind.cpp | 55 bool HistoryUnwind::DoGetFrameInfoAtIndex(uint32_t frame_idx, lldb::addr_t &cfa, in DoGetFrameInfoAtIndex()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Unwind.h | 50 bool GetFrameInfoAtIndex(uint32_t frame_idx, lldb::addr_t &cfa, in GetFrameInfoAtIndex()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | StackFrameList.cpp | 413 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 D | Thread.cpp | 282 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 D | ThreadPlanStepUntil.cpp | 29 uint32_t frame_idx) in ThreadPlanStepUntil()
|
| H A D | ThreadPlanStepOut.cpp | 37 Vote report_stop_vote, Vote report_run_vote, uint32_t frame_idx, in ThreadPlanStepOut()
|
| H A D | StackFrame.cpp | 52 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 D | dbgeng.py | 161 def evaluate_expression(self, expression, frame_idx=0): argument
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/ |
| H A D | DebuggerBase.py | 21 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 D | LLDB.py | 264 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 D | VisualStudio.py | 345 def evaluate_expression(self, expression, frame_idx=0) -> ValueIR: argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 165 const uint32_t frame_idx = 0; in ShouldStop() local
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 307 uint32_t frame_idx = UINT32_MAX; in DoExecute() local
|
| H A D | CommandObjectThread.cpp | 1543 uint32_t frame_idx = frame_sp->GetFrameIndex(); in DoExecute() local
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5028 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 D | SBFrame.cpp | 297 uint32_t frame_idx = UINT32_MAX; in GetFrameID() local
|