aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Collapse)AuthorFilesLines
2002-01-22Remove->RemoteAndrew Cagney2-3/+7
2002-01-22Use texi2dvi instead of TEX/TEXINDEX.Andrew Cagney2-29/+21
2002-01-22Move remote protocol specification to an appendix.Andrew Cagney2-861/+868
2002-01-21Add menu entries for ``Remote Debugging''.Andrew Cagney2-0/+14
2002-01-21* gdb.texinfo (Remote): Move the sub-section ``The GDB remoteAndrew Cagney2-209/+212
serial protocol'' from here. (Remote Debugging): To here. New chapter.
2002-01-20Assume TARGET_BYTE_ORDER_SELECTABLE{,_P} is always true.Andrew Cagney2-6/+5
2002-01-20Remove assumption that there is a host.Andrew Cagney2-19/+45
2002-01-20Eliminate IEEE_FLOAT.Andrew Cagney2-4/+5
2002-01-20 (DJGPP Native): Fix overfull hboxes in examples. From Brian YoumansEli Zaretskii2-11/+14
<3diff@gnu.org>
2002-01-20Fix a typo.Eli Zaretskii1-1/+1
2002-01-20Fix last change.Eli Zaretskii1-9/+8
2002-01-20 * gdb.texinfo: Beautify copyright years; fix a typo.Eli Zaretskii1-0/+4
2002-01-20Eliminate MALLOC_INCOMPATIBLE.Andrew Cagney2-4/+5
2002-01-18Remove XDEPFILES from GDB.Andrew Cagney2-12/+9
2002-01-17Add an appendix for maintenance commands.Andrew Cagney2-42/+58
2002-01-17Remove links from @nodeAndrew Cagney2-1/+5
2002-01-17 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes andEli Zaretskii4-20/+411
for monstrous @multitable (from Brian Youmans). * fdl.texi: New file. * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
2002-01-15Doh. s/kdb/kbd/Andrew Cagney1-1/+1
2002-01-15* gdbint.texinfo (Releasing GDB): New chapter.Andrew Cagney2-0/+189
2002-01-15* gdb.texinfo (Embedded Processors, Calling program functions):Andrew Cagney2-250/+256
Obsolete references to a29k.
2002-01-15Review cleanups() section. Add examples.Andrew Cagney2-23/+74
2002-01-112002-01-11 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* gdb.texinfo (Choosing files): Change @samp to @file.
2002-01-102002-01-05 Michael Snyder <msnyder@redhat.com>Michael Snyder2-9/+22
* gdb.texinfo (--pid): Document new command line option (attach).
2002-01-07 * gdb.texinfo (Tracepoints): Clarify that tracepoints need supportEli Zaretskii2-1/+9
in the stub.
2002-01-05s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney2-1/+6
2002-01-04s/value_ptr/struct value */Andrew Cagney2-2/+7
2002-01-02(Free Software): Fix wording of the new section.Eli Zaretskii2-2/+6
2001-12-31Fix a typo in the last change.Eli Zaretskii1-1/+1
2001-12-31Fix last change.Eli Zaretskii1-1/+1
2001-12-31 * gdb.texinfo (Free Software): New section ``Free Software NeedsEli Zaretskii2-7/+102
Free Documentation''.
2001-12-30Fix the application of GFDL in the Copyright notice.Eli Zaretskii6-43/+32
2001-12-302001-12-29 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+6
* gdb.texinfo (maint info sections): Fix typo.
2001-12-272001-12-26 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+49
* gdb.texinfo (maint info sections): Document.
2001-12-272001-12-26 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+10
* gdb.texinfo (info proc): Comment out documentation for 'info proc' sub-options that are currently not implemented.
2001-12-20* gdbint.texinfo (TARGET_CHAR_SIGNED): Document.Jim Blandy2-0/+15
2001-12-15LITTLE_ENDIAN -> BFD_ENDIAN_LITTLEAndrew Cagney2-2/+7
2001-12-02Delete HOST_BYTE_ORDER.Andrew Cagney2-5/+5
2001-11-30* gdb.texinfo (Overlays): New chapter, documenting GDB'sJim Blandy2-0/+387
overlay support. Add to top-level menu.
2001-11-27 * gdb.texinfo (Command Syntax): Document C-o binding.Tom Tromey2-0/+11
2001-11-26* gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini useChristopher Faylor2-6/+14
since it is described in the referenced section. From Eli Zaretskii <eliz@is.elta.co.il> * gdb.texinfo (Command Files): Reword to make gdb.ini requirement clearer when using DJGPP.
2001-11-24Fix obvious typo (Bourn -> Bourne)Fred Fish1-1/+1
2001-11-24* win32-nat.c (_initialize_check_for_gdb_ini): New function.Christopher Faylor2-3/+10
* config/i386/xm-cygwin.h: Remove obsolete handling of __CYGWIN32__. (GDBINIT_FILENAME): Remove.
2001-11-22 * gdb.texinfo (Invoking GDB): Document --args.Tom Tromey2-0/+20
(Mode Options): Likewise.
2001-11-21* gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):Jim Blandy2-9/+6
Delete documentation; this macro has been removed from the sources.
2001-11-13* gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.Jim Blandy2-23/+43
2001-11-06 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.Corinna Vinschen2-0/+11
2001-11-052001-11-05 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+8
* gdb.texinfo (info functions): Document use of backslash to quote regexp chars in function names such as "operator*()".
2001-11-01Approved by kev@cygnus.comFred Fish2-2/+9
ChangeLog entry: 2001-11-01 Fred Fish <fnf@redhat.com> * coff-solib.c (coff_solib_add): Add new readsyms arg. * irix5-nat.c (solib_add): Ditto. * osfsolib.c (solib_add): Ditto. * pa64solib.c (pa64_solib_add): Ditto. * pa64solib.c (add_to_solist): Ditto. * pa64solib.c (read_dld_descriptor): Ditto. * solib.c (solib_add): Ditto. * somsolib.c (som_solib_add): Ditto. * win32-nat.c (child_solib_add): Ditto. * xcoffsolib.c (solib_add): Ditto. * coff-solib.h (coff_solib_add): Add new readsyms arg to prototype. * pa64solib.c (add_to_solist): Ditto. * pa64solib.c (read_dld_descriptor): Ditto. * pa64solib.h (pa64_solib_add): Ditto. * solib.h (solib_add): Ditto. * somsolib.h (som_solib_add): Ditto. * config/i386/tm-cygwin.h (child_solib_add): Ditto. * coff-solib.c (coff_solib_add): If readsyms is zero don't read symbols but do any other needed work for shared libs. * irix5-nat.c: Ditto. * osfsolib.c (solib_add): Ditto. * solib.c (solib_add): Ditto. * win32-nat.c (child_solib_add): Ditto. * xcoffsolib.c (solib_add): Ditto. * irix5-nat.c (sharedlibrary_command): Pass 1 as readsyms to solib_add to force reading of shared library symbols. * osfsolib.c (sharedlibrary_command;): Ditto. * pa64solib.c (pa64_solib_sharedlibrary_command): Ditto. * solib.c (sharedlibrary_command): Ditto. * somsolib.c (som_solib_sharedlibrary_command): Ditto. * xcoffsolib.c (sharedlibrary_command): Ditto. * coff-solib.c (coff_solib_create_inferior_hook): Call solib_add unconditionally with auto_solib_add. * irix5-nat.c (solib_create_inferior_hook): Ditto. * osfsolib.c (solib_create_inferior_hook): Ditto. * solib.c (solib_create_inferior_hook): Ditto. * solib-osf.c (osf_solib_create_inferior_hook): Ditto. * solib-svr4.c (enable_break): Ditto. * solib-sunos.c (sunos_solib_create_inferior_hook): Ditto. * corelow.c (solib_add_stub): Add auto_solib_add to args passed via SOLIB_ADD. * sol-thread.c (sol_thread_attach): Ditto. * config/rs6000/nm-rs6000.h (SOLIB_ADD): Ditto. * infcmd.c (attach_command): Remove auto_solib_add decl. Call SOLIB_ADD directly with auto_solib_add. * infrun.c (handle_inferior_event): Ditto. * coff-solib.h (SOLIB_ADD): Add readsyms arg. * pa64solib.h (SOLIB_ADD): Ditto. * solib.h (SOLIB_ADD): Ditto. * somsolib.h (SOLIB_ADD): Ditto. * config/i386/tm-cygwin.h (SOLIB_ADD): Ditto. * fork-child.c (clone_and_follow_inferior): Remove unused auto_solib_add decl. * pa64solib.c (pa64_solib_add): Call add_to_solist with readsyms. (read_dld_descriptor): Ditto. (pa64_solib_add): Call read_dld_descriptor with readsyms. (pa64_solib_in_dynamic_linker): Ditto. * corelow.c (symfile.h): Need this for auto_solib_add declaration. * sol-thread.c (symfile.h): Ditto. Approved by eliz@is.elta.co.il doc/ChangeLog entry: 2001-11-01 Fred Fish <fnf@redhat.com> * gdbint.texinfo (SOLIB_ADD): Document additional new "readsyms" arg.
2001-11-01Fixed formatting error.Don Howard1-2/+2
2001-10-312001-10-30 Don Howard <dhoward@redhat.com>Don Howard2-0/+19
* gdb.texinfo: (Command Files) Added documentation for the behavior of gdb with input redirected from a file.