aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1991-12-07Desupport i386sco, and mention the new readline.John Gilmore1-2/+13
1991-12-07Update for 4.3.John Gilmore5-590/+590
1991-12-07* gmalloc.c: Fix bug that causes malloc & free toJohn Gilmore1-4/+4
fail on systems where pointers have the high bit set (0x800efcf0 for example). The problem is that the difference between two pointers is a signed integer, so the computation (char *) 0x800efcf0 - (char *) 0 yields a negative value. The sign of the result of the modulus operator is machine dependent for negative operands, thus it is possible for it to end up negative. From Fred Fish.
1991-12-07If you're going to nroff the man page, at least do it from the right place.K. Richard Pixley1-1/+1
1991-12-07Sat Dec 7 00:00:15 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley3-18/+62
* Makefile.in: install using INSTALL_PROGRAM and INSTALL_DATA. added clean-info. added some standards.text support and made it look like our other Makefiles. * configure.in: mark this directory target dependent. configure now runs entirely in objdir so make existence tests and references against ${srcdir}. Thu Dec 5 22:46:13 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default.
1991-12-07Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley2-14/+52
* Makefile.in: remove spaces following hyphens, bsd make can't cope. install using INSTALL_DATA. added clean-info. added standards.text support. Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default.
1991-12-07About 40% of changes sugg. by Bob ChassellRoland Pesch1-500/+552
1991-12-06*** empty log message ***Roland Pesch1-2/+2
1991-12-06More fixes for opaque and anonymous enumerations, structures, and unions.Fred Fish2-22/+39
Now passes all current gdb test suite tests.
1991-12-06Fixes to improve opaque struct/union handling. Still fails to find theFred Fish2-12/+31
complete definition for files outside the one containing the complete definition, if that file has not yet been read in. (Working on it...)
1991-12-06* symtab.c (decode_line_1): If SKIP_PROLOGUE leaves us inJohn Gilmore3-2/+15
mid-line, be more careful about possibly advancing to the next line.
1991-12-06Fix off-by-one error in cplus name demangling.Michael Tiemann2-1/+8
1991-12-06Several changes to fix misc problems with enums, structs, and unions,Fred Fish2-71/+137
including building symbol table entries for enumeration members.
1991-12-06* symtab.c (check_stub_method): Must allocate two extra argumentJohn Gilmore2-3/+9
slots (one for `this', one for arglist terminator).
1991-12-05Supply missing '"' character.Fred Fish2-1/+3
1991-12-05Supply missing parenthesis (~line 1269).Fred Fish2-1/+5
1991-12-05Fencepost error in reporting regs we can't find in core file.John Gilmore2-1/+4
1991-12-05Fix things pointed up by Fred Fish's test suite; see ChangeLog.John Gilmore6-142/+278
1991-12-05Arrange for enumeration members to be manipulated in source code order,Fred Fish2-3/+21
since they are stored in the Dwarf info in reverse order.
1991-12-05* main.c (input_from_terminal_p): Check whether GDB has a terminal at all.John Gilmore1-0/+11
(initialize_main): Revise doc for `set editing'.
1991-12-04Handle structures and unions which contain DIE's other than just memberFred Fish1-13/+27
DIE's.
1991-12-04* symfile.c (reread_symbols): Avoid kludging mtime_set, now that BFD is fixed.John Gilmore1-0/+5
1991-12-04Improve installation doc slightly, by Mark Sirota's request.John Gilmore1-2/+5
1991-12-04* Makefile.in: VERSION 4.2.96.John Gilmore4-23/+89
* main.c (initialize_main): Revise command descriptions. * command.c (show_user): `info user' -> `show user'. * symtab.c (_initialize_symtab): Typo in `info types' desc. * coffread.c (coff_symfile_read): Avoid select_source_symtab, since it is not needed and can cause errors when examining ".o"s. (read_coff_symtab, decode_base_type): Use complain, not printf. Print symbol name, not its number. Remove "#if defined(clipper) #define BELIEVE_PCC_PROMOTION", which someday should go in a clipper target config file. * symfile.c (compact_misc_function_vector): Handle empty vector. (complain, clear_complaints, syms_from_objfile): Fix complaint formatting. * xcoffexec.c: Change syms_from_objfile caller.
1991-12-04* coffread.c (coff_symfile_read): Avoid select_source_symtab,John Gilmore3-7/+10
since it is not needed and can cause errors when examining ".o" files. * symfile.c (compact_misc_function_vector): Handle empty vector.
1991-12-04Make it compile for cross-debugging.John Gilmore2-2/+12
1991-12-02Two small mips-specific fixes (see ChangeLog).Per Bothner1-0/+7
1991-12-01 Changes due to include file renaming:Steve Chamberlain8-269/+323
* xcoffread.c: internalcoff.h ->coff/internal.c, coff-rs6000.h ->coff/rs6000.h * mipsread.c: coff-mips.h ->coff/mips.h * elfread.c: elf-common.h ->elf/common.h elf-external.h ->elf/external.h, elf-internal.h ->elf/internal.h * dwarfread.c dwarf.h ->elf/dwarf.h * dbxread.c: aout64.h ->aout/aout64.h stab.gnu.h ->aout/stab_gnu.h * coffread.c: internalcoff.h ->coff/internal.h * buildsym.c: stab.gnu.h ->aout/stab_gnu.h * depend Updated to take the above into account.
1991-11-30Add new files mh-i386v4 and mt-i386v4 to .Sanitize, check in the newFred Fish1-0/+2
files.
1991-11-30Initial revisionFred Fish2-0/+10
1991-11-30Add tm-i386v4.h and xm-i386v4.h to Sanitize, add i386/SVR4 to configurationFred Fish7-3/+99
file, recognize names beginning with '.' as compiler generated "fake" tags for anonymous structures, unions and enums. Add target dependent functions for SVR4 /proc register interface (i386-tdep.c).
1991-11-30Change simple call to printf of error message to a call to error(). OutputFred Fish2-2/+6
was not getting flushed and was not being newline terminated.
1991-11-30*** empty log message ***Roland Pesch1-0/+6
1991-11-30(1) At Bob Chassell's request, remove leading comments that used toRoland Pesch1-11/+12
survive M4 filtering but still tell people the original source was M4'd; (2) Also for B.C., include one more emphasis font in @colophon at end; (3) Thanks to J Gilmore, strengthen wording about unsupported combinations of host-manufacturer-OS in config Appendix.
1991-11-28Make structs work on DECstation (sigh)John Gilmore3-5/+13
1991-11-27Fix syntax errors.John Gilmore1-2/+3
1991-11-27readline/sysdep.h no longer exists, so main.o does not depend on it.Michael Tiemann1-1/+1
1991-11-27Improve G++ debugging support.John Gilmore8-352/+213
1991-11-25Add -lbsd to XM_CLIBS so that we get the right version of setpgrp.Stu Grossman1-0/+1
1991-11-23 * m2-exp.y (MAX, MIN): Rename to MAX_FUNC, MIN_FUNC to avoidJohn Gilmore1-10/+5
conflicts with system header files.
1991-11-23Add some error checking around ioctl's for terminal switching.John Gilmore1-0/+5
1991-11-23No need to offset args from frame pointer.John Gilmore2-1/+9
1991-11-22VERSION 4.2.95John Gilmore2-1/+3
1991-11-22Further cleanup for release.John Gilmore3-4/+5
1991-11-22Add warning and compiler override.John Gilmore1-0/+4
1991-11-22SCO lint.John Gilmore4-7/+9
1991-11-22CLeanups to compile, mostly on BSD (okeeffe) and sco (kithrup).John Gilmore5-15/+34
1991-11-22LintJohn Gilmore1-0/+4
1991-11-22Roll new files into various lists.John Gilmore2-11/+14
1991-11-22Roll VERSION to 4.2.90.John Gilmore2-2/+4