Age | Commit message (Expand) | Author | Files | Lines |
1995-02-23 | * gdb.base/term.exp: Do not give a warning if not native, it is | Jim Kingdon | 1 | -0/+5 |
1995-02-22 | * ch-exp.y (expression_conversion): Recognize 'ARRAY () TYPE (EXPR)' | Per Bothner | 2 | -0/+27 |
1995-02-22 | added regs.exp to Things-to-keep | Angela Marie Thomas | 1 | -0/+1 |
1995-02-22 | Added arc to Things-to-lose | Angela Marie Thomas | 1 | -0/+1 |
1995-02-22 | Added remote-mon.c and ser-go32-para.c to Things-to-lose | Angela Marie Thomas | 1 | -0/+2 |
1995-02-21 | * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype | Jim Kingdon | 1 | -0/+5 |
1995-02-21 | * top.c (print_gdb_version): Update the year. | Stan Shebs | 2 | -4/+11 |
1995-02-21 | * pr-5016.exp: Allow builtin types as either case. E.g. (BOOL|bool). | Per Bothner | 2 | -1/+2 |
1995-02-21 | * chillvars.ch: Add missing INIT's. | Per Bothner | 3 | -86/+91 |
1995-02-19 | * Makefile.in (CC_FOR_TARGET,CXX_FOR_TARGET): Look for newlib in | Jim Kingdon | 1 | -0/+5 |
1995-02-19 | * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we | Jim Kingdon | 1 | -0/+3 |
1995-02-19 | * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning | Jim Kingdon | 2 | -1/+5 |
1995-02-19 | Sun Feb 19 11:05:28 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Peter Schauer | 2 | -4/+10 |
1995-02-17 | * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type. | Per Bothner | 2 | -0/+20 |
1995-02-17 | * parse.c (follow_types): Given (TYPE[]) (i.e. with no length), | Per Bothner | 3 | -13/+21 |
1995-02-17 | * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks. | J.T. Conklin | 2 | -1/+5 |
1995-02-17 | * lib/gdb.exp: Just use "file exists", rather than undocumented | Jim Kingdon | 2 | -1/+10 |
1995-02-16 | Rewrite insque/remque support to cast all pointers to PTR. | Michael Meissner | 1 | -9/+2 |
1995-02-16 | Rewrite Linux insque/remque support again. | Michael Meissner | 2 | -19/+23 |
1995-02-16 | add 1995 to copyright | J.T. Conklin | 1 | -1/+1 |
1995-02-16 | * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS): | J.T. Conklin | 4 | -49/+19 |
1995-02-16 | * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead | J.T. Conklin | 2 | -42/+11 |
1995-02-16 | * config/mt-vxworks (LDFLAGS): Set to -r. | J.T. Conklin | 2 | -6/+2 |
1995-02-16 | * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb | J.T. Conklin | 4 | -155/+89 |
1995-02-15 | keep Windows GDB, believe it or not | Stan Shebs | 1 | -1/+3 |
1995-02-15 | Declare insque/remque as int funcs if not Linux. | Michael Meissner | 1 | -0/+4 |
1995-02-15 | Only protect insque/remque on Linux. | Michael Meissner | 2 | -5/+4 |
1995-02-15 | * configure.in, gdb.{base,c++,chill}/configure.in: changed so | J.T. Conklin | 4 | -32/+39 |
1995-02-15 | * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm. | J.T. Conklin | 3 | -0/+70 |
1995-02-15 | Define TEXT_SEGMENT_BASE as 1 for ppc-eabi; Make dcache.c compilable on Linux. | Michael Meissner | 2 | -0/+56 |
1995-02-15 | * annotate.c, breakpoint.c, defs.h, gdbtk.c, top.c: Replace | Stu Grossman | 4 | -328/+503 |
1995-02-14 | * expression.h: Move declaration of evaluate_subexp_with_coercion | Jim Kingdon | 1 | -0/+7 |
1995-02-14 | * expression.h: Move include of value.h until after declaration of | Jim Kingdon | 2 | -2/+7 |
1995-02-13 | * remote-e7000.c: Comprehensive cleanup; removal of dead code, | Stan Shebs | 1 | -0/+7 |
1995-02-12 | * irix5-nat.c (string.h): Include near beginning of file. | Stan Shebs | 2 | -1/+5 |
1995-02-12 | * valops.c (value_arg_coerce): Use VALUE_TYPE not SYMBOL_TYPE on | Jim Kingdon | 3 | -0/+20 |
1995-02-12 | * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing | Jim Kingdon | 1 | -0/+3 |
1995-02-12 | * pr-6292.ch, pr-6292.exp, Makefile.in: New test case. | Per Bothner | 5 | -1/+84 |
1995-02-12 | * language.h (struct language_defn): New field evaluate_exp. | Per Bothner | 9 | -55/+119 |
1995-02-12 | * ch-exp.y (maybe_expression_list): New non-terminal. | Per Bothner | 2 | -1/+13 |
1995-02-12 | * symtab.c (add_param_to_type): Remove (commented-out) function, | Per Bothner | 3 | -27/+7 |
1995-02-12 | * valops.c (value_arg_coerce): Now takes param_type argument. | Per Bothner | 6 | -741/+103 |
1995-02-12 | * buildsym.c (finish_block): If finishing a function without known | Per Bothner | 7 | -29/+92 |
1995-02-12 | * gdb.base/langs.exp, gdb.base/langs*: New test. | Jim Kingdon | 7 | -0/+105 |
1995-02-12 | * buildsym.c (start_subfile): Set language for f2c like for cfront. | Jim Kingdon | 2 | -4/+15 |
1995-02-11 | * gdb.texinfo (Setting): Talk about the language of a source file | Jim Kingdon | 2 | -27/+69 |
1995-02-10 | * op50n-rom.c: Add the control registers. | Rob Savoye | 1 | -5/+5 |
1995-02-10 | * Makefile.in (CLIBS): Add $(LIBIBERTY) before, in addition to | Stan Shebs | 4 | -5/+13 |
1995-02-09 | keep tm-pro.h | Stan Shebs | 1 | -0/+1 |
1995-02-09 | keep est.mt | Stan Shebs | 1 | -0/+1 |