Age | Commit message (Expand) | Author | Files | Lines |
1991-12-16 | Add solib.o to TDEPFILES for these SVR4 systems. | Fred Fish | 2 | -2/+2 |
1991-12-16 | Document changes to config/tm-amix and config/tm-i386v4. | Fred Fish | 1 | -0/+3 |
1991-12-16 | Print the names of files from which symbols are being loaded if verbose | Fred Fish | 1 | -0/+4 |
1991-12-16 | Numerous small changes and a complete reorganization of solib.c, to support | Fred Fish | 6 | -335/+1203 |
1991-12-14 | * infrun.c, remote-eb.c, remote-nindy.c, remote-vx.c: Remove | John Gilmore | 3 | -45/+93 |
1991-12-14 | Fix miscellaneous comparisons of integer with NULL that elicit compiler | Fred Fish | 3 | -6/+36 |
1991-12-13 | More improvements in handling make from remote objdirs: | Roland Pesch | 1 | -18/+21 |
1991-12-13 | Fix bug: gdbVN.m4 had stopped picking up version number. Now grabs it | Roland Pesch | 1 | -1/+1 |
1991-12-13 | Improve how we ask for bug reports. | John Gilmore | 2 | -5/+14 |
1991-12-11 | infodir belongs in datadir | K. Richard Pixley | 2 | -1/+5 |
1991-12-10 | Massage new readline appendix so texi2roff can understand markup | Roland Pesch | 1 | -3/+16 |
1991-12-10 | Better support for building documentation targets in separate objdir | Roland Pesch | 1 | -0/+739 |
1991-12-10 | rdl-apps.texi is no longer used, with the new improved doc Makefile.in. | Roland Pesch | 1 | -2/+4 |
1991-12-10 | Improve support for building in separate objdir (verified all individual | Roland Pesch | 2 | -29/+43 |
1991-12-09 | Integrated quick fixes to C++ handling of static member functions and | Michael Tiemann | 1 | -17/+19 |
1991-12-08 | Fix a problem on i386 systems where buffered code stream access was failing | Fred Fish | 1 | -0/+6 |
1991-12-08 | Use macros to hide some of the ugly casting required in the previously | Fred Fish | 2 | -5/+19 |
1991-12-08 | add a couple missing ${srcdir}s | K. Richard Pixley | 1 | -1/+1 |
1991-12-08 | Set version to 4.3.1 so we won't mistake experimental for standard. | John Gilmore | 2 | -741/+4 |
1991-12-08 | Merge gdb-4.3 and Rich's Makefile.in's. | John Gilmore | 1 | -14/+40 |
1991-12-08 | GDB-4.3 release! Roll VERSION and fixup minor gdb.tar.Z botch. | John Gilmore | 1 | -42/+16 |
1991-12-08 | Merge Rich's overlapped changes with the gdb-4.3 version. | John Gilmore | 1 | -0/+16 |
1991-12-07 | Desupport i386sco, and mention the new readline. | John Gilmore | 1 | -2/+13 |
1991-12-07 | Update for 4.3. | John Gilmore | 5 | -590/+590 |
1991-12-07 | * gmalloc.c: Fix bug that causes malloc & free to | John Gilmore | 1 | -4/+4 |
1991-12-07 | If you're going to nroff the man page, at least do it from the right place. | K. Richard Pixley | 1 | -1/+1 |
1991-12-07 | Sat Dec 7 00:00:15 1991 K. Richard Pixley (rich at rtl.cygnus.com) | K. Richard Pixley | 3 | -18/+62 |
1991-12-07 | Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com) | K. Richard Pixley | 2 | -14/+52 |
1991-12-07 | About 40% of changes sugg. by Bob Chassell | Roland Pesch | 1 | -500/+552 |
1991-12-06 | *** empty log message *** | Roland Pesch | 1 | -2/+2 |
1991-12-06 | More fixes for opaque and anonymous enumerations, structures, and unions. | Fred Fish | 2 | -22/+39 |
1991-12-06 | Fixes to improve opaque struct/union handling. Still fails to find the | Fred Fish | 2 | -12/+31 |
1991-12-06 | * symtab.c (decode_line_1): If SKIP_PROLOGUE leaves us in | John Gilmore | 3 | -2/+15 |
1991-12-06 | Fix off-by-one error in cplus name demangling. | Michael Tiemann | 2 | -1/+8 |
1991-12-06 | Several changes to fix misc problems with enums, structs, and unions, | Fred Fish | 2 | -71/+137 |
1991-12-06 | * symtab.c (check_stub_method): Must allocate two extra argument | John Gilmore | 2 | -3/+9 |
1991-12-05 | Supply missing '"' character. | Fred Fish | 2 | -1/+3 |
1991-12-05 | Supply missing parenthesis (~line 1269). | Fred Fish | 2 | -1/+5 |
1991-12-05 | Fencepost error in reporting regs we can't find in core file. | John Gilmore | 2 | -1/+4 |
1991-12-05 | Fix things pointed up by Fred Fish's test suite; see ChangeLog. | John Gilmore | 6 | -142/+278 |
1991-12-05 | Arrange for enumeration members to be manipulated in source code order, | Fred Fish | 2 | -3/+21 |
1991-12-05 | * main.c (input_from_terminal_p): Check whether GDB has a terminal at all. | John Gilmore | 1 | -0/+11 |
1991-12-04 | Handle structures and unions which contain DIE's other than just member | Fred Fish | 1 | -13/+27 |
1991-12-04 | * symfile.c (reread_symbols): Avoid kludging mtime_set, now that BFD is fixed. | John Gilmore | 1 | -0/+5 |
1991-12-04 | Improve installation doc slightly, by Mark Sirota's request. | John Gilmore | 1 | -2/+5 |
1991-12-04 | * Makefile.in: VERSION 4.2.96. | John Gilmore | 4 | -23/+89 |
1991-12-04 | * coffread.c (coff_symfile_read): Avoid select_source_symtab, | John Gilmore | 3 | -7/+10 |
1991-12-04 | Make it compile for cross-debugging. | John Gilmore | 2 | -2/+12 |
1991-12-02 | Two small mips-specific fixes (see ChangeLog). | Per Bothner | 1 | -0/+7 |
1991-12-01 | Changes due to include file renaming: | Steve Chamberlain | 8 | -269/+323 |