* infcmd.c (registers_info): Handle multiple register names.

Changes inspired by Roland McGrath.
This commit is contained in:
John Gilmore 1992-08-15 10:00:10 +00:00
parent 4ecee2f9f1
commit e893a126fb

View File

@ -1,9 +1,14 @@
Sat Aug 15 02:58:03 1992 John Gilmore (gnu@cygnus.com)
* infcmd.c (registers_info): Handle multiple register names.
Changes inspired by Roland McGrath.
Sat Aug 15 02:28:52 1992 Stu Grossman (grossman at cygnus.com)
* sparc-stub.c: New file. Mix it with your SPARClite
application, and it will speak GDB remote protocol!
* remote.c (remote_wait): Change 'T' (expedited reply) message to
deal with arbitrary registers. Needed for sparc-stub,
deal with arbitrary registers. Needed for sparc-stub.
Fri Aug 14 12:11:25 1992 Fred Fish (fnf@cygnus.com)