aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Collapse)AuthorFilesLines
1996-06-30(all-cfg.text): @set SPARCLET.David Edelsohn3-39/+45
(gdb-texinfo): Add sparclet. (remote.texi): Restore vxworks clobberage. Fix sparclet typos.
1996-06-29 * remote.texi: Add documentation for target Sparclet.Dawn Perchik2-36/+192
1996-06-25 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,Jason Molenda5-13/+811
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values. * configure.in: Rewritten for autoconf. * configure: New.
1996-06-17 * Makefile.in (DVIPS): New define, set to dvips.Fred Fish2-29/+57
(dvi): Add stabs.dvi. (ps): New target. (all-doc): Depend on info, dvi, and ps targets. (STAGESTUFF): Add *.ps and *.dvi files. (clean-info, clean-dvi): Remove. (mostlyclean): Does not depend upon clean-info or clean-dvi, rules completely rewritten. (maintainer-clean): Remove clean-info and clean-dvi dependencies and put their actions in the rules. (gdb.ps): New target (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove intermediate TeX files, whether they have 2 or 3 character extensions. (gdbint.ps): Add target and rules. (gdb-internals): Delete unused target. (Makefile): Depends upon config.status also.
1996-03-16 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>Fred Fish2-4/+8
* gdb.texinfo (Expressions): Fix erroneous array constant example.
1996-03-16 * gdb.texinfo: Add missing "@bullet" to some "@itemize"Fred Fish2-4/+9
commands.
1996-02-10 * gdb.texinfo (Print settings): DocumentPeter Schauer2-0/+17
`set/show print static-members' commands.
1996-01-11 * coredep.c: Renamed to core-aout.cFred Fish1-0/+5
* core-svr4.c: Renamed to core-regset.c * Makefile.in (ALLDEPFILES): Account for renamings. * corelow.c (core_file_fns): Add, points to chain of structs. (add_core_fns): New function to build chain of structs. (get_core_registers): Modify to search core functions chain and call appropriate fetch_core_registers function based on core file flavour. * gdbcore.h (fetch_core_registers): Remove declaration. (struct core_fns): Define struct for core function info. * i386m3-nat.c: Update comment for filename change (coredep->core-aout) * a68v-nat.c (fetch_core_registers): Remove stub, not needed now. * alpha-nat.c (fetch_core_registers): Make static. (alpha_core_fns, _initialize_core_alpha): New struct and func. * core-aout.c (fetch_core_registers): Make static (aout_core_fns, _initialize_core_aout): New struct and func. * core-regset.c (fetch_core_registers): Make static. (regset_core_fns, _initialize_core_regset): New struct and func. * core-sol2.c (fetch_core_registers): Make static. (solaris_core_fns, _initialize_core_solaris): New struct and func. * hp300ux-nat.c (fetch_core_registers): Make static. (hp300ux_core_fns, _initialize_core_hp300ux): New struct and func. * i386aix-nat.c (fetch_core_registers): Make static. (i386aix_core_fns, _initialize_core_i386aix): New struct and func. * i386mach-nat.c (fetch_core_registers: Make static. (i386mach_core_fns, _initialize_core_i386mach): New struct and func. * irix4-nat.c (fetch_core_registers): Make static. (irix4_core_fns, _initialize_core_irix4): New struct and func. * irix5-nat.c (fetch_core_registers): (irix5_core_fns, _initialize_core_irix5): New struct and func. * lynx-nat.c (fetch_core_registers): Make static. (lynx_core_fns, _initialize_core_lynx): New struct and func. * mips-nat.c (fetch_core_registers): Make static. (mips_core_fns, _initialize_core_mips): New struct and func. * ns32km3-nat.c (fetch_core_registers): Remove stub. * rs6000-nat.c (fetch_core_registers): Make static. (rs6000_core_fns, _initialize_core_rs6000): New struct and func. * sparc-nat.c (fetch_core_registers): Make static. (sparc_core_fns, _initialize_core_sparc): New struct and func. * sun3-nat.c (fetch_core_registers): (sun3_core_fns, _initialize_core_sun3): New struct and func. * sun386-nat.c (fetch_core_registers): Remove stub. * ultra3-nat.c (fetch_core_registers): Make static. (ultra3_core_fns, _initialize_core_ultra3): New struct and func. * config/gould/pn.mh (XDEPFILES), config/i386/fbsd.mh (NATDEPFILES), config/i386/i386bsd.mh (NATDEPFILES), config/i386/i386m3.mh (XDEPFILES), config/i386/i386sco.mh (NATDEPFILES), config/i386/i386sco4.mh (NATDEPFILES), config/i386/i386v.mh (NATDEPFILES), config/i386/i386v32.mh (NATDEPFILES), config/i386/nbsd.mh (NATDEPFILES), config/i386/ptx.mh (XDEPFILES), config/i386/ptx4.mh (XDEPFILES), config/i386/symmetry.mh (NATDEPFILES), config/m68k/3b1.mh (XDEPFILES), config/m68k/cisco.mt (TDEPFILES), config/m68k/delta68.mh (NATDEPFILES), config/m68k/dpx2.mh (NATDEPFILES), config/m68k/hp300bsd.mh (NATDEPFILES), config/m68k/hp300hpux.mh (NATDEPFILES), config/m68k/isi.mh (XDEPFILES), config/m68k/news.mh (NATDEPFILES), config/m68k/news1000.mh (XDEPFILES), config/m88k/cxux.mh (NATDEPFILES), config/m88k/delta88.mh (NATDEPFILES), config/mips/littlemips.mh (XDEPFILES), config/mips/mipsm3.mh (XDEPFILES), config/ns32k/merlin.mh (XDEPFILES), config/ns32k/nbsd.mh (NATDEPFILES), config/ns32k/ns32km3.mh (NATDEPFILES), config/pa/hppabsd.mh (NATDEPFILES), config/pa/hppahpux.mh (NATDEPFILES), config/romp/rtbsd.mh (XDEPFILES), config/tahoe/tahoe.mh (XDEPFILES), config/vax/vaxbsd.mh (XDEPFILES), config/vax/vaxult.mh (NATDEPFILES), config/vax/vaxult2.mh (NATDEPFILES), Account for coredep.o to core-aout.o name change. * config/i386/i386dgux (NATDEPFILES), config/i386/i386sol2.mh (NATDEPFILES), config/i386/i386v4.mh (NATDEPFILES), config/i386/linux.mh (NATDEPFILES), config/i386/ncr3000.mh (NATDEPFILES), config/m68k/m68kv4.mh (NATDEPFILES), config/m88k/delta88v4.mh (NATDEPFILES), config/mips/mipsv4.mh (NATDEPFILES), Account for core-svr4.o to core-regset.o name change.
1995-12-13 * stabs.texinfo (Include Files): Document the values the SunOS4Ian Lance Taylor2-6/+17
linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
1995-12-09 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.Fred Fish1-0/+5
Fix typo.
1995-11-10 modified from 95q4Victoria Mixon3-9/+9
1995-09-20add maintainer-clean Makefile targetsIan Lance Taylor2-1/+6
1995-08-03Document FSF address updating of all files with FSF addresses,Fred Fish1-0/+4
except for the COPYING* files.
1995-08-02Update FSF address.Fred Fish3-7/+8
1995-07-20 From Richard Earnshaw (rearnsha@armltd.co.uk):Stan Shebs2-2/+20
* gdb.texinfo (convenience variables): Document $_exitcode. (quit): Document optional expression to use as exit code.
1995-06-22 gdb.texinfo: gdb manual up to date for 95q3Victoria Mixon2-698/+966
remote.texi:
1995-06-20 * gdb.texinfo: Update dates and versions, fix comments aboutStan Shebs2-20/+21
hardware watchpoints in future releases and about the sharedlibrary command.
1995-05-25Update gdbtk keep/lose to match main GDB sanitizeStan Shebs1-11/+18
1995-05-08 * stabs.texinfo: Remove node `XCOFF differences'. Describe value ofJim Kingdon2-134/+81
C_FUN stab. Other cleanups.
1995-04-19 * remote.texi (Bootstrapping): Clarify that flush_i_cache is onlyJim Kingdon2-3/+8
for the sparc stub.
1995-04-11 * annotate.texi: Clarify which addresses have differing formatsJim Kingdon2-5/+19
depending on the language and which do not.
1995-03-29* remote.texi (NetWare): Changed example to use BOARD= instead ofJ.T. Conklin2-5/+10
NODE= argument to reflect correspoding change to gdbserve.nlm.
1995-03-17 * stabs.texinfo (Negative Type Numbers): Mention the fact thatJim Kingdon2-1/+6
GDB, as well as AIX dbx, supports the size type attribute.
1995-03-16* stabs.texinfo (Negative Type Numbers): Document types -31 to -34.Jim Kingdon2-0/+16
1995-03-14 * gdb.texinfo (Define): Document $arg0... arguments to commands,Per Bothner2-1/+41
and new 'if' and 'while' commands.
1995-02-17 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.Per Bothner2-0/+20
1995-02-15* all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.J.T. Conklin3-0/+70
* remote.texi (NetWare): New node, how to use gdbserve.nlm on NetWare targets. Mostly stolen from the Server node.
1995-02-11 * gdb.texinfo (Setting): Talk about the language of a source fileJim Kingdon2-27/+69
versus the working language. The old documentation did not match what GDB did.
1995-02-02 * stabs.texinfo (Source Files): Document N_SO used to mark the endJim Kingdon2-0/+14
of a source file.
1995-01-23* gdb.texinfo (Processes): New node.Jim Kingdon2-0/+29
1995-01-17 * remote.texi: Update documentation of set/show mipsfpu.Ian Lance Taylor2-5/+21
1995-01-07Keep/lose gdbtk docsStan Shebs1-0/+42
1995-01-07 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.Stan Shebs3-0/+434
* Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
1994-09-16 remote.texi: asynctsr must run before mode (Hitachi stuff)Jeffrey Osier1-2/+2
1994-09-04 * gdbint.texinfo: Removed mentions of some incorrectly placed andStan Shebs1-0/+5
obsolete conditionals, described some others.
1994-08-01 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA andJean Marie Diaz1-0/+5
SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
1994-08-01 * gdbint.texinfo: Put regex conditionals in their own table.Stan Shebs2-0/+8
1994-07-27 * gdbint.texinfo: Removed mentions of many obsolete conditionals,Stan Shebs2-250/+187
described or fixed the descriptions of many others.
1994-07-17 * gdb.texinfo: Add some more credits.Stan Shebs2-15/+36
* gdbint.texinfo: Capitalize GDB consistently, describe some macros and remove some.
1994-07-15 * gdbint.texinfo: Removed mentions of many incorrectly placed andStan Shebs2-222/+137
obsolete conditionals, described some others.
1994-07-12 * gdb.texinfo (help targets): Changed to `help target', whichPeter Schauer2-2/+7
is the correct gdb command.
1994-07-12Various updatesStan Shebs1-10/+3
1994-06-23 * annotate.texi (TODO): New node, for keeping track of annotationsJim Kingdon2-0/+23
suggested but not yet implemented.
1994-06-01 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points toJim Kingdon2-5/+10
another symbol, it is not the address itself.
1994-05-24Mention gdb-testers-request as well as gdb-testers. (not in ChangeLogJim Kingdon1-8/+10
because gdb distributions should not contain references to snapshots).
1994-05-06Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs2-0/+19
* stabs.texinfo (Stab Section Basics): Add comment about alignment of stabs-in-coff sections.
1994-05-05 * annotate.texi: Change edition to 0.5 and date to May 1994.Jim Kingdon2-3/+295
Add index. (Frames): New node, for frame annotation. (Displays): New node, for display annotation.
1994-05-04 * remote.texi (MIPS Remote): Say that set timeout doesn't applyJim Kingdon2-0/+10
when waiting for your program to stop.
1994-04-30 * annotate.texi (Breakpoint Info): Document annotation of headerJim Kingdon2-8/+13
fields and record annotation.
1994-04-28* annotate.texi: New file, to document annotations.Jim Kingdon1-0/+37