Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-08-09 | * gdbcore.h: New variable gnutarget. | Jim Kingdon | 1 | -23/+37 | |
* core.c: Add commands to set and show it. * Callers to bfd_*open*: Pass gnutarget instead of NULL as target. * environ.c (set_in_environ): For GNUTARGET, use set_gnutarget not putenv. * symtab.c (decode_line_1): Give error on unmatched single quote. | |||||
1992-06-29 | * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c, | Fred Fish | 1 | -25/+24 | |
symtab.h, tm-i386v4.h, valprint.c, values.c: Lint. * breakpoint.c, c-exp.y, coffread.c, command.c, environ.c, eval.c, findvar.c, infcmd.c, infptrace.c, infrun.c, m2-exp.y, parse.c, putenv.c, solib.c, sparc-xdep.c, symtab.c, tm-i386v.h, tm-sparc.h, utils.c, valarith.c, valops.c, valprint.c, values.c: Replace bcopy() use with memcpy(), which is more standard and can take advantage of gcc's builtin functions for increased performance. * breakpoint.c, buildsym.c, coffread.c, dbxread.c, i386-tdep.c, ieee-float.c, infcmd.c, sparc-tdep.c, stack.c, symtab.c, symtab.h, target.c, values.c: Replace bzero() use with memset(), which is more standard and can take advantage of gcc's builtin functions for increased performance. * i386-tdep.c, main.c, valprint.c: Replace bcmp() use with memcmp(), which is more standard and can take advantage of gcc's builtin functions for increased performance. | |||||
1991-05-02 | Merge devo/bfd with GDB's bfd. | John Gilmore | 1 | -0/+1 | |
Get getopt and obstack from -liberty rather than compiling them here. * coffread.c: turn a printf into a complain(), and try to deal more gracefully with botched-looking lineno pointers. * dbxread.c: Use bfd_get_symcount rather than bfd_get_symcount_upper_bound. Don't coredump on files with zero symbols in them (a BFD bug showed this one). * environ.c: Pass GNUTARGET into the parent (gdb) as well as the child. | |||||
1991-03-28 | Initial revision | K. Richard Pixley | 1 | -0/+187 | |
1990-09-05 | Initial revision | John Gilmore | 1 | -173/+0 | |
2012-06-03 | gdb-3.3 | gdb-3.3 | 1 | -97/+12 | |
2012-06-03 | gdb-2.5.1 | gdb-2.5.1 | 1 | -21/+29 | |
2012-06-03 | gdb-2.4+.aux.coff | gdb-2.4+.aux.coff | 1 | -0/+250 | |