Age | Commit message (Expand) | Author | Files | Lines |
1992-07-13 | * config/sun4sol2.mh: Remove -xs flag, default INSTALL to cp. | John Gilmore | 2 | -3/+12 |
1992-07-12 | #define PSIGNAL_IN_SIGNAL_H. | Per Bothner | 1 | -0/+1 |
1992-07-11 | First attempt at doc for general uses of quotes around symbols. | Roland Pesch | 1 | -1/+28 |
1992-07-11 | (1) C and C++ treated as separate languages, not one as originally doc'd | Roland Pesch | 1 | -12/+22 |
1992-07-10 | * gdbtypes.c, gdbtypes.h: New function lookup_signed_typename. | Per Bothner | 4 | -2/+36 |
1992-07-10 | New title "Debugging with GDB", the fruit of protracted delicate | Roland Pesch | 1 | -10/+10 |
1992-07-10 | * command.c (lookup_cmd_1): Clarify descriptive comments. | Fred Fish | 3 | -33/+113 |
1992-07-10 | Various fixes to improve C++ debugging. See ChangeLog. | Per Bothner | 5 | -7/+104 |
1992-07-10 | print symbolic version of addresses as well as hex | Ken Raeburn | 2 | -2/+5 |
1992-07-10 | If at first the network screws you over, try, try again... | Ken Raeburn | 1 | -72/+49 |
1992-07-09 | Fixed some bugs in handling vxworks960 -- not reading registers right, | Ken Raeburn | 1 | -0/+5 |
1992-07-09 | Fixed some bugs in handling vxworks960 -- not reading registers right, | Ken Raeburn | 1 | -0/+20 |
1992-07-09 | Fixed some bugs in handling vxworks960 -- not reading registers right, | Ken Raeburn | 1 | -3/+3 |
1992-07-09 | (Finally) doc that GDB sometimes inserts quotes for you, on overloaded | Roland Pesch | 1 | -5/+26 |
1992-07-09 | Minor changes to make these work with bison again. | Michael Tiemann | 2 | -13/+10 |
1992-07-09 | Only treat "class" as a token if the current language is C++. | Fred Fish | 1 | -1/+2 |
1992-07-09 | * dwarfread.c (alloc_utype, decode_subscr_data): Call alloc_type | Fred Fish | 9 | -143/+331 |
1992-07-09 | * Makefile.in (VERSION): Update to 4.5.8. | Stu Grossman | 2 | -2/+6 |
1992-07-08 | Remove tm-es1800.h and remote-es1800.c from distribution files until | Fred Fish | 1 | -2/+0 |
1992-07-08 | * dbxread.c (dbx_symfile_init): Init stab_section_info to NULL to | Stu Grossman | 4 | -51/+77 |
1992-07-07 | * maint.c (maintenance_command, maintenance_info_command): | Fred Fish | 2 | -3/+10 |
1992-07-07 | * configure.in: Add m68k-ericsson-*. | Fred Fish | 7 | -2/+2309 |
1992-07-06 | Add gdb-stabs.h to list of files to keep. | Fred Fish | 1 | -0/+1 |
1992-07-06 | * maint.c: New file. | Fred Fish | 11 | -50/+439 |
1992-07-05 | * energize-patches: Fix minor problems with building energize lib. | Stu Grossman | 2 | -29/+30 |
1992-07-05 | * energize-patches: Change names of all cadillac procedure calls | Stu Grossman | 2 | -362/+290 |
1992-07-05 | * Makefile.in (VERSION): Bump to 4.5.7. | Fred Fish | 3 | -2/+12 |
1992-07-05 | * cadillac.c, cadillac-patches: Rename to energize.c and | Stu Grossman | 1 | -0/+10 |
1992-07-05 | * cadillac.c, cadillac-patches: Rename to energize.c and | Stu Grossman | 3 | -0/+2618 |
1992-07-05 | Typo | John Gilmore | 1 | -1/+1 |
1992-07-05 | SVR4 names don't have underscores, according to the ABI. | John Gilmore | 2 | -0/+8 |
1992-07-05 | * buildsym.c (finish_block): Fix thinko `inner block' complaints. | John Gilmore | 5 | -26/+119 |
1992-07-04 | Relocate symbols using an array of section_offsets, rather than a | John Gilmore | 1 | -90/+137 |
1992-07-04 | > * xm-rs6000.h: define MEM_FNS_DECLARED | David D. Zuhn | 2 | -0/+9 |
1992-07-04 | Relocate symbols using an array of section_offsets, rather than a | John Gilmore | 10 | -55/+500 |
1992-07-04 | Tidy innerblock_complaint and blockvector_complaint. | John Gilmore | 1 | -3/+6 |
1992-07-04 | * main.c (main): Read the $HOME/.gdbinit file before processing | John Gilmore | 2 | -43/+50 |
1992-07-04 | * breakpoint.c, buildsym.c, c-exp.y, coffread.c, command.c, | Fred Fish | 35 | -205/+208 |
1992-07-03 | * dbxread.c (process_one_symbol): Ignore N_MAIN, N_ENDM for Solaris. | John Gilmore | 5 | -51/+98 |
1992-06-30 | Make cross compilation work better. | John Gilmore | 3 | -33/+18 |
1992-06-30 | * buildsym.c (scan_file_globals): Beware the null file. | John Gilmore | 7 | -65/+102 |
1992-06-30 | Allow BREAKPOINT to be overridden by -D (for Adobe). | John Gilmore | 2 | -1/+9 |
1992-06-29 | * dbxread.c, i386-pinsn.c, i386-tdep.c, regex.c, solib.c, symmisc.c, | Fred Fish | 44 | -373/+837 |
1992-06-28 | * remote.c (remote_wait): Fix cast on signal() call. | Fred Fish | 2 | -5/+10 |
1992-06-27 | Update Cadillac patch kit. | Fred Fish | 1 | -151/+190 |
1992-06-27 | * sparc-pinsn.c: Use <string.h> rather than "string.h", for | Fred Fish | 4 | -4/+12 |
1992-06-27 | (1) corrections to command-line completion material | Roland Pesch | 1 | -22/+49 |
1992-06-27 | Avoid PT_WDUSER because it crashes H-PUX. | John Gilmore | 2 | -0/+11 |
1992-06-26 | * source.c (print_source_lines): for DOS interoperability; don't | Steve Chamberlain | 1 | -0/+5 |
1992-06-26 | Default dir_so_symnum to -10 to avoid even the slightest possibility of | Stu Grossman | 1 | -2/+2 |