Searched refs:read_sp (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dinferior.h177 extern CORE_ADDR read_sp (void);
H A Dgcore.c184 if (INNER_THAN (read_sp (), *top))
185 *top = read_sp ();
H A Ddummy-frame.c233 dummy_frame->sp = read_sp ();
H A Dppc-sysv-tdep.c52 const CORE_ADDR saved_sp = read_sp ();
550 const CORE_ADDR back_chain = read_sp ();
H A Dinfcmd.c632 step_sp = read_sp ();
732 step_sp = read_sp ();
988 step_sp = read_sp ();
H A Dinfrun.c1274 frame_id_build (read_sp (), 0)))
1406 && !(step_range_end && INNER_THAN (read_sp (), (step_sp - 16))))))
2583 && INNER_THAN (read_sp (), step_sp))
2819 && INNER_THAN (read_sp (), step_sp))
3015 step_sp = read_sp ();
H A Dgdbarch.c131 gdbarch_read_sp_ftype *read_sp; member in struct:gdbarch
298 0, /* read_sp */
605 /* Skip verify of read_sp, has predicate */
2371 (long) current_gdbarch->read_sp
2714 return gdbarch->read_sp != NULL;
2721 gdb_assert (gdbarch->read_sp != NULL);
2724 return gdbarch->read_sp ();
2729 gdbarch_read_sp_ftype read_sp)
2731 gdbarch->read_sp = read_sp;
2728 set_gdbarch_read_sp(struct gdbarch *gdbarch, gdbarch_read_sp_ftype read_sp) argument
[all...]
H A Dinfcall.c446 CORE_ADDR old_sp = read_sp ();
H A Dregcache.c1305 /* read_pc, write_pc, read_sp, deprecated_read_fp, etc. Special
1309 read_sp(), and deprecated_read_fp(), will eventually be replaced by
1383 read_sp (void) function
1393 internal_error (__FILE__, __LINE__, "read_sp: Unable to find SP");
H A Dstack.c1986 if (DEPRECATED_CALL_DUMMY_HAS_COMPLETED (read_pc(), read_sp (),
H A Dgdbarch.h283 extern void set_gdbarch_read_sp (struct gdbarch *gdbarch, gdbarch_read_sp_ftype *read_sp);
H A Drs6000-tdep.c1218 saved_sp = read_sp ();

Completed in 228 milliseconds