aboutsummaryrefslogtreecommitdiff
path: root/gdb/m68k-stub.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-08gdb/Tristan Gingold1-1098/+0
2012-03-08 Tristan Gingold <gingold@adacore.com> * sparc-stub.c: Move to stubs/ * sh-stub.c: Likewise. * m68k-stub.c: Likewise. * m32r-stub.c: Likewise. * i386-stub.c: Likewise. gdb/stubs/ 2012-03-08 Tristan Gingold <gingold@adacore.com> * sparc-stub.c: Move from .. * sh-stub.c: Likewise. * m68k-stub.c: Likewise. * m32r-stub.c: Likewise. * i386-stub.c: Likewise.
2006-03-30 * i386-stub.c (getpacket): Fix array overflow.Daniel Jacobowitz1-1/+1
* m32r-stub.c (getpacket): Likewise. * m68k-stub.c (getpacket): Likewise. * sh-stub.c (getpacket): Likewise. * sparc-stub.c (getpacket): Likewise.
2001-01-23* config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.J.T. Conklin1-354/+428
* config/mips/vr5000.mt (GDBSERVER_LIBS): Likewise. * config/tic80/tic80.mt (GDBSERVER_LIBS): Likewise. * gdbserver/low-sim.c (#include "defs.h"): Removed. (mygeneric_load): Rename from generic_load. * gdbserver/low-hppabsd.c (#include "server.h"): Added. (#include "defs.h"): Removed. (inferior_pid, perror_with_name): Remove declarations. * gdbserver/low-linux.c: Likewise. * gdbserver/low-nbsd.c: Likewise. * gdbserver/low-sparc.c: Likewise. * gdbserver/low-sun3.c: Likewise. * i386-stub.c: Re-indent. * m68k-stub.c: Re-indent.
2000-07-30Protoization.Kevin Buettner1-2/+2
1999-10-05import gdb-1999-10-04 snapshotJason Molenda1-1/+1
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-8/+7
1999-08-31import gdb-1999-08-30 snapshotJason Molenda1-66/+78
1999-08-23import gdb-1999-08-23 snapshotJason Molenda1-3/+2
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1014
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1004/+0
1993-10-26 * remote.c: Change PBUFSIZ back to 400. John's 28 Feb 1992 changeJim Kingdon1-21/+45
to increase it broke the ability to write large chunks of memory with m68k-stub and i386-stub. Now we only use more than 400 on machines where we need that much to write the registers. * remote.c (remote_write_bytes): Eliminate possible abort(). The check for when to abort was off by a few bytes and besides which, it is handled by MAXBUFBYTES, which the caller uses. * m68k-stub.c: Add comments about trap #1 and trap #8 instructions.
1991-04-11Initial revisionJohn Gilmore1-0/+980