aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-03-14Only enable compilation of debugging functions when IBM6000 is definedFred Fish2-1/+6
as well as DEBUG. Fails to compile otherwise.
1992-03-14Add config directory to list of things to keep.Fred Fish1-0/+1
1992-03-14missing backslash on first line of all.normalMark Eichin1-1/+1
1992-03-14* mipsread.c (mipscoff_symfile_read): Eliminate a lot ofJohn Gilmore2-15/+19
useless code, including an lseek to an uninitialized variable. Reported by Jim Williams <jimbo@wrs.com>.
1992-03-14install man page tooK. Richard Pixley1-0/+4
1992-03-14fix cvs merge detritusK. Richard Pixley1-3/+0
1992-03-14pass MAKEINFO macro on infoK. Richard Pixley2-1/+8
1992-03-14use MAKEINFO macroK. Richard Pixley1-0/+4
1992-03-14pass MAKEINFO on recursionK. Richard Pixley1-0/+10
1992-03-14add stmp dependencies for a few more thingsK. Richard Pixley2-5/+12
1992-03-14pass MAKEINFO down on infoK. Richard Pixley2-27/+49
1992-03-14(1) GDB 4.5: another Grossman/Gilmore co-production!Roland Pesch1-8/+67
(2) Add fnf to GDB credits for SVr4 stuff. (Need to sift ChangeLog again for more recent credits). (3) document "mapped", "readnow" keywords (with file or symbol-file commands; for now no mention of add-symbol-file in this context), -m and -mapped cmd-line options, and associated explanations.
1992-03-14Run TeX *three* times to get better index, xrefs.Roland Pesch1-0/+1
1992-03-13(1) Document printmsyms; slight clarifications to description of printsyms,Roland Pesch1-13/+57
printpsyms. (2) Fix errors found by makeinfo. (3) Initial docn for "info proc" and its subcommands. Should probably be expanded somewhat after implementation complete.
1992-03-13Patches from fnf for SVr4Roland Pesch2-2/+11
1992-03-13Reflect file name changesSteve Chamberlain2-109/+109
1992-03-13 * config/mt-<foo> renamed to <foo>.mtSteve Chamberlain3-35/+76
* config/mh-<foo> renamed to <foo>.mt * configure.in changed to reflect this * genscripts.sh now make .xbn files rather than .xN files
1992-03-13Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain3-6/+17
* flonum-const.c: renamed flonum-konst.c to stop dos name conflict.
1992-03-13Fixed the whitespaceSteve Chamberlain11-135/+131
1992-03-13Added PROTOSteve Chamberlain1-0/+112
1992-03-13 * config/mt-<foo> now <foo>.mt, config/mh-<foo> now <foo>.mh.Steve Chamberlain1-25/+25
host/h-<foo> now just <foo>. * configure.in: reflect changes
1992-03-13Mostly merged in changes from IBM (Metin); see ChangeLog.Per Bothner5-90/+388
1992-03-12Reinstate "gdb-all.texi" as target. (Thanks, Rich, for the reminder).Roland Pesch1-10/+10
1992-03-12.Sanitize: reflect removal of gdb-all.texi from repositoryRoland Pesch4-68/+228
lucid.m4: config for Lucid/NCR (like "all.m4" but also turns on _LUCID__) none.m4: turn _LUCID__ off by default gdb.texinfo: 1) Use bold rather than italic for user input in intro, to avoid discord with meta-variable convention throughout manual (jim@wrs.com suggestion). 2) Some mumbling about using GDB under Energize/Cadillac. (conditionalized on _LUCID__, not included yet in general-doc config) 3) more remarks about debugging optimized code, incl vanishing unused vars (rms/gnu/net suggestion). 4) @emph replaces @i in a few spots (emphasis should affect info file as well as printed manual). 5) "memory tracing", "breakpoint on variable modification" index entries added, pointing to watchpoints (gnu suggestion). 6) Less passive, more index entries, in breakpoint-number description 7) doc new convenience var $bpnum (due to grossman?) 8) Update "info breakpoints" to describe new Grossman format; note now synonymous with "info watchpoints". 9) Describe negative (GDB internal) breakpoints and new "info all-breakpoints" 10) Slight change to description of colon-colon GDB expression notation, describing function::var as well as file::var and noting var is static (lmb question, gnu suggestion) 11) Doc Per's new &(&foo) for debugging C++ 12) Rephrase paragraph in configure appendix to avoid overfull box (in *large* format!) 13) Additional warning re VPATH feature required for --srcdir= config. (gnu suggestion)
1992-03-12 * solib.h, infrun.c, tm-rs6000.h: Add a PID parameterPer Bothner3-3/+8
to SOLIB_CREATE_INFERIOR_HOOK macro.
1992-03-12 * libbfd-in.h (set_tdata): Make change of Feb 27 in thePer Bothner1-0/+5
actual source file, not just the generated libbfd.h.
1992-03-12add libiberty stmp to all and all.crossK. Richard Pixley1-0/+4
1992-03-12 * configure.in: vxworks68 gets te-sun3.h.K. Richard Pixley2-3/+39
* expr.c: remove limitation that local_labels_dollar or local_labels_fb must be < 10. * symbols.c: remove local_labels_dollar, replace with a function interface for a sparse array. All users adjusted.
1992-03-12 * tc-m68k.h, te-sun3.h: moved LOCAL_LABELS_FB definition fromK. Richard Pixley1-0/+9
tc-m68k.h to te-sun3.h. * te-sun3.h: add LOCAL_LABELS_DOLLAR.
1992-03-12mips-big-* targetJohn Gilmore2-3/+40
1992-03-11Add .stmp-gcc to all-gcc target.Michael Tiemann1-1/+1
1992-03-11remove force from dependencies, add grep to allK. Richard Pixley2-24/+28
1992-03-11added check for conflicting configurations (srcdir vs not)K. Richard Pixley2-14/+24
1992-03-11remove trailing slashes from srcdir so gdb-mode won't get crankyK. Richard Pixley2-2/+10
1992-03-11drop flex. make stamp files workK. Richard Pixley2-174/+100
1992-03-11use relative paths for configure and srcdir when possibleK. Richard Pixley2-339/+378
1992-03-11Hooks for configuring newlibSteve Chamberlain2-278/+386
1992-03-10keep ChangeLog and gdb-all.texiK. Richard Pixley1-2/+4
1992-03-10keep ChangeLog and as-all.texinfoK. Richard Pixley1-1/+6
1992-03-09Interface routines for Lucid's tool protocol.Stu Grossman1-0/+286
1992-03-09 * symfile.h: Add prototype for iterate_over_msymbols().Fred Fish2-2/+35
* symtab.c (cplus_mangled_symbol): Add function. * symtab.c (lookup_symbol): Call cplus_mangled_symbol via iterate_over_msymbols to find demangled C++ symbol. * xcoffexec.c (relocate_minimal_symbol): Return meaningful value to iterate_over_msymbols(). * xcoffexec.c (vmap_symtab): Ignore return from iterate_over_ msymbols().
1992-03-08This is the third and final batch of makefile changes this round.K. Richard Pixley1-0/+3
These are Makefiles that do not participate in progressive yet have still been brought current. * added exec_prefix * default bindir now exec_prefix/bin * default libdir now exec_prefix/lib * default mandir now prefix/man * default infodir now prefix/info * added oldincludedir, default NULL * remove all traces of the old -subdirs and -namesubdir support, including code, for loops, and all subdir/unsubdir stuff. * remove old style staging targets {de-}stage[1234], comparison, bootstrapN, from all but the bootstrappable tools. * added check targets. * removed any "Last Mod" lines. * forced copyrights to '92 and shifted some from Cygnus to FSF. * added tooldir and program_prefix where needed. * updated texinfo and man pages, removed all references to multiple hosts or targets.
1992-03-08This is the second batch of makefile changes. Libg++ makefiles wereK. Richard Pixley10-286/+189
checked in earlier. These are Makefiles relevant to the progressive release currently in progress. * added exec_prefix * default bindir now exec_prefix/bin * default libdir now exec_prefix/lib * default mandir now prefix/man * default infodir now prefix/info * added oldincludedir, default NULL * remove all traces of the old -subdirs and -namesubdir support, including code, for loops, and all subdir/unsubdir stuff. * remove old style staging targets {de-}stage[1234], comparison, bootstrapN, from all but the bootstrappable tools. * added check targets. * removed any "Last Mod" lines. * forced copyrights to '92 and shifted some from Cygnus to FSF. * added tooldir and program_prefix where needed. * updated texinfo and man pages, removed all references to multiple hosts or targets.
1992-03-08include ansidecl.hK. Richard Pixley1-0/+1
1992-03-08added menu triggersK. Richard Pixley1-0/+8
1992-03-07 * coff-i960.c (icoff_little_vec): add COFF_SWAP_TABLE so we can run gdb on ↵Steve Chamberlain1-0/+8
little endian 960 code. * archive.c (compute_and_write_armap): indirect symbols should go into the archive header too.
1992-03-07*** empty log message ***Steve Chamberlain1-1/+6
1992-03-07Lint removal, extra prototypes.Steve Chamberlain5-15/+29
Recopied cplus-dem from gdb, makes more things come out right.
1992-03-07 * chew.c: now has -w switch turn on warningsSteve Chamberlain1-1/+6
1992-03-06Fix punctuation error in node Disabling, spotted by gnu.Roland Pesch2-2/+2