Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/gdb/
Dframe.c783 static struct frame_info *current_frame; variable
826 current_frame = frame; in unwind_to_current_frame()
844 if (current_frame == NULL) in get_current_frame()
853 current_frame = sentinel_frame; in get_current_frame()
856 return current_frame; in get_current_frame()
1239 current_frame = NULL; /* Invalidate cache */ in flush_cached_frames()
1780 return current_frame; in get_prev_frame()
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-9-stable/sys/contrib/octeon-sdk/
Dcvmx-usb.c1961 …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
1967 (pipe->next_tx_frame <= current_frame) && in __cvmx_usb_find_ready_pipe()
1968 …((pipe->split_sc_frame == -1) || ((((int)current_frame - (int)pipe->split_sc_frame) & 0x7f) < 0x40… in __cvmx_usb_find_ready_pipe()
/freebsd-9-stable/contrib/gcc/
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