Age | Commit message (Expand) | Author | Files | Lines |
1992-01-20 | Fix demangling of destructors, and fix a minor indentation problem. | Michael Tiemann | 1 | -0/+4 |
1992-01-19 | * Makefile.in (HFILES): Add partial-stab.h. | Stu Grossman | 1 | -0/+4 |
1992-01-19 | Add several new files for stratus (i860* and *-stratus.h). Also add | Fred Fish | 1 | -0/+11 |
1992-01-16 | Pass address of structure to complain() rather than the entire structure. | Fred Fish | 1 | -0/+5 |
1992-01-15 | Only compile in solib_add_common_symbols for non-SVR4 (SunOS) shared libs. | Fred Fish | 1 | -0/+5 |
1992-01-15 | Changes to fix bug with static variables within function scopes. | Fred Fish | 1 | -0/+9 |
1992-01-15 | Reference: gdb-pend/636 | Stu Grossman | 1 | -0/+3 |
1992-01-15 | Reference: gdb-pend/646 | Stu Grossman | 1 | -0/+3 |
1992-01-15 | Reference: gdb-pend/657 | Stu Grossman | 1 | -0/+6 |
1992-01-14 | gdb-pend/620 | Stu Grossman | 1 | -0/+5 |
1992-01-13 | * tm-mips.h: Removed BLOCK_ADDRESS_ABSOLUTE, now that | Per Bothner | 1 | -0/+6 |
1992-01-12 | * mips-tdep.c (mips_skip_prologue): Add some number of | Per Bothner | 1 | -0/+5 |
1992-01-11 | Many changes to convert over to generic symbol table reading code in | Fred Fish | 1 | -0/+22 |
1992-01-02 | Rename bitfields to avoid conflict with macro names in new opcode/sparc.h. | John Gilmore | 1 | -0/+5 |
1992-01-01 | Makefile.in: Change tm-svr4.h to tm-sysv4.h. Change xm-svr4.h | Fred Fish | 1 | -0/+20 |
1991-12-30 | Mainly stuff to improve handling of TYPE_CODE_REF (C++ reference) | Per Bothner | 1 | -0/+22 |
1991-12-28 | Missed some stuff last time. | Per Bothner | 1 | -0/+8 |
1991-12-28 | Many small changes to procfs.c to add base support for a new "info proc" | Fred Fish | 1 | -0/+21 |
1991-12-27 | More changes, mostly cleanups from the last set. | Per Bothner | 1 | -0/+41 |
1991-12-27 | Various changes to clean up ADD_PSYMBOL_TO_LIST and ADD_PSYMBOL_ADDR_TO_LIST | Fred Fish | 1 | -0/+18 |
1991-12-24 | Roll VERSION to 4.3.2. | John Gilmore | 1 | -0/+4 |
1991-12-23 | Oodles of changes. The most important is adding support for stabs | Per Bothner | 1 | -0/+52 |
1991-12-23 | * solib.c (locate_base): Fix uninitialized variable that was | Fred Fish | 1 | -0/+13 |
1991-12-21 | * xcoffread.c (read_symbol_lineno): Logic error in incrementing | John Gilmore | 1 | -0/+5 |
1991-12-20 | Document change to config/mh-i386v4. | Fred Fish | 1 | -0/+6 |
1991-12-20 | * configure.in, tm-amix.h, tm-i386v4.h, xm-amix.h, xm-i386v4.h: | Fred Fish | 1 | -0/+11 |
1991-12-20 | Bugfix rfe and stbrx instrucionts. | John Gilmore | 1 | -1/+5 |
1991-12-19 | * command.h, defs.h, eval.h, expression.h, remote-sa.sparc.c, | Stu Grossman | 1 | -0/+6 |
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 | 1 | -0/+59 |
1991-12-14 | Fix miscellaneous comparisons of integer with NULL that elicit compiler | Fred Fish | 1 | -0/+29 |
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 | 1 | -0/+5 |
1991-12-08 | Set version to 4.3.1 so we won't mistake experimental for standard. | John Gilmore | 1 | -0/+4 |
1991-12-08 | Merge Rich's overlapped changes with the gdb-4.3 version. | John Gilmore | 1 | -0/+16 |
1991-12-07 | Update for 4.3. | John Gilmore | 1 | -13/+17 |
1991-12-07 | Sat Dec 7 00:00:15 1991 K. Richard Pixley (rich at rtl.cygnus.com) | K. Richard Pixley | 1 | -0/+16 |
1991-12-06 | More fixes for opaque and anonymous enumerations, structures, and unions. | Fred Fish | 1 | -4/+3 |
1991-12-06 | Fixes to improve opaque struct/union handling. Still fails to find the | Fred Fish | 1 | -0/+7 |
1991-12-06 | * symtab.c (decode_line_1): If SKIP_PROLOGUE leaves us in | John Gilmore | 1 | -0/+5 |
1991-12-06 | Fix off-by-one error in cplus name demangling. | Michael Tiemann | 1 | -0/+5 |
1991-12-06 | Several changes to fix misc problems with enums, structs, and unions, | Fred Fish | 1 | -0/+11 |
1991-12-06 | * symtab.c (check_stub_method): Must allocate two extra argument | John Gilmore | 1 | -0/+5 |
1991-12-05 | Supply missing '"' character. | Fred Fish | 1 | -0/+2 |
1991-12-05 | Supply missing parenthesis (~line 1269). | Fred Fish | 1 | -0/+4 |
1991-12-05 | Fencepost error in reporting regs we can't find in core file. | John Gilmore | 1 | -0/+3 |
1991-12-05 | Fix things pointed up by Fred Fish's test suite; see ChangeLog. | John Gilmore | 1 | -0/+29 |
1991-12-05 | Arrange for enumeration members to be manipulated in source code order, | Fred Fish | 1 | -0/+6 |
1991-12-05 | * main.c (input_from_terminal_p): Check whether GDB has a terminal at all. | John Gilmore | 1 | -0/+11 |