| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.in: Check for working mmap, ansi headers, string.h, | J.T. Conklin | 1995-08-01 | 1 | -3/+3 |
* | * utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered, | J.T. Conklin | 1995-05-18 | 1 | -5/+3 |
* | * core.c (dis_asm_read_memory), defs.h, gdbtk.c (gdb_disassemble), | Stu Grossman | 1995-02-03 | 1 | -84/+91 |
* | * utils.c (vfprintf_maybe_filtered, vfprintf_unfiltered): Call | Jim Kingdon | 1994-05-17 | 1 | -13/+0 |
* | * source.c (find_source_lines): Always use code that was #ifdef | Jim Kingdon | 1994-05-14 | 1 | -22/+7 |
* | gcc -Wall lint: | Jim Kingdon | 1994-05-13 | 1 | -41/+44 |
* | * valprint.c (print_longest): Clarify comment about use_local. | Jim Kingdon | 1994-05-04 | 1 | -10/+13 |
* | * printcmd.c (print_address_symbolic): Initialize name to empty | Steve Chamberlain | 1994-04-27 | 1 | -4/+5 |
* | * breakpoint.c (watch_command): Use (CORE_ADDR)0, not NULL, for | Jim Kingdon | 1994-04-21 | 1 | -0/+13 |
* | * printcmd.c (print_command_1): Annotate the top-level expressions | Jim Kingdon | 1994-04-21 | 1 | -0/+49 |
* | * infrun.c (IN_SOLIB_TRAMPOLINE): Correct comment, trampolines | Peter Schauer | 1994-04-08 | 1 | -22/+11 |
* | * breakpoint.c, breakpoint.h, c-valprint.c, ch-valprint.c, | Jim Kingdon | 1994-03-03 | 1 | -24/+49 |
* | Fix many sins which will come up in 32 bit x 64 bit GDB, and | Jim Kingdon | 1994-01-27 | 1 | -26/+40 |
* | Thu Jan 20 15:04:24 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) | Jim Kingdon | 1994-01-21 | 1 | -4/+14 |
* | * printcmd.c (print_address_symbolic): Make it search the | John Gilmore | 1994-01-13 | 1 | -32/+90 |
* | * printcmd.c (disassemble_command): Call wrap_here between printing | Jim Kingdon | 1993-12-25 | 1 | -22/+24 |
* | * printcmd.c (address_info): Use fprintf_symbol_filtered | Jeff Law | 1993-11-11 | 1 | -5/+15 |
* | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1993-11-01 | 1 | -210/+185 |
* | * printcmd.c (do_examine): Make meaning of 'h', 'w', and 'g' not | Jim Kingdon | 1993-10-01 | 1 | -33/+32 |
* | * printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h. | Jim Kingdon | 1993-09-02 | 1 | -1/+1 |
* | * printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h. | Jim Kingdon | 1993-09-02 | 1 | -2/+7 |
* | * config/m88k/xm-dgux.h: Renamed from config/m88k/xm-m88k.h. | Jim Kingdon | 1993-09-02 | 1 | -13/+0 |
* | * frame.h, symtab.h, findvar.c (read_var_value): Change basereg | Jim Kingdon | 1993-08-24 | 1 | -31/+19 |
* | * printcmd.c (MAKEVA_END): Update this version to use "aligner". | Jim Kingdon | 1993-08-20 | 1 | -2/+2 |
* | * printcmd.c (print_address), values.c (value_as_pointer): Don't | Jim Kingdon | 1993-08-18 | 1 | -7/+14 |
* | Changes from Jeffrey Law: | Jim Kingdon | 1993-07-14 | 1 | -1/+8 |
* | * symtab.c (decode_line_1): Use end of block to figure out whether | Jim Kingdon | 1993-07-12 | 1 | -51/+7 |
* | * utils.c: Clean up comments about wrap buffer and wrap_here. | Jim Kingdon | 1993-07-09 | 1 | -34/+105 |
* | * Makefile.in (INTERNAL_CFLAGS): Include ../include as well as | Jim Kingdon | 1993-06-18 | 1 | -1/+6 |
* | * valprint.c (print_hex_chars): Use local_hex_format_{pre,suf}fix. | Jim Kingdon | 1993-06-13 | 1 | -30/+16 |
* | * printcmd.c (print_address_symbolic): turn this into an assigment | David D. Zuhn | 1993-05-29 | 1 | -1/+3 |
* | * printcmd.c (print_address_symbolic): Append source filename and | Peter Schauer | 1993-05-27 | 1 | -3/+20 |
* | * printcmd.c (print_formatted, case 'i'): Pass a tab to wrap_here. | Jim Kingdon | 1993-05-26 | 1 | -1/+6 |
* | * Many places: replace "the inferior" in messages with "the program" | Jim Kingdon | 1993-05-25 | 1 | -67/+25 |
* | * printcmd.c (print_address_symbolic): Search symtabs as well as the | Peter Schauer | 1993-04-23 | 1 | -10/+29 |
* | Thu Apr 22 14:50:05 1993 Jim Kingdon (kingdon@cygnus.com) | Jim Kingdon | 1993-04-22 | 1 | -0/+5 |
* | * objfiles.h (obj_section), objfiles.c (build_objfile_section_table): | Jim Kingdon | 1993-04-22 | 1 | -7/+23 |
* | * stack.c (print_frame_arg_vars), printcmd.c (print_frame_args): | Jim Kingdon | 1993-04-21 | 1 | -11/+21 |
* | * main.c (source_command): Require an explicit pathname of file | Fred Fish | 1993-03-11 | 1 | -8/+35 |
* | * printcmd.c (print_frame_args, print_frame_nameless_args): | John Gilmore | 1993-02-02 | 1 | -16/+33 |
* | * c-exp.y, m2-exp.y (yyreds, yytoks): Remap like other yy* names. | Fred Fish | 1992-12-31 | 1 | -8/+10 |
* | * defs.h (STRCMP, STREQ, STREQN): New macros. | Fred Fish | 1992-12-23 | 1 | -7/+8 |
* | * Makefile.in (VERSION): Bump to 4.7.4. | Fred Fish | 1992-12-18 | 1 | -120/+13 |
* | * printcmd.c (output_command): Thinko. | John Gilmore | 1992-06-25 | 1 | -17/+50 |
* | Merged in latest RS6000 diffs from Metin G. Ozisik. | Per Bothner | 1992-03-29 | 1 | -3/+2 |
* | * printcmd.c (print_address): if ADDR_BITS_REMOVE is defined, use | Steve Chamberlain | 1992-03-03 | 1 | -3/+12 |
* | Saberlint. | John Gilmore | 1992-02-22 | 1 | -56/+133 |
* | * defs.h: Incorporate param.h. All users changed. | John Gilmore | 1991-11-21 | 1 | -3/+2 |
* | Lint and some rs/6000 port. | John Gilmore | 1991-11-09 | 1 | -155/+101 |
* | * findvar.c (find_var_value): Handle &function better. | John Gilmore | 1991-07-14 | 1 | -14/+25 |