| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrameList.cpp | 231 uint32_t num_frames = unwinder.GetFramesUpTo(end_idx); in GetOnlyConcreteFramesUpTo() local 232 if (num_frames <= end_idx + 1) { in GetOnlyConcreteFramesUpTo() 239 m_frames.resize(num_frames); in GetOnlyConcreteFramesUpTo() 846 uint32_t num_frames, bool show_frame_info, in GetStatus() argument 852 if (num_frames == 0) in GetStatus() 860 if (num_frames == UINT32_MAX) in GetStatus() 863 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 | 1715 uint32_t num_frames, uint32_t num_frames_with_source, in GetStatus() argument 1745 if (num_frames > 0) { in GetStatus() 1751 if (num_frames == 1 || only_stacks || in GetStatus() 1758 strm, start_frame, num_frames, show_frame_info, num_frames_with_source, in GetStatus() 1760 if (num_frames == 1) in GetStatus() 1856 uint32_t num_frames, bool show_frame_info, in GetStackFrameStatus() argument 1859 strm, first_frame, num_frames, show_frame_info, num_frames_with_source); in GetStackFrameStatus()
|
| H A D | Process.cpp | 880 const uint32_t num_frames = 1; in HandleProcessStateChangedEvent() local 886 start_frame, num_frames, in HandleProcessStateChangedEvent() 5476 uint32_t start_frame, uint32_t num_frames, in GetThreadStatus() argument 5507 thread_sp->GetStatus(strm, start_frame, num_frames, in GetThreadStatus()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | StackFrameList.h | 82 size_t GetStatus(Stream &strm, uint32_t first_frame, uint32_t num_frames,
|
| H A D | Thread.h | 1094 size_t GetStatus(Stream &strm, uint32_t start_frame, uint32_t num_frames, 1099 uint32_t num_frames, bool show_frame_info,
|
| H A D | Process.h | 1231 uint32_t start_frame, uint32_t num_frames,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectFrame.cpp | 332 const uint32_t num_frames = thread->GetStackFrameCount(); in DoExecute() local 333 if (static_cast<int32_t>(num_frames - frame_idx) > in DoExecute() 337 if (frame_idx == num_frames - 1) { in DoExecute() 343 frame_idx = num_frames - 1; in DoExecute()
|
| H A D | CommandObjectProcess.cpp | 1338 const uint32_t num_frames = 1; in DoExecute() local 1343 num_frames, num_frames_with_source, stop_format); in DoExecute()
|
| H A D | CommandObjectThread.cpp | 1177 const uint32_t num_frames = 0; in DoExecute() local 1181 num_frames, num_frames_with_source, false); in DoExecute()
|
| H A D | CommandObjectTarget.cpp | 108 const uint32_t num_frames = 1; in DumpTargetInfo() local 113 start_frame, num_frames, num_frames_with_source, in DumpTargetInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBThread.i | 450 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s…
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThread.cpp | 1123 uint32_t num_frames = 0; in GetNumFrames() local 1130 num_frames = exe_ctx.GetThreadPtr()->GetStackFrameCount(); in GetNumFrames() 1134 return num_frames; in GetNumFrames()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 704 uint32_t num_frames = thread->GetStackFrameCount(); in Evaluate_DW_OP_entry_value() local 706 parent_frame_idx < num_frames; ++parent_frame_idx) { in Evaluate_DW_OP_entry_value()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mac80211.c | 2997 int num_frames, in iwl_mvm_mac_allow_buffered_frames() argument 3005 iwl_mvm_sta_modify_sleep_tx_count(mvm, sta, reason, num_frames, in iwl_mvm_mac_allow_buffered_frames() 3012 int num_frames, in iwl_mvm_mac_release_buffered_frames() argument 3020 iwl_mvm_sta_modify_sleep_tx_count(mvm, sta, reason, num_frames, in iwl_mvm_mac_release_buffered_frames()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 3897 size_t num_frames = thread_sp->GetStackFrameCount(); in TreeDelegateGenerateChildren() local 3898 item.Resize(num_frames, t); in TreeDelegateGenerateChildren() 3899 for (size_t i = 0; i < num_frames; ++i) { in TreeDelegateGenerateChildren()
|