/freebsd/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 | 460 const uint32_t num_frames = m_frames.size(); in DoCreateRegisterContextForFrame() local 461 if (idx < num_frames) { in DoCreateRegisterContextForFrame()
|
H A D | Thread.cpp | 1737 uint32_t num_frames, uint32_t num_frames_with_source, in GetStatus() argument 1771 if (num_frames > 0) { in GetStatus() 1777 if (num_frames == 1 || only_stacks || in GetStatus() 1784 strm, start_frame, num_frames, show_frame_info, num_frames_with_source, in GetStatus() 1786 if (num_frames == 1) in GetStatus() 1882 uint32_t num_frames, bool show_frame_info, in GetStackFrameStatus() argument 1885 strm, first_frame, num_frames, show_frame_info, num_frames_with_source); in GetStackFrameStatus()
|
H A D | Process.cpp | 937 const uint32_t num_frames = 1; in HandleProcessStateChangedEvent() local 943 start_frame, num_frames, in HandleProcessStateChangedEvent() 5774 uint32_t start_frame, uint32_t num_frames, in GetThreadStatus() argument 5805 thread_sp->GetStatus(strm, start_frame, num_frames, in GetThreadStatus()
|
/freebsd/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 stack frames in this thread as an integer.''')
|
/freebsd/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 | 1127 size_t GetStatus(Stream &strm, uint32_t start_frame, uint32_t num_frames, 1132 uint32_t num_frames, bool show_frame_info,
|
H A D | Process.h | 1316 uint32_t start_frame, uint32_t num_frames,
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectFrame.cpp | 306 const uint32_t num_frames = thread->GetStackFrameCount(); in DoExecute() local 307 if (static_cast<int32_t>(num_frames - frame_idx) > in DoExecute() 311 if (frame_idx == num_frames - 1) { in DoExecute() 317 frame_idx = num_frames - 1; in DoExecute()
|
H A D | CommandObjectProcess.cpp | 1402 const uint32_t num_frames = 1; in DoExecute() local 1407 num_frames, num_frames_with_source, stop_format); in DoExecute()
|
H A D | CommandObjectThread.cpp | 1252 const uint32_t num_frames = 0; in DoExecute() local 1256 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/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/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mvm.h | 2897 int num_frames, 2903 int num_frames,
|
H A D | mac80211.c | 3360 int num_frames, in iwl_mvm_check_uapsd() 3368 iwl_mvm_sta_modify_sleep_tx_count(mvm, sta, reason, num_frames, in iwl_mvm_check_uapsd() 3375 int num_frames, in iwl_mvm_check_uapsd() 3383 iwl_mvm_sta_modify_sleep_tx_count(mvm, sta, reason, num_frames, in iwl_mvm_check_uapsd() 3165 iwl_mvm_mac_allow_buffered_frames(struct ieee80211_hw * hw,struct ieee80211_sta * sta,u16 tids,int num_frames,enum ieee80211_frame_release_type reason,bool more_data) iwl_mvm_mac_allow_buffered_frames() argument 3180 iwl_mvm_mac_release_buffered_frames(struct ieee80211_hw * hw,struct ieee80211_sta * sta,u16 tids,int num_frames,enum ieee80211_frame_release_type reason,bool more_data) iwl_mvm_mac_release_buffered_frames() argument
|
/freebsd/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()
|