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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dthread.c419 struct frame_info *cur_frame; local
463 cur_frame = find_relative_frame (get_selected_frame (), &counter);
472 select_frame (cur_frame);
476 show_stack_frame (cur_frame);
H A Dmips-tdep.c401 int cur_frame);
851 /* Pass cur_frame == 0 to find_proc_desc. We should not attempt
2235 struct frame_info *next_frame, int cur_frame)
2239 if (cur_frame)
2449 find_proc_desc (CORE_ADDR pc, struct frame_info *next_frame, int cur_frame) argument
2480 pc, next_frame, cur_frame);
2503 proc_desc = heuristic_proc_desc (startaddr, pc, next_frame, cur_frame);
2234 heuristic_proc_desc(CORE_ADDR start_pc, CORE_ADDR limit_pc, struct frame_info *next_frame, int cur_frame) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp512 StackFrame *cur_frame = m_exe_ctx.GetFramePtr(); local
513 if (cur_frame == nullptr) {
517 } else if (!cur_frame->HasDebugInformation()) {
522 cur_frame->GetSymbolContext(eSymbolContextLineEntry);
H A DCommandObjectBreakpoint.cpp749 StackFrame *cur_frame = m_exe_ctx.GetFramePtr(); local
750 if (cur_frame == nullptr) {
755 } else if (!cur_frame->HasDebugInformation()) {
762 cur_frame->GetSymbolContext(eSymbolContextLineEntry);

Completed in 99 milliseconds