summaryrefslogtreecommitdiff
path: root/gdb/alpha-nat.c
Commit message (Collapse)AuthorAgeFilesLines
* From Richard Henderson <rth@twiddle.net>:Mark Kettenis2000-12-071-4/+4
| | | | | * alpha-nat.c (supply_gregset, fill_gregset): Use gdb_gregset_t. (supply_fpregset, fill_fpregset): Use gdb_fpregset_t.
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-27/+12
|
* PARAMS removal.gdb-post-params-removal-2000-05-28Kevin Buettner2000-05-281-4/+2
|
* 2000-05-26 Michael Snyder <msnyder@seadog.cygnus.com>gdb-pre-params-removal-2000-05-28Michael Snyder2000-05-261-0/+3
| | | | | | | | | | | | | | | | * gregset.h: New file. Typedefs for gdb_gregset_t and gdb_fpregset_t, prototypes for supply_gregset and friends. * procfs.c: Include gregset.h. Delete local prototypes for supply_gregset etc., and local typedef gdb_gregset_t etc. * sol-thread.c: Include gregset.h, delete local prototypes, add appropriate casts to gdb_gregset_t. * uw-thread.c, lin-thread.c, core-sol2.c, core-regset.c, sparc-tdep.c, ptx4-nat.c, ppc-linux-nat.c, mipsv4-nat.c, m88k-nat.c, m68klinux-nat.c, m68k-tdep.c, irix5-nat.c, irix4-nat.c, ia64-linux-nat.c, i386v4-nat.c, cxux-nat.c, arm-linux-nat.c, alpha-nat.c: Include gregset.h. * config/nm-linux.h: Define GDB_GREGSET_T, GDB_FPREGET_T. * config/sparc/tm-sun4sol2.h: Ditto.
* import gdb-1999-10-04 snapshotJason Molenda1999-10-051-6/+10
|
* import gdb-1999-07-07 post reformatJason Molenda1999-07-071-44/+47
|
* Initial revisionStan Shebs1999-04-161-0/+297