Age | Commit message (Expand) | Author | Files | Lines |
1993-04-12 | source.c (openp): Handle "exec-file ./ls" correctly. | Jim Kingdon | 1 | -0/+2 |
1993-04-12 | (breakpoint_1): use wrap_here before "at" | Jim Kingdon | 2 | -0/+9 |
1993-04-10 | Fix typo, change appropriate instances of -2 to SERIAL_TIMEOUT, add | Ian Lance Taylor | 1 | -22/+23 |
1993-04-10 | * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS | Ian Lance Taylor | 1 | -0/+5 |
1993-04-10 | * ch-exp.y: Clean up lexing of identifiers and | Per Bothner | 2 | -85/+58 |
1993-04-09 | * remote-mips.c, remote-monitor.c, remote-st2000.c: Convert to | Stu Grossman | 4 | -111/+87 |
1993-04-09 | * remote.c (remote_open): Use SERIAL_OPEN instead of serial_open. | Stu Grossman | 5 | -39/+65 |
1993-04-09 | * configure.in: add comment for --with-x default values | David D. Zuhn | 3 | -12/+132 |
1993-04-09 | * rs6000-pinsn.c (print_operand): Deal with no operand instructions. | Jim Kingdon | 2 | -4/+23 |
1993-04-09 | * rs6k.h: Clean up instructions for primary opcode 19 (many were | Jim Kingdon | 1 | -11/+15 |
1993-04-09 | * config/sun3.h: String argument to fprintf is const. | Ian Lance Taylor | 2 | -1/+3 |
1993-04-09 | Please don't add declarations of random system functions to general | Ian Lance Taylor | 2 | -16/+19 |
1993-04-09 | * printcmd.c (_initialize_printcmd): Clean up docstring for "x" | Jim Kingdon | 1 | -0/+3 |
1993-04-09 | * breakpoint.h: move "struct breakpoint" and friends to top of | Jim Kingdon | 1 | -0/+3 |
1993-04-09 | * coff-mips.c: Renamed PAGE_SIZE to ROUND_SIZE, to avoid confusion | Ian Lance Taylor | 1 | -0/+5 |
1993-04-09 | Support for the H8/500 | Steve Chamberlain | 8 | -57/+78 |
1993-04-09 | * solib.c (struct so_list): Add bfd field. | Jim Kingdon | 1 | -0/+11 |
1993-04-09 | Fix typo. | Ian Lance Taylor | 1 | -1/+1 |
1993-04-09 | * config/obj-ecoff.h (ecoff_build_lineno): Make ilineMax in | Ian Lance Taylor | 2 | -4/+9 |
1993-04-09 | * valarith.c (value_subscript): Add COERCE_REF. | Per Bothner | 2 | -4/+7 |
1993-04-09 | * breakpoint.h (struct bpstat): Remove momentary field. | Jim Kingdon | 3 | -52/+226 |
1993-04-08 | * symtab.c (find_methods, gdb_mangle_name): Note that functions | Fred Fish | 1 | -0/+12 |
1993-04-08 | as.texinfo lives in $(srcdir) | David D. Zuhn | 1 | -0/+5 |
1993-04-08 | doc/Makefile.in | Roland Pesch | 1 | -0/+6 |
1993-04-08 | (as.dvi target) update for new source file structure supporting | Roland Pesch | 1 | -11/+15 |
1993-04-08 | * config/ho-decstatn.h: Define BROKEN_ASSERT if not __GNUC__, | Ian Lance Taylor | 2 | -1/+6 |
1993-04-08 | * i960-pinsn.c (tabent): Copied struct definition from | Ian Lance Taylor | 1 | -0/+6 |
1993-04-08 | * mt-a29k, mt-ebmon29k, mt-os68k, mt-ose68000, mt-ose68k, | Ian Lance Taylor | 7 | -30/+0 |
1993-04-08 | * configure.in: Removed obsolete references to bfd_target and | Ian Lance Taylor | 2 | -13/+10 |
1993-04-08 | * symtab.h (DESTRUCTOR_PREFIX_P): New macro to check if physname | Peter Schauer | 3 | -8/+85 |
1993-04-08 | * trad-core.c (trad_unix_core_file_failing_signal): Use new macro | Peter Schauer | 1 | -0/+15 |
1993-04-08 | * build-all.mk: Set assorted targets for Q2. | Ian Lance Taylor | 1 | -15/+18 |
1993-04-08 | Rename to util-defs.exp and turn into generic procedures. | Rob Savoye | 1 | -81/+37 |
1993-04-08 | * Makefile.in: Changed check target to use DejaGnu. | Rob Savoye | 1 | -0/+13 |
1993-04-08 | All use new util_test proc. | Rob Savoye | 7 | -0/+315 |
1993-04-08 | Replaced by just $(target_os) name. Use new util_test proc. | Rob Savoye | 7 | -421/+0 |
1993-04-08 | Changed "make check" target to use DejaGnu. | Rob Savoye | 1 | -18/+6 |
1993-04-08 | Get rid of all the links. | Rob Savoye | 1 | -19/+2 |
1993-04-08 | * ser-go32.c: Make it use serial port name. | Stu Grossman | 3 | -25/+62 |
1993-04-08 | Record abolition of last m4 conditional markup holdout manual. | Roland Pesch | 1 | -0/+16 |
1993-04-08 | Converted to Texinfo conditionals; no longer need M4. | Roland Pesch | 6 | -6190/+22 |
1993-04-08 | * infcmd.c (read_pc): Make sure that we read PC_REGNUM when not | Stu Grossman | 1 | -0/+5 |
1993-04-07 | * configure.in: Only configure sparclite subdir when target_cpu | Stu Grossman | 2 | -1/+10 |
1993-04-07 | * configure: Handle an empty program-prefix, program-suffix or | Ian Lance Taylor | 1 | -0/+11 |
1993-04-07 | * internal.h: Change n_sclass to unsigned char. | Jim Kingdon | 2 | -20/+41 |
1993-04-07 | * xcoffread.c (struct coff_symbol): Change c_sclass to unsigned char. | Jim Kingdon | 2 | -30/+5 |
1993-04-07 | * ch-exp.y: Remove ambiguities. Fix or add support for | Per Bothner | 5 | -104/+152 |
1993-04-07 | * gdb.t21/demangle.exp: Only count real fails (not xfails) for | Fred Fish | 1 | -0/+13 |
1993-04-07 | * gdbint.texinfo: Update for new config directory structure. | Fred Fish | 1 | -0/+5 |
1993-04-07 | * coff-mips.c (PAGESIZE): Correct value. | Ian Lance Taylor | 1 | -0/+9 |