Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDframe.c326 return null_frame_id; in get_frame_id()
376 return null_frame_id; in frame_unwind_caller_id()
379 const struct frame_id null_frame_id; /* All zeros. */ variable
386 struct frame_id id = null_frame_id; in frame_id_build_special()
400 struct frame_id id = null_frame_id; in frame_id_build()
412 struct frame_id id = null_frame_id; in frame_id_build_wild()
1254 frame->this_id.value = null_frame_id; in create_sentinel_frame()
HDframe.h146 extern const struct frame_id null_frame_id;
HDinfrun.c510 tp->control.step_frame_id = null_frame_id; in follow_fork()
1987 tp->control.step_frame_id = null_frame_id; in clear_proceed_status_thread()
1988 tp->control.step_stack_frame_id = null_frame_id; in clear_proceed_status_thread()
4785 sr_sal, null_frame_id); in handle_inferior_event()
4842 sr_sal, null_frame_id); in handle_inferior_event()
4945 sr_sal, null_frame_id); in handle_inferior_event()
4975 sr_sal, null_frame_id); in handle_inferior_event()
5032 sr_sal, null_frame_id); in handle_inferior_event()
5072 sr_sal, null_frame_id); in handle_inferior_event()
5351 insert_step_resume_breakpoint_at_sal (gdbarch, sr_sal, null_frame_id); in handle_step_into_function()
HDvarobj.c621 struct frame_id old_id = null_frame_id; in varobj_create()
2503 var->root->frame = null_frame_id; in new_root_variable()
HDinfcmd.c1647 sr_sal, null_frame_id); in finish_backward()
HDbreakpoint.c6978 b->frame_id = null_frame_id; in init_raw_breakpoint_without_location()
8811 return set_momentary_breakpoint (gdbarch, sal, null_frame_id, type); in set_momentary_breakpoint_at_pc()
11150 w->watchpoint_frame = null_frame_id; in watch_command_1()
11426 null_frame_id, bp_until); in until_break_command()
13329 tp->initiating_frame = null_frame_id; in longjmp_bkpt_dtor()
HDvalue.c669 VALUE_FRAME_ID (val) = null_frame_id; in allocate_value_lazy()
HDtracepoint.c2265 struct frame_id old_frame_id = null_frame_id; in tfind_1()
/dragonfly/contrib/gdb-7/gdb/python/
HDpy-finishbreakpoint.c209 if (frame_id_eq (frame_id, null_frame_id)) in bpfinishpy_init()