aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/tic80
AgeCommit message (Collapse)AuthorFilesLines
2001-03-14Include regcache.hAndrew Cagney1-0/+2
2001-03-06Update/correct copyright notices.Kevin Buettner1-2/+2
2001-01-23* config/m32r/m32r.mt (GDBSERVER_LIBS): Added ../../intl/libintl.a.J.T. Conklin1-1/+1
* 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-05-28PARAMS removal.Kevin Buettner1-12/+13
1999-08-31import gdb-1999-08-30 snapshotJason Molenda1-2/+1
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-22/+23
1999-06-01import gdb-1999-06-01 snapshotJason Molenda1-5/+0
1999-05-25import gdb-1999-05-25 snapshotJason Molenda1-2/+2
1999-05-05import gdb-19990504 snapshotStan Shebs1-1/+1
1999-04-27import gdb-19990422 snapshotStan Shebs2-0/+264
1999-04-16Initial creation of sourceware repositoryStan Shebs3-335/+0
1998-11-28CARP:Andrew Cagney1-1/+1
Rewrite INNER_THAN so that it takes parameters.
1997-08-09start-sanitize-tic80Mark Alexander1-3/+3
* config/tic80/tic80.mt: (GDBSERVER-DEPFILES, GDBSERVER_LIBS): Define for gdbserver. (SIM): Remove -lm to prevent make errors. * configure.tgt: add gdbserver to configdirs for tic80. end-sanitize-tic80 * gdbserver/utils.c (error): Change prototype to match defs.h. * gdbserver/low-sim.c: Change simulator calls to use new interface. * remote.c (remote_write_bytes): Include '$' at start of packet and checksum at end of packet in overhead calculation.
1997-05-14Fix total number of tic80 registersAndrew Cagney1-1/+1
1997-05-12 * tic80-tdep.c, config/tic80/tm-tic80.h: First cut at gettingMark Alexander1-14/+73
basic C80 features working.
1997-04-30Define TiC80 break point (tmp)Andrew Cagney1-1/+1
1997-04-24Fix? some reg definitionsAndrew Cagney1-13/+23
1997-04-22TIc80 simulator checkpoint - runs 3 instructions - trap, addu, br.a.Andrew Cagney1-2/+2
1997-03-30 * config/tic80/tic80.mt: Disable using the simulatorFred Fish1-2/+4
until it is ready.
1997-03-28 * config/tic80/tm-tic80.h (NAMES_HAVE_UNDERSCORE): Define.Fred Fish1-0/+5
1997-03-22Add this file too..Fred Fish1-0/+72
1997-03-22 * remote-sim.c (simulator_command): Add comment about dealing withFred Fish2-0/+187
NULL or empty args. start-sanitize-tic80 * Makefile.in (tic80-tdep.o): Add target. * configure.tgt: Add tic80 case. * tic80-tdep.c: New file. * config/tic80/{tic80.mt, tm-tic80.h}: New files. end-sanitize-tic80