Home
last modified time | relevance | path

Searched refs:num_frames (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp231 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 DUnwindLLDB.cpp455 const uint32_t num_frames = m_frames.size(); in DoCreateRegisterContextForFrame() local
456 if (idx < num_frames) { in DoCreateRegisterContextForFrame()
H A DThread.cpp1715 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 DProcess.cpp880 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 DStackFrameList.h82 size_t GetStatus(Stream &strm, uint32_t first_frame, uint32_t num_frames,
H A DThread.h1094 size_t GetStatus(Stream &strm, uint32_t start_frame, uint32_t num_frames,
1099 uint32_t num_frames, bool show_frame_info,
H A DProcess.h1231 uint32_t start_frame, uint32_t num_frames,
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp332 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 DCommandObjectProcess.cpp1338 const uint32_t num_frames = 1; in DoExecute() local
1343 num_frames, num_frames_with_source, stop_format); in DoExecute()
H A DCommandObjectThread.cpp1177 const uint32_t num_frames = 0; in DoExecute() local
1181 num_frames, num_frames_with_source, false); in DoExecute()
H A DCommandObjectTarget.cpp108 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 DSBThread.i450num_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 DSBThread.cpp1123 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 DDWARFExpression.cpp704 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 Dmac80211.c2997 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 DIOHandlerCursesGUI.cpp3897 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()