summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/src/m68k/rdbg_cpu_asm.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-05-142002-05-14 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill1-19/+56
* src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption that exception stack frames on M68K members with VBR always are 6 byte long. The incorrect assumption resulted in some gdb commands like "next" to fail on the 68360.
2001-10-302001-10-30 Victor V. Vengerov <vvv@oktet.ru>Joel Sherrill1-0/+8
* src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
2000-10-192000-10-19 Antti P Miettinen <anmietti@trshp.ntc.nokia.com>Joel Sherrill1-0/+199
* configure.in: Add m68k support. * include/rdbg/m68k, src/m68k, src/m68k/any: New subdirectory. * src/_servtgt.c: add status text to prinf upon task creation failure. * src/rdbg.c: reconnect rdbg exception handlers upon RPC calls. * src/m68k/Makefile.am, src/m68k/any/Makefile.am, src/m68k/any/remdeb_f.x, src/m68k/any/.cvsignore, src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c, src/m68k/any/remdeb_svc.c, src/m68k/excep_f.c, src/m68k/rdbg_cpu_asm.S, src/m68k/rdbg_f.c, src/m68k/.cvsignore: New files.