Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-06-29 | * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c, | Fred Fish | 1 | -1/+1 | |
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. | |||||
1992-06-19 | * remote.c (getpkt): Error if input exceeds buffer size. | John Gilmore | 1 | -5/+6 | |
(_initialize_remote): `set remotedebug' enables packet trace. * dbxread.c (process_one_symbol:N_FUN): GCC now produces relative N_SLINE's, etc, just like Sun cc on Solaris2. * am29k-tdep.c (read_register_stack, write_register_stack): Change RSTACK_HIGH_ADDR to rstack_high_address, a user-settable variable. Add `set' and `show' commands for it. * doc/gdb.texinfo: Document it. * eval.c: Avoid residue-by-zero when evaluating without side effects. (Bug and fix found by Pierre Willard.) * sparc-tdep.c: Clean up slightly for Solaris2. | |||||
1992-03-20 | More C++ improvements (pointers to members, qualified names). See ChangeLog. | Per Bothner | 1 | -62/+57 | |
1992-02-21 | * core.c, eval.c, exec.c, inftarg.c, remote-adapt.c, remote-eb.c, | John Gilmore | 1 | -9/+19 | |
remote-hms.c, remote-mm.c, remote-nindy.c, remote-vx.c, remote.c, target.c, target.h, valarith.c, valops.c, value.h, xcoffexec.c: Remove to_call_function and target_call_function, since it always calls the same thing (call_function_by_hand). | |||||
1991-12-19 | * command.h, defs.h, eval.h, expression.h, remote-sa.sparc.c, | Stu Grossman | 1 | -5/+24 | |
sparc-tdep.c, symtab.h, target.h, value.h, vx-share/ptrace.h, vx-share/xdr_ptrace.h, vx-share/xdr_rdb.h: ANSIfy enums. | |||||
1991-09-19 | Use parse_expression and parse_exp_1 rather than | John Gilmore | 1 | -63/+62 | |
parse_c_expression and parse_c_1. | |||||
1991-04-26 | * eval.c (evaluate_subexp, case UNOP_LOGNOT): If following opcode | Jim Kingdon | 1 | -7/+20 | |
is OP_SCOPE, give an error. * eval.c (evaluate_subexp): Pass third arg to lookup_struct_elt_type. * eval.c (evaluate_subexp), values.c (value_virtual_fn_field): Don't bother to do anything with return value from fill_in_vptr_fieldno. * eval.c (evaluate_subexp): If value_static_field returns NULL, give an error. | |||||
1991-03-28 | Initial revision | K. Richard Pixley | 1 | -0/+1042 | |
1990-09-05 | Initial revision | John Gilmore | 1 | -1021/+0 | |
2012-06-03 | gdb-3.4 | gdb-3.4 | 1 | -1/+1 | |
2012-06-03 | gdb-3.3 | gdb-3.3 | 1 | -39/+158 | |
2012-06-03 | gdb-3.1 | gdb-3.1 | 1 | -63/+99 | |
2012-06-03 | gdb-2.8.1 | gdb-2.8.1 | 1 | -102/+394 | |
2012-06-03 | gdb-2.8 | gdb-2.8 | 1 | -347/+61 | |
2012-06-03 | gdb-2.5.3 | gdb-2.5.3 | 1 | -42/+154 | |
2012-06-03 | gdb-2.5.1 | gdb-2.5.1 | 1 | -21/+213 | |
2012-06-03 | gdb-2.4+.aux.coff | gdb-2.4+.aux.coff | 1 | -0/+556 | |