Age | Commit message (Expand) | Author | Files | Lines |
1993-05-04 | * sparclite/Makefile: Remove. It's not necessary anymore. | Stu Grossman | 1 | -0/+2 |
1993-05-04 | * ser-unix.c (wait_for): New routine to handle read timeouts, | Stu Grossman | 2 | -97/+68 |
1993-05-04 | * snapshots.readme: Clarify bison/byacc/yacc notes. | Fred Fish | 2 | -2/+8 |
1993-05-03 | Info on simulators. | Steve Chamberlain | 1 | -3/+14 |
1993-05-03 | * mips-pinsn.c (print_insn): Return value. | Ian Lance Taylor | 2 | -2/+9 |
1993-05-03 | Update the last changed date. | Fred Fish | 1 | -1/+1 |
1993-05-03 | Add info about bison, byacc, and yacc. | Fred Fish | 1 | -0/+22 |
1993-05-02 | * Makefile.in (NONSRC): Add 29k-share/README. | Fred Fish | 2 | -1/+5 |
1993-05-02 | Remove commented out copies of monitor.h and remote-montor.c | Fred Fish | 1 | -2/+0 |
1993-05-02 | * defs.h (UINT_MAX, LONG_MAX, INT_MAX, INT_MIN): Replace hex | Fred Fish | 3 | -2/+17 |
1993-05-01 | * valprint.c (print_longest): Change format parameter from a | Fred Fish | 1 | -0/+9 |
1993-05-01 | Fix typo in last ChangeLog message. | Peter Schauer | 1 | -2/+2 |
1993-05-01 | * config/mips/tm-mips.h (STABS_REG_TO_REGNUM): Match it with the gcc | Peter Schauer | 2 | -1/+7 |
1993-05-01 | * config/mips/tm-mips.h (STABS_REG_TO_REGNUM): Match it with the gcc | Peter Schauer | 2 | -1/+8 |
1993-05-01 | * The following patches are from Jeffrey Law <law@cs.utah.edu>. | Stu Grossman | 3 | -1/+17 |
1993-05-01 | * remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST. | Stu Grossman | 1 | -4/+0 |
1993-05-01 | * The following patches are from Jeffrey Law <law@cs.utah.edu>. | Stu Grossman | 3 | -4/+21 |
1993-05-01 | Lint. | Steve Chamberlain | 1 | -1/+1 |
1993-05-01 | Try again. Cvs core dumped. | Steve Chamberlain | 3 | -48/+28 |
1993-05-01 | * configure.in: Match z8k-*-sim for z8000. | Steve Chamberlain | 1 | -0/+6 |
1993-05-01 | * mips-tdep.c: remove include of sys/dir.h. Doesn't seem | K. Richard Pixley | 1 | -1/+4 |
1993-05-01 | do not echo recursion lines | K. Richard Pixley | 2 | -6/+9 |
1993-05-01 | * udip2soc.c (UDIConnect): replace union wait with int. | K. Richard Pixley | 2 | -2/+4 |
1993-05-01 | * config/sparc/sun4sol2.mh (XM_CLIBS): add -lsocket which is | K. Richard Pixley | 2 | -1/+4 |
1993-05-01 | * remove-udi.c (udi_wait): ifdef around SIGLOST usage. Eg, | K. Richard Pixley | 2 | -0/+9 |
1993-04-30 | * ser-unix.c [USE_{TERMIO,ALARM}_TIMEOUT]: New code to deal with | Jim Kingdon | 2 | -17/+99 |
1993-04-30 | * Makefile.in (TAGS): Doc fix. Deal with empty DEPFILES. | Jim Kingdon | 2 | -4/+7 |
1993-04-30 | doc fix | Jim Kingdon | 2 | -1/+6 |
1993-04-30 | * alldeps.mak, depend: Update with latest automatically built | Fred Fish | 3 | -434/+473 |
1993-04-30 | * Makefile.in (GDBFLAGS): Set to -nx. | Fred Fish | 1 | -0/+5 |
1993-04-30 | * Makefile.in (SFILES): Add ser-unix.c and ser-go32.c. | Fred Fish | 2 | -1/+3 |
1993-04-30 | * Makefile.in (make-proto-testsuite.dir): New target to make | Fred Fish | 2 | -4/+21 |
1993-04-29 | Bump version to 4.8.4 for gdb 4.9 prerelease testing. | Fred Fish | 2 | -5/+8 |
1993-04-29 | * stabs.texinfo: Many changes to include information from the | Jim Kingdon | 2 | -90/+257 |
1993-04-29 | * stabsread.c (define_symbol): If unrecognized constant type, | Jim Kingdon | 2 | -1/+17 |
1993-04-29 | * gdb.texinfo (Environment): Mention pitfall with .cshrc. | Jim Kingdon | 2 | -0/+11 |
1993-04-29 | * infptrace.c: Add missing close paren to test for | Fred Fish | 1 | -0/+3 |
1993-04-29 | * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONG | Fred Fish | 9 | -112/+308 |
1993-04-28 | * inflow.c (kill_command), infcmd.c (attach_command), | Jim Kingdon | 1 | -0/+4 |
1993-04-28 | add just-check target so that tests can be run without a noop build | K. Richard Pixley | 2 | -6/+6 |
1993-04-28 | * hp300ux-nat.c: Cast second arg to supply_register calls. | Jim Kingdon | 6 | -38/+76 |
1993-04-28 | * ch-exp.y (yylex): Don't STREQ with simplename if it is NULL. | Peter Schauer | 2 | -21/+25 |
1993-04-28 | Add CFALGS = -g to all subdir Makefile.in's. | K. Richard Pixley | 1 | -0/+13 |
1993-04-28 | * config/sparc/xm-sun4os4.h [__STDC__]: Don't use MALLOC_INCOMPATIBLE. | Jim Kingdon | 2 | -0/+8 |
1993-04-28 | changes | Roland Pesch | 1 | -0/+6 |
1993-04-28 | Changes thanks to Jim Kingdon's vigilance: | Roland Pesch | 1 | -18/+18 |
1993-04-28 | * valops.c (search_struct_field): Fix gdb core dump with incomplete | Peter Schauer | 1 | -0/+5 |
1993-04-28 | * remote.c: Change timeout to 2. | Jim Kingdon | 2 | -169/+104 |
1993-04-28 | * config/sparc/sun4sol2.mh (XM_CLIBS): Define to be -lnsl. | Ian Lance Taylor | 2 | -0/+5 |
1993-04-28 | * Remote targets (mourn): Call unpush_target. | Jim Kingdon | 7 | -0/+8 |