Lines Matching defs:frame

27 #include "frame.h"
904 /* Save the current frame and level so we can restore it after
905 evaluating the watchpoint expression on its own frame. */
907 took a frame parameter, so that we didn't have to change the
908 selected frame. */
1005 /* Restore the frame and level. */
1766 /* Return nonzero if FRAME is a dummy frame. We can't use
1773 deprecated_frame_in_dummy (struct frame_info *frame)
1785 && frame_id_eq (b->frame_id, get_frame_id (frame))
1786 /* We need to check the PC as well as the frame on the sparc,
1788 && (get_frame_pc (frame)
1791 && get_frame_pc (frame) <= b->loc->address)
2229 /* don't bother to print location frame info */
2263 /* don't bother to print location frame info */
2384 /* We still want to print the frame, but we already printed the
2509 /* There is no current frame at this moment. If we're going to have
2511 the frame chain (so we can determine if we're in scope). */
2516 in the function but the stack frame has already been invalidated.
2522 that the watchpoint frame couldn't be found by frame_find_by_id()
2529 /* If we end up stopping, the current frame will get selected
2855 /* Need to select the frame, with all that implies
3132 /* It is for the wrong frame. */
3187 so infrun.c pops the dummy frame. */
3534 ui_out_text (uiout, "\tstop only in stack frame at ");
3536 the frame ID. */
3537 ui_out_field_core_addr (uiout, "frame", b->frame_id.stack_addr);
4685 Restrict it to frame FRAME if FRAME is nonzero. */
5418 struct frame_info *frame;
5437 error ("No selected frame.");
5459 frame = parse_frame_specification (level_arg);
5460 if (frame)
5461 selected_pc = get_frame_pc (frame);
5516 error ("No selected frame.");
5753 struct frame_info *frame;
5863 frame = block_innermost_frame (exp_valid_block);
5864 if (frame)
5866 prev_frame = get_prev_frame (frame);
5867 b->watchpoint_frame = get_frame_id (frame);
5890 /* Only break in the proper frame (help with recursion). */
6084 we don't specify a frame at which we need to stop. */
6087 /* Otherwise, specify the current frame, because we want to stop only
6088 at the very same frame. */
6119 /* Keep within the current frame, or in frames called by the current
7912 "With no argument, clears all breakpoints in the line that the selected frame\n\
7923 "With no arg, uses current execution address of selected stack frame.\n\
7924 This is useful for breaking on return to a stack frame.\n\