Home
last modified time | relevance | path

Searched refs:current_frame (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dframe.c784 static struct frame_info *current_frame; variable
827 current_frame = frame; in unwind_to_current_frame()
845 if (current_frame == NULL) in get_current_frame()
854 current_frame = sentinel_frame; in get_current_frame()
857 return current_frame; in get_current_frame()
1240 current_frame = NULL; /* Invalidate cache */ in flush_cached_frames()
1781 return current_frame; in get_prev_frame()
H A Dinfrun.c2592 struct frame_id current_frame = get_frame_id (get_current_frame ()); in handle_inferior_event() local
2594 if (frame_id_inner (current_frame, step_frame_id)) in handle_inferior_event()
2787 struct frame_id current_frame = get_frame_id (get_current_frame ()); in handle_inferior_event() local
2788 if (!(frame_id_inner (current_frame, step_frame_id))) in handle_inferior_event()
2789 step_frame_id = current_frame; in handle_inferior_event()
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c1965 …find_ready_pipe(cvmx_usb_internal_state_t *usb, cvmx_usb_pipe_list_t *list, uint64_t current_frame) in __cvmx_usb_find_ready_pipe() argument
1971 (pipe->next_tx_frame <= current_frame) && in __cvmx_usb_find_ready_pipe()
1972 …((pipe->split_sc_frame == -1) || ((((int)current_frame - (int)pipe->split_sc_frame) & 0x7f) < 0x40… in __cvmx_usb_find_ready_pipe()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20034210 (m68k_output_function_prologue): Fix usage of current_frame (one typo
4212 (m68k_output_function_epilogue): Fix usage of current_frame;
4218 num_saved_regs, use current_frame.reg_no instead.
5946 (current_frame): New global var.
5947 (m68k_compute_frame_layout): Cache computations in current_frame.
5948 (m68k_initial_elimination_offset): Use values from current_frame