Age | Commit message (Expand) | Author | Files | Lines |
1993-02-19 | * Makefile.in (VERSION): 4.8.1 to distinguish local versions. | John Gilmore | 1 | -1/+5 |
1993-02-19 | * README: Update for release. | John Gilmore | 1 | -1/+2 |
1993-02-19 | * Makefile.in (VERSION): GDB-4.8 release! | John Gilmore | 1 | -0/+4 |
1993-02-19 | * gcc.patch: Update for a different GCC (G++) bug. | John Gilmore | 1 | -0/+14 |
1993-02-19 | * am29k-pinsn.c (print_insn): Minor nits with const. | Stu Grossman | 1 | -0/+6 |
1993-02-19 | * nm-hp300bsd.h (PTRACE_ARG3_TYPE): FSF's hp300's have int* not caddr_t. | K. Richard Pixley | 1 | -0/+5 |
1993-02-18 | Bugfix for length==0 case. | John Gilmore | 1 | -0/+2 |
1993-02-18 | * c-lang.c (c_printstr): If a C string ends in a null, don't | John Gilmore | 1 | -0/+5 |
1993-02-18 | * defs.h (STRCMP): Make it work for unsigned chars. | Stu Grossman | 1 | -0/+4 |
1993-02-18 | * nm-hp300bsd.h (ATTACH_DETACH, PTRACE_ATTACH, PTRACE_DETACH): define. | John Gilmore | 1 | -0/+9 |
1993-02-18 | * Makefile.in (VERSION): Roll to 4.7.9. | John Gilmore | 1 | -1/+3 |
1993-02-18 | * mipsread.c (ZMAGIC): #undef to avoid duplicate define. | John Gilmore | 1 | -0/+5 |
1993-02-18 | * dbxread.c (process_one_symbol): Cast to unsigned char, not int. | John Gilmore | 1 | -0/+4 |
1993-02-18 | * remote.c (readchar): forward declare alarm which otherwise looks | K. Richard Pixley | 1 | -0/+3 |
1993-02-17 | * dbxread.c (process_one_symbol): cast enum value N_SO into int when | K. Richard Pixley | 1 | -0/+4 |
1993-02-17 | * inflow.c (set_sigint_trap): add cast to assignment from signal. | K. Richard Pixley | 1 | -0/+4 |
1993-02-17 | * language.c (struct op_print unk_op_print_tab): use the enum values | K. Richard Pixley | 1 | -0/+6 |
1993-02-16 | (alldeps.mak): Make ALLDEPFILES_SUBSUBDIR for files in sub sub dirs. | John Gilmore | 1 | -0/+2 |
1993-02-16 | * Makefile.in (VERSION): Roll to 4.7.6. | John Gilmore | 1 | -0/+10 |
1993-02-16 | * remote.c: Improve error recovery. Allow user to break out | John Gilmore | 1 | -0/+12 |
1993-02-13 | (process_linenos): free the previously allocated subfile name, then | K. Richard Pixley | 1 | -0/+2 |
1993-02-12 | * xcoffread.c (process_xcoff_symbol, read_symbol_lineno): complain | K. Richard Pixley | 1 | -0/+6 |
1993-02-12 | * h8300-tdep.c, tm-h8300.h: turn off some experimental features | Steve Chamberlain | 1 | -0/+11 |
1993-02-11 | * mips-tdep.c (isa_NAN): Fix byte order dependency. | John Gilmore | 1 | -0/+4 |
1993-02-11 | * xcoffread.c (parmsym): Don't use an initializer to set up | John Gilmore | 1 | -0/+7 |
1993-02-11 | Remove IBM6000_host | John Gilmore | 1 | -0/+1 |
1993-02-11 | * stabsread.c (rs6000_builtin_type): Move function from | John Gilmore | 1 | -0/+16 |
1993-02-11 | * findvar.c (read_var_value): If REG_STRUCT_HAS_ADDR, then set | Stu Grossman | 1 | -0/+18 |
1993-02-10 | * remote-udi.c (FREEZE_MODE): Fix && for & typo. Found and | John Gilmore | 1 | -0/+5 |
1993-02-09 | Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+5 |
1993-02-09 | * stabsread.c (define_symbol): Complain about unrecognized names | John Gilmore | 1 | -0/+13 |
1993-02-06 | * coffread.c (coff_lookup_type): Fix fencepost error reported | John Gilmore | 1 | -1/+4 |
1993-02-05 | Fix long file name bug reported on SCO Open Desktop 2.0 by Ulf Lunde | John Gilmore | 1 | -0/+16 |
1993-02-04 | * Makefile.in (TARDIRS): Add sparclite demo dir. | John Gilmore | 1 | -0/+14 |
1993-02-04 | Makeinfo now works again; remove kludge. | John Gilmore | 1 | -2/+0 |
1993-02-03 | * Makefile.in (VERSION): Roll to 4.7.5. | John Gilmore | 1 | -0/+6 |
1993-02-03 | * breakpoint.c (breakpoint_re_set_one): Handle watchpoints when | John Gilmore | 1 | -2/+9 |
1993-02-03 | * c-exp.y (lcurly, rcurly): New nonterminals. | Fred Fish | 1 | -0/+22 |
1993-02-03 | * tm-mips.h, tm-sparc.h: Fix thinko in SETUP_ARBITRARY_FRAME. | John Gilmore | 1 | -0/+6 |
1993-02-02 | Tue Feb 2 15:30:33 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+5 |
1993-02-02 | * infrun.c (wait_for_inferior): When rolling back the PC after | John Gilmore | 1 | -0/+4 |
1993-02-02 | * blockframe.c (inside_entry_file, inside_main_func, | John Gilmore | 1 | -0/+3 |
1993-02-02 | * printcmd.c (print_frame_args, print_frame_nameless_args): | John Gilmore | 1 | -0/+7 |
1993-02-02 | Fixes for doc targets. | Roland Pesch | 1 | -0/+4 |
1993-02-02 | * stack.c (parse_frame_specification): Parse as many arguments | John Gilmore | 1 | -0/+9 |
1993-02-02 | * hp300ux-nat.c: Update copyrights. | John Gilmore | 1 | -1/+11 |
1993-02-02 | * sparclite/aload.c: Add copyleft. | Stu Grossman | 1 | -0/+6 |
1993-02-01 | *** empty log message *** | Steve Chamberlain | 1 | -0/+5 |
1993-02-01 | * values.c (value_headof): Fix typo in which VTBL and ARG were | Michael Tiemann | 1 | -0/+3 |
1993-02-01 | * valops.c (typecmp): Now static. | Michael Tiemann | 1 | -0/+2 |