aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1991-09-21Doc updates for 4.1.John Gilmore1-5/+59
1991-09-21rtpc->rompJohn Gilmore1-1/+1
1991-09-21Rearrange "how to install" and "how to print the doc" stuff so it dropsJohn Gilmore1-26/+30
easier into README.
1991-09-21add missing index entries for set/show print sevenbit-strings.Roland Pesch1-0/+2
1991-09-21*** empty log message ***Roland Pesch1-0/+7
1991-09-21Update configs table.Roland Pesch1-108/+173
1991-09-21Update for gdb-4.1.John Gilmore1-7/+1
1991-09-21Roll in information from README.John Gilmore1-39/+93
1991-09-21Update for gdb-4.1 release.John Gilmore1-0/+3
1991-09-20* language.c (set_language_command): Print useful help message,John Gilmore2-3/+9
and restore the language string after giving help. * valprint.c (typedef_print): Print typedef in C or M2. * symtab.c (list_symbols): Use it.
1991-09-20* main.c (main): Avoid any output before (gdb) prompt when -q.John Gilmore2-2/+14
* language.c (set_language_command): Handle errors by restoring the language string to its current state (fix from A. Beers).
1991-09-20*** empty log message ***Roland Pesch1-0/+3
1991-09-20Fri Sep 20 15:46:00 1991 Roland H. Pesch (pesch at cygnus.com)Roland Pesch2-15/+48
* doc/Makefile: generate aux version-no file doc/gdbVN.m4 from main Makefile.in version definition doc/gdb.texinfo: use version recorded in doc/gdbVN.m4 for current GDB version no refs Makefile.in (setup-to-dist): generate doc/gdbVN.m4
1991-09-20Extract GDB version number from main GDB dir Makefile.in.Roland Pesch2-46/+53
1991-09-20Kludge to allow compilation by non-ANSI compilers.Per Bothner2-0/+9
1991-09-20Update N_FN value to 0x1F. Add comments about N_EXT bits.John Gilmore3-4/+19
1991-09-20Removed all the stuff I added yesterday.Steve Chamberlain2-83/+95
1991-09-20Merged in new doc on language setting, C, and Mod-2 by Andrew Beers;Roland Pesch3-0/+8264
cleanups to node structure.
1991-09-20* dbxread.c (read_dbx_symtab, process_one_symbol): N_FN andJohn Gilmore1-0/+6
N_WARNING are the same except for the N_EXT bit, so just use their values alone, rather than OR-ing them with N_EXT.
1991-09-20Sign extend extended line offsets in parse_lines correctly.Stu Grossman1-0/+3
1991-09-20#define yyerrflag and yynerrs to avoid global name conflicts.Stu Grossman2-0/+4
1991-09-20*** empty log message ***Stu Grossman1-0/+5
1991-09-20.gdbinit: move set complaints 1 to top.John Gilmore2-1/+4
1991-09-20* language.c (_initialize_language): Fix type check and rangeJohn Gilmore2-3/+5
check documentation strings.
1991-09-20* utils.c (!HAVE_VPRINTF): Define vfprintf as a function, soJohn Gilmore2-2/+15
language.c can use it. (Though language.c should really not be handling warnings/errors the way it does, FIXME.) * symtab.c (lookup_primitive_type): const lint.
1991-09-20New rules for building distributions. Normal distributionJohn Gilmore1-7/+57
is built by doing `make -f Makefile.in gdb.tar.Z' in the devo dir.
1991-09-20Preparation for gdb-4.1 release.John Gilmore2-4/+27
1991-09-20Remove rcfonts.tex after building refcard.John Gilmore1-0/+2
1991-09-20(HFILES): Add minimon.h.John Gilmore1-3/+3
(VERSION): Roll version number to 4.0.95.
1991-09-20Undo precipitous changes.John Gilmore6-78/+24
1991-09-20Added Jim Wilson's pcrt->romp patches.K. Richard Pixley1-4/+15
1991-09-20doc/gdbint.texinfoRoland Pesch1-0/+6
1991-09-20Reorder contents; reorganize new-host, new-target, and new-configRoland Pesch1-401/+438
chapters; fix minor typos; come closer to usual GNU markup conventions for @file @samp @code @var.
1991-09-20Various mips changes from Peter Schauer.Per Bothner1-0/+9
1991-09-20Define HAVE_STRSTR.Per Bothner1-0/+2
1991-09-19Add language.h.John Gilmore1-0/+1
1991-09-19Minor fixesJohn Gilmore1-0/+10
1991-09-19* mipsread.c (_initialize_mipsread): Avoid usingJohn Gilmore1-1/+7
builtin_type_void at initialize time. (mipscoff_symfile_read): use it now.
1991-09-19*** empty log message ***Sean Eric Fagan4-26/+72
1991-09-19* c-exp.y, m2-exp.y: Lint.John Gilmore2-2/+5
* m2-exp.y: Avoid using yytname[] which is a Bison-ism.
1991-09-19Circumvent Sun Make bug on *-exp.tab.o.John Gilmore1-0/+2
1991-09-19Stuff for new machiensSteve Chamberlain2-3/+9
1991-09-19Initial revisionSteve Chamberlain13-0/+501
1991-09-19Modifications from James Tsillas for 386 and 68k machinesSteve Chamberlain2-1/+18
1991-09-19Support for 386 and 68k machinesSteve Chamberlain1-1/+8
1991-09-19*** empty log message ***Steve Chamberlain1-2/+8
1991-09-19LintJohn Gilmore2-10/+11
1991-09-19Andrew Beers' changes for Modula-2 support.John Gilmore1-0/+653
1991-09-19* language.h, language.c: New files for language-specific macros,John Gilmore2-0/+1268
declarations, and definitions.
1991-09-19Eliminate uses of working_lang.John Gilmore1-1/+1