Searched refs:null_frame_id (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | infrun.c | 653 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()
|
| HD | frame.c | 220 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()
|
| HD | frame.h | 134 extern const struct frame_id null_frame_id;
|
| HD | dummy-frame.c | 396 (*this_id) = null_frame_id; in dummy_frame_this_id()
|
| HD | values.c | 93 VALUE_FRAME_ID (val) = null_frame_id; in allocate_value()
|
| HD | varobj.c | 1347 var->root->frame = null_frame_id; in new_root_variable()
|
| HD | breakpoint.c | 4082 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()
|