Searched defs:frame_idx (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| D | HistoryUnwind.cpp | 55 bool HistoryUnwind::DoGetFrameInfoAtIndex(uint32_t frame_idx, lldb::addr_t &cfa, in DoGetFrameInfoAtIndex()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| D | Unwind.h | 50 bool GetFrameInfoAtIndex(uint32_t frame_idx, lldb::addr_t &cfa, in GetFrameInfoAtIndex()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Target/ |
| D | StackFrameList.cpp | 412 uint32_t frame_idx = m_frames.size(); in SynthesizeTailCallFrames() local 721 uint32_t frame_idx = unwind_idx; in GetFrameWithConcreteFrameIndex() local 741 uint32_t frame_idx = 0; in GetFrameWithStackID() local 856 uint32_t frame_idx = 0; in GetStatus() local
|
| D | Thread.cpp | 281 bool Thread::SetSelectedFrameByIndex(uint32_t frame_idx, bool broadcast) { in SetSelectedFrameByIndex() 293 bool Thread::SetSelectedFrameByIndexNoisily(uint32_t frame_idx, in SetSelectedFrameByIndexNoisily() 1307 uint32_t frame_idx, Status &status, in QueueThreadPlanForStepOut() 1320 uint32_t frame_idx, Status &status, bool continue_to_next_branch) { in QueueThreadPlanForStepOutNoShouldStop() 1362 bool stop_other_threads, uint32_t frame_idx, Status &status) { in QueueThreadPlanForStepUntil() 1440 Status Thread::ReturnFromFrameWithIndex(uint32_t frame_idx, in ReturnFromFrameWithIndex() 1601 void Thread::DumpUsingSettingsFormat(Stream &strm, uint32_t frame_idx, in DumpUsingSettingsFormat()
|
| D | ThreadPlanStepUntil.cpp | 28 uint32_t frame_idx) in ThreadPlanStepUntil()
|
| D | ThreadPlanStepOut.cpp | 36 Vote report_stop_vote, Vote report_run_vote, uint32_t frame_idx, in ThreadPlanStepOut()
|
| D | StackFrame.cpp | 51 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() 77 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame() 103 StackFrame::StackFrame(const ThreadSP &thread_sp, user_id_t frame_idx, in StackFrame()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 156 const uint32_t frame_idx = 0; in ShouldStop() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandObjectFrame.cpp | 307 uint32_t frame_idx = UINT32_MAX; in DoExecute() local
|
| D | CommandObjectThread.cpp | 1449 uint32_t frame_idx = frame_sp->GetFrameIndex(); in DoExecute() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Core/ |
| D | IOHandlerCursesGUI.cpp | 3804 const uint64_t frame_idx = item.GetIdentifier(); in TreeDelegateDrawTreeItem() local 3829 const uint64_t frame_idx = item.GetIdentifier(); in TreeDelegateItemSelected() local 5328 const uint32_t frame_idx = frame_sp->GetFrameIndex(); in WindowDelegateDraw() local 5884 uint32_t frame_idx = thread->GetSelectedFrameIndex(); in WindowDelegateHandleChar() local
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/API/ |
| D | SBFrame.cpp | 302 uint32_t frame_idx = UINT32_MAX; in GetFrameID() local
|