Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDinfrun.c653 step_frame_id = null_frame_id; in clear_proceed_status()
1278 step_frame_id = null_frame_id; in handle_step_into_function()
2277 set_longjmp_resume_breakpoint (jmp_buf_pc, null_frame_id); in handle_inferior_event()
2561 set_momentary_breakpoint (sr_sal, null_frame_id, bp_step_resume); in handle_inferior_event()
2617 set_momentary_breakpoint (sr_sal, null_frame_id, bp_step_resume); in handle_inferior_event()
2705 set_momentary_breakpoint (sr_sal, null_frame_id, bp_step_resume); in handle_inferior_event()
2835 set_momentary_breakpoint (sr_sal, null_frame_id, bp_through_sigtramp); in check_sigtramp2()
2911 set_momentary_breakpoint (sr_sal, null_frame_id, bp_step_resume); in step_into_function()
HDframe.c220 return null_frame_id; in get_frame_id()
252 const struct frame_id null_frame_id; /* All zeros. */ variable
771 frame->this_id.value = null_frame_id; in create_sentinel_frame()
1036 (*id) = null_frame_id; in legacy_saved_regs_this_id()
HDframe.h134 extern const struct frame_id null_frame_id;
HDdummy-frame.c396 (*this_id) = null_frame_id; in dummy_frame_this_id()
HDvalues.c93 VALUE_FRAME_ID (val) = null_frame_id; in allocate_value()
HDvarobj.c1347 var->root->frame = null_frame_id; in new_root_variable()
HDbreakpoint.c4082 b->frame_id = null_frame_id; in set_raw_breakpoint()
6073 breakpoint = set_momentary_breakpoint (sal, null_frame_id, bp_until); in until_break_command()