Searched refs:cur_frame (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dscripted_step.py162 cur_frame = self.thread_plan.GetThread().GetFrameAtIndex(0)
163 cur_line_entry = cur_frame.GetLineEntry()
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dthread.c409 struct frame_info *cur_frame; local
440 cur_frame = frame_find_by_id (saved_frame_id);
441 if (cur_frame == NULL)
449 select_frame (cur_frame);
451 show_stack_frame (cur_frame);
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp517 StackFrame *cur_frame = m_exe_ctx.GetFramePtr(); local
518 if (cur_frame == nullptr) {
522 } else if (!cur_frame->HasDebugInformation()) {
527 cur_frame->GetSymbolContext(eSymbolContextLineEntry);
H A DCommandObjectBreakpoint.cpp767 StackFrame *cur_frame = m_exe_ctx.GetFramePtr(); local
768 if (cur_frame == nullptr) {
772 } else if (!cur_frame->HasDebugInformation()) {
778 cur_frame->GetSymbolContext(eSymbolContextLineEntry);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.c3336 unsigned int cur_frame = tg->funcs->get_frame_count(tg); local
3338 if (cur_frame != hwseq->wa_state.disallow_self_refresh_during_multi_plane_transition_applied_on_frame) {

Completed in 209 milliseconds