Home
last modified time | relevance | path

Searched refs:step_frame_id (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdbthread.h50 struct frame_id step_frame_id; member
117 const struct frame_id *step_frame_id,
133 struct frame_id *step_frame_id,
H A Dthread.c299 struct frame_id *step_frame_id, in load_infrun_state() argument
320 *step_frame_id = tp->step_frame_id; in load_infrun_state()
340 const struct frame_id *step_frame_id, in save_infrun_state() argument
361 tp->step_frame_id = (*step_frame_id); in save_infrun_state()
H A Dinfrun.c627 step_frame_id = null_frame_id; in clear_proceed_status()
1113 step_range_end, &step_frame_id, in context_switch()
1123 &step_range_end, &step_frame_id, in context_switch()
1945 step_frame_id)) in handle_inferior_event()
2519 step_frame_id = get_frame_id (get_current_frame ()); in handle_inferior_event()
2544 if (!(frame_id_inner (current_frame, step_frame_id))) in handle_inferior_event()
2545 step_frame_id = current_frame; in handle_inferior_event()
2988 && frame_id_eq (step_frame_id, in normal_stop()
3428 struct frame_id step_frame_id; member
3475 inf_status->step_frame_id = step_frame_id; in save_inferior_status()
[all …]
H A Dinferior.h361 extern struct frame_id step_frame_id;
H A Dinfcmd.c187 struct frame_id step_frame_id; variable
655 step_frame_id = get_frame_id (frame); in step_1()
754 step_frame_id = get_frame_id (frame); in step_once()
1006 step_frame_id = get_frame_id (frame); in until_next_command()
H A DChangeLog-20021002 step_frame_id.
1004 (step_frame_id): Replace external variable step_frame_address.
1006 parameter with step_frame_id parameter.
1009 * infcmd.c (step_frame_id, step_1, step_once): Update.
1015 step_frame_id.
H A DChangeLog9429 step_frame_id, use the unwinder to get the caller's frame ID.