Searched refs:deprecated_push_dummy_frame (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.c173 gdbarch_deprecated_push_dummy_frame_ftype *deprecated_push_dummy_frame; member in struct:gdbarch
340 0, /* deprecated_push_dummy_frame */
643 /* Skip verify of deprecated_push_dummy_frame, has predicate */
1397 (long) current_gdbarch->deprecated_push_dummy_frame
3558 return gdbarch->deprecated_push_dummy_frame != NULL;
3565 gdb_assert (gdbarch->deprecated_push_dummy_frame != NULL);
3568 gdbarch->deprecated_push_dummy_frame ();
3573 gdbarch_deprecated_push_dummy_frame_ftype deprecated_push_dummy_frame)
3575 gdbarch->deprecated_push_dummy_frame = deprecated_push_dummy_frame;
3572 set_gdbarch_deprecated_push_dummy_frame(struct gdbarch *gdbarch, gdbarch_deprecated_push_dummy_frame_ftype deprecated_push_dummy_frame) argument
[all...]
H A Dgdbarch.h951 extern void set_gdbarch_deprecated_push_dummy_frame (struct gdbarch *gdbarch, gdbarch_deprecated_push_dummy_frame_ftype *deprecated_push_dummy_frame);

Completed in 109 milliseconds