Age | Commit message (Expand) | Author | Files | Lines |
1993-04-15 | * source.c (select_source_symtab): Clean up comment. Also, if | Jim Kingdon | 2 | -3/+8 |
1993-04-15 | * dbxread.c (unknown_symchar_complaint): Add new complaint. | John Gilmore | 2 | -2/+3 |
1993-04-15 | * dbxread.c (unknown_symchar_complaint): Add new complaint. | John Gilmore | 4 | -103/+101 |
1993-04-15 | Minor cleanup. | John Gilmore | 2 | -5/+9 |
1993-04-15 | Avoid $< in explicit rule. | John Gilmore | 1 | -0/+4 |
1993-04-15 | * stack.c (print_frame_info): Print specially if dummy frame. | Jim Kingdon | 2 | -3/+12 |
1993-04-15 | * breakpoint.c: Add comments regarding within_scope future direction. | Jim Kingdon | 2 | -10/+147 |
1993-04-15 | Version 4.8.3 | Jim Kingdon | 2 | -4/+4 |
1993-04-15 | minor xcoff changes | Jim Kingdon | 2 | -48/+72 |
1993-04-15 | * xcoffread.c (record_include_{begin,end}): Change fatal to complain. | Jim Kingdon | 2 | -5/+21 |
1993-04-14 | * gdb.t07/watchpoint.exp: Remove setup_xfail for i486 | Fred Fish | 1 | -0/+17 |
1993-04-14 | * ch-exp.y: Fix thinko that broke parsing of FALSE. | Per Bothner | 1 | -1/+1 |
1993-04-14 | * stabsread.c (read_member_functions): Initialize domain for stubbed | Peter Schauer | 3 | -0/+12 |
1993-04-14 | Note changes to gdb.t31/chillvars.exp. | Per Bothner | 1 | -0/+7 |
1993-04-13 | * expprint.c (print_subexp): If opcode not found in op_print_tab, | Jim Kingdon | 1 | -0/+4 |
1993-04-13 | * objfiles.c (build_objfile_section_table): Cast return value | Jim Kingdon | 2 | -1/+7 |
1993-04-13 | * config/rs6000/tm-rs6000.h, rs6000-tdep.c: Move FRAME_CHAIN | Jim Kingdon | 2 | -0/+31 |
1993-04-12 | * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path. | Rob Savoye | 1 | -0/+9 |
1993-04-12 | Make sure $GDB contains a real program. | Rob Savoye | 1 | -3/+12 |
1993-04-12 | * breakpoint.c (within_scope): New function. | Jim Kingdon | 1 | -0/+3 |
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 | * 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 | * rs6000-pinsn.c (print_operand): Deal with no operand instructions. | Jim Kingdon | 2 | -4/+23 |
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 | * solib.c (struct so_list): Add bfd field. | Jim Kingdon | 1 | -0/+11 |
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 | * i960-pinsn.c (tabent): Copied struct definition from | Ian Lance Taylor | 1 | -0/+6 |
1993-04-08 | * symtab.h (DESTRUCTOR_PREFIX_P): New macro to check if physname | Peter Schauer | 3 | -8/+85 |
1993-04-08 | * ser-go32.c: Make it use serial port name. | Stu Grossman | 3 | -25/+62 |
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 | * 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 | * sparclite/Makefile.in: Add dummy mostlyclean, clean, | Fred Fish | 1 | -0/+5 |
1993-04-07 | Change NULL->'\0' in comment (that wasn't a typo). | Jim Kingdon | 1 | -0/+2 |
1993-04-07 | use E_SYMNMLEN | Jim Kingdon | 2 | -5/+10 |
1993-04-07 | Add section table to objfile struct. Use it for find_pc_section. | K. Richard Pixley | 6 | -28/+118 |
1993-04-07 | * ser-go32.c: Format. (go32_open): Use proper return value. | Stu Grossman | 3 | -17/+21 |
1993-04-07 | Fix for PR 124: make 'rb' correctly handle case where we have multiple | Jim Wilson | 1 | -0/+18 |
1993-04-06 | Update with latest build dependencies. | Fred Fish | 1 | -10/+13 |
1993-04-06 | *** empty log message *** | Stu Grossman | 2 | -2/+4 |