diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-06-13 18:47:58 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-06-13 18:47:58 +0000 |
commit | 822b65708d4030ccb4fd2a979de5292f730e30b8 (patch) | |
tree | fb06d73c9429eb083bee074143a9292126d709ec /gdb/doc | |
parent | f8b73d13b7ca749dee450b60e4e401b4c096bed6 (diff) | |
download | gdb-822b65708d4030ccb4fd2a979de5292f730e30b8.zip gdb-822b65708d4030ccb4fd2a979de5292f730e30b8.tar.gz gdb-822b65708d4030ccb4fd2a979de5292f730e30b8.tar.bz2 |
* config/mips/linux.mh (TDEP_XML): New.
* features/mips-linux.xml, features/mips64-linux.xml: New files.
* mips-linux-nat.c (mips_linux_register_addr): Handle
MIPS_RESTART_REGNUM.
(mips64_linux_register_addr): Likewise.
(super_xfer_partial, mips_linux_xfer_partial): New.
(_initialize_mips_linux_nat): Add them to the target_ops.
* mips-linux-tdep.c (mips_supply_gregset): Handle MIPS_RESTART_REGNUM.
(mips_fill_gregset, mips64_supply_gregset, mips64_fill_gregset)
(mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Likewise.
(mips_linux_write_pc, mips_linux_restart_reg_p): New.
(mips_linux_init_abi): Use mips_linux_write_pc. Check for the
"org.gnu.gdb.mips.linux" feature.
* mips-linux-tdep.h (MIPS_RESTART_REGNUM): New constant.
(mips_linux_restart_reg_p): New prototype.
* mips-tdep.c (mips_gdbarch_init): Pass tdesc_data to the OS/ABI
initialization routine.
* Makefile.in (mips-linux-tdep.o, mips-linux-nat.o): Update.
* gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 20b2768..5211251 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,9 @@ 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com> + * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux. + +2007-06-13 Daniel Jacobowitz <dan@codesourcery.com> + * gdb.texinfo (MIPS Features): New subsection. 2007-06-12 Ulrich Weigand <uweigand@de.ibm.com> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 937106c..9c71ad2 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -25784,6 +25784,10 @@ it may be optional in a future version of @value{GDBN}. It should contain registers @samp{f0} through @samp{f31}, @samp{fcsr}, and @samp{fir}. They may be 32-bit or 64-bit depending on the target. +The @samp{org.gnu.gdb.mips.linux} feature is optional. It should +contain a single register, @samp{restart}, which is used by the +Linux kernel to control restartable syscalls. + @include gpl.texi @raisesections |