/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | HistoryUnwind.cpp | 55 bool HistoryUnwind::DoGetFrameInfoAtIndex(uint32_t frame_idx, lldb::addr_t &cfa, in DoGetFrameInfoAtIndex()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Unwind.h | 50 bool GetFrameInfoAtIndex(uint32_t frame_idx, lldb::addr_t &cfa, in GetFrameInfoAtIndex()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrameList.cpp | 416 uint32_t frame_idx = m_frames.size(); in SynthesizeTailCallFrames() local 748 uint32_t frame_idx = unwind_idx; in GetFrameWithConcreteFrameIndex() local 768 uint32_t frame_idx = 0; in GetFrameWithStackID() local 935 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() 1313 uint32_t frame_idx, Status &status, in QueueThreadPlanForStepOut() 1326 uint32_t frame_idx, Status &status, bool continue_to_next_branch) { in QueueThreadPlanForStepOutNoShouldStop() 1368 bool stop_other_threads, uint32_t frame_idx, Status &status) { in QueueThreadPlanForStepUntil() 1446 Status Thread::ReturnFromFrameWithIndex(uint32_t frame_idx, in ReturnFromFrameWithIndex() 1608 bool Thread::DumpUsingFormat(Stream &strm, uint32_t frame_idx, in DumpUsingFormat() 1629 void Thread::DumpUsingSettingsFormat(Stream &strm, uint32_t frame_idx, in DumpUsingSettingsFormat() 1989 Status Thread::StepOut(uint32_t frame_idx) { in StepOut()
|
H A D | ThreadPlanStepUntil.cpp | 29 uint32_t frame_idx) in ThreadPlanStepUntil() argument
|
H A D | ThreadPlanStepOut.cpp | 37 Vote report_stop_vote, Vote report_run_vote, uint32_t frame_idx, in ThreadPlanStepOut() argument
|
H A D | StackFrame.cpp | 53 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() 79 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() 105 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 165 const uint32_t frame_idx = 0; in ShouldStop() local
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectFrame.cpp | 274 uint32_t frame_idx = UINT32_MAX; in DoExecute() local
|
H A D | CommandObjectThread.cpp | 1563 uint32_t frame_idx = frame_sp->GetFrameIndex(); in DoExecute() local
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 5054 const uint64_t frame_idx = item.GetIdentifier(); in TreeDelegateDrawTreeItem() local 5079 const uint64_t frame_idx = item.GetIdentifier(); in TreeDelegateItemSelected() local 6434 uint32_t frame_idx = in MenuDelegateAction() local 6876 const uint32_t frame_idx = frame_sp->GetFrameIndex(); in WindowDelegateDraw() local 7399 uint32_t frame_idx = in WindowDelegateHandleChar() local 7439 uint32_t frame_idx = in WindowDelegateHandleChar() local
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBFrame.cpp | 299 uint32_t frame_idx = UINT32_MAX; in GetFrameID() local
|