]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote-udi.c
* am29k-pinsn.c: Use new opcode table in "opcode/a29k.h".
authorStu Grossman <grossman@cygnus>
Thu, 7 May 1992 17:47:36 +0000 (17:47 +0000)
committerStu Grossman <grossman@cygnus>
Thu, 7 May 1992 17:47:36 +0000 (17:47 +0000)
commitd0b04c6a38747e1b84b36b341e1a9036519ef89a
treebc5e24604911cbc1c3628f8a4d565c984aed905c
parentd24fbb206e83b60f17aa145ebc5196a9127715e6
* am29k-pinsn.c:  Use new opcode table in "opcode/a29k.h".
* am29k-tdep.c:  Update to latest code from AMD.
(get_saved_register) don't crap out if no frame.
* remote-udi.c:  Set/clear inferior_pid as appropriate.
(udi_open) call target_preopen, don't close fd 0!!!, clean up
error handling.  Fixup end-of-debugging messages.
(udi_fetch_registers) clean up big time, mainly don't multiply
register_valid indices by 4, and use proper Offset when reading
gr96-gr127.  (udi_store_registers) general cleanup.
(fetch_register) cleanup, simplify.  (regnum_to_srnum)
INT_REGNUM->INTE_REGNUM.
* tm-29k.h:  Upgrade to latest code from AMD.
* 29k-share/udi/udip2soc.c:  Get rid of useless errmsg_m macro.
(UDIConnect) Clean up error processing (like, don't do exit() if
execlp fails), make code restartable, make more attractive.
(UDIStop) Use SIGINT instead of SIGUSR1, as isstip won't stop
otherwise.
gdb/29k-share/udi/udip2soc.c
gdb/am29k-pinsn.c
gdb/am29k-tdep.c
gdb/remote-udi.c
gdb/tm-29k.h