| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrameList.cpp | 235 uint32_t num_frames = unwinder.GetFramesUpTo(end_idx); in GetOnlyConcreteFramesUpTo() local 236 if (num_frames <= end_idx + 1) { in GetOnlyConcreteFramesUpTo() 243 m_frames.resize(num_frames); in GetOnlyConcreteFramesUpTo() 925 uint32_t num_frames, bool show_frame_info, in GetStatus() argument 931 if (num_frames == 0) in GetStatus() 939 if (num_frames == UINT32_MAX) in GetStatus() 942 last_frame = first_frame + num_frames; in GetStatus()
|
| H A D | UnwindLLDB.cpp | 455 const uint32_t num_frames = m_frames.size(); in DoCreateRegisterContextForFrame() local 456 if (idx < num_frames) { in DoCreateRegisterContextForFrame()
|
| H A D | Thread.cpp | 1724 uint32_t num_frames, uint32_t num_frames_with_source, in GetStatus() argument 1758 if (num_frames > 0) { in GetStatus() 1764 if (num_frames == 1 || only_stacks || in GetStatus() 1771 strm, start_frame, num_frames, show_frame_info, num_frames_with_source, in GetStatus() 1773 if (num_frames == 1) in GetStatus() 1869 uint32_t num_frames, bool show_frame_info, in GetStackFrameStatus() argument 1872 strm, first_frame, num_frames, show_frame_info, num_frames_with_source); in GetStackFrameStatus()
|
| H A D | Process.cpp | 905 const uint32_t num_frames = 1; in HandleProcessStateChangedEvent() local 911 start_frame, num_frames, in HandleProcessStateChangedEvent() 5577 uint32_t start_frame, uint32_t num_frames, in GetThreadStatus() argument 5608 thread_sp->GetStatus(strm, start_frame, num_frames, in GetThreadStatus()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrameList.h | 92 size_t GetStatus(Stream &strm, uint32_t first_frame, uint32_t num_frames,
|
| H A D | Thread.h | 1118 size_t GetStatus(Stream &strm, uint32_t start_frame, uint32_t num_frames, 1123 uint32_t num_frames, bool show_frame_info,
|
| H A D | Process.h | 1312 uint32_t start_frame, uint32_t num_frames,
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBThreadExtensions.i | 52 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s…
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 336 const uint32_t num_frames = thread->GetStackFrameCount(); in DoExecute() local 337 if (static_cast<int32_t>(num_frames - frame_idx) > in DoExecute() 341 if (frame_idx == num_frames - 1) { in DoExecute() 347 frame_idx = num_frames - 1; in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 1448 const uint32_t num_frames = 1; in DoExecute() local 1453 num_frames, num_frames_with_source, stop_format); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1290 const uint32_t num_frames = 0; in DoExecute() local 1294 num_frames, num_frames_with_source, false); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 128 const uint32_t num_frames = 1; in DumpTargetInfo() local 133 start_frame, num_frames, num_frames_with_source, in DumpTargetInfo()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThread.cpp | 1088 uint32_t num_frames = 0; in GetNumFrames() local 1095 num_frames = exe_ctx.GetThreadPtr()->GetStackFrameCount(); in GetNumFrames() 1099 return num_frames; in GetNumFrames()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 611 uint32_t num_frames = thread->GetStackFrameCount(); in Evaluate_DW_OP_entry_value() local 613 parent_frame_idx < num_frames; ++parent_frame_idx) { in Evaluate_DW_OP_entry_value()
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mvm.h | 2652 int num_frames, 2658 int num_frames,
|
| H A D | mac80211.c | 3165 int num_frames, in iwl_mvm_mac_allow_buffered_frames() argument 3173 iwl_mvm_sta_modify_sleep_tx_count(mvm, sta, reason, num_frames, in iwl_mvm_mac_allow_buffered_frames() 3180 int num_frames, in iwl_mvm_mac_release_buffered_frames() argument 3188 iwl_mvm_sta_modify_sleep_tx_count(mvm, sta, reason, num_frames, in iwl_mvm_mac_release_buffered_frames()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5145 size_t num_frames = thread_sp->GetStackFrameCount(); in TreeDelegateGenerateChildren() local 5146 item.Resize(num_frames, *m_frame_delegate_sp, false); in TreeDelegateGenerateChildren() 5147 for (size_t i = 0; i < num_frames; ++i) { in TreeDelegateGenerateChildren()
|