aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Collapse)AuthorFilesLines
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.
2001-10-30Changes approved by kev@cygnus.com, ezannoni@cygnus.com, eliz@is.elta.co.il.Fred Fish2-13/+47
Changelog: 2001-10-27 Fred Fish <fnf@redhat.com> * symfile.c (auto_solib_add): Update comment to note that this variable is now just used as a boolean to control shlib autoloading, and clarify when it is used. * symfile.h (auto_solib_add): Ditto. * symfile.c (auto_solib_limit): New variable that holds the autoloading threshold instead of overloading auto_solib_add. * symfile.h (auto_solib_limit): Ditto. * irix5-nat.c (_initialize_solib): Change auto-solib-add variable from var_zinteger to var_boolean and update help. * osfsolib.c (_initialize_solib): Ditto. * pa64solib.c (_initialize_pa64_solib): Ditto. * solib.c (_initialize_solib): Ditto. * somsolib.c (_initialize_som_solib): Ditto. * xcoffsolib.c (_initialize_solib): Ditto. * pa64solib.c (pa64_solib_total_st_size): Update comment to note that the new auto_solib_limit variable is used instead of overloading auto_solib_add variable. (_initialize_pa64_solib): Ditto. * somsolib.c (som_solib_total_st_size): Ditto. (_initialize_som_solib): Ditto. * pa64solib.c (_initialize_pa64_solib): Add new set/show commands for auto-solib-limit variable. * somsolib.c (_initialize_som_solib): Ditto * pa64solib.c (add_to_solist): Check that auto_solib_add is set and use auto_solib_limit as the threshold size instead of auto_solib_add. * somsolib.c (som_solib_add): Ditto, and also change warning text about size threshold exceeded. doc/ChangeLog: 2001-10-28 Fred Fish <fnf@redhat.com> * gdb.texinfo (auto-solib-add): Change docs to match implementation change. (auto-solib-limit): Add docs for new variable.
2001-10-16* value.h (value_as_address): Rename value_as_pointer.Andrew Cagney2-1/+6
* eval.c, findvar.c, gnu-v2-abi.c, gnu-v3-abi.c, jv-lang.c, jv-valprint.c, printcmd.c, stack.c, top.c, valarith.c, valops.c, values.c: Update.
2001-10-15Add INTEGER_TO_ADDRESS to hadle nasty harvard architectures that doAndrew Cagney2-1/+31
funnies to integer to address conversions.
2001-10-12* Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recentJim Blandy2-1/+6
version of texi2html (1.64) doesn't support this flag any more.
2001-09-12Remove incomplete section on overlays, committed by accident.Jim Blandy1-79/+0
2001-09-08* gdbint.texinfo (Host Definition): Remove description ofMark Kettenis2-5/+3
MEM_FNS_DECLARED.
2001-09-08* gdbint.texinfo (Host Definition): Remove description of R_OK.Mark Kettenis2-3/+2
2001-09-08* gdbint.texinfo (Host Definition): Remove description ofMark Kettenis2-5/+5
HAVE_SIGSETMASK.
2001-09-062001-09-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-1/+18
* gdbint.texinfo (Target Architecture Definition): Add explanation of TARGET_PRINT_INSN macro.
2001-08-31* gdb.texinfo (`add-symbol-file'): Correct synopsis.Jim Blandy2-1/+119
Explain what it means to load relocatable files.
2001-08-30*** empty log message ***Jim Blandy1-0/+5
2001-08-28* gdbint.texinfo: Bring the HTML `top' menu into sync with theJim Blandy1-0/+3
info `top' menu.
2001-08-15* gdbint.texinfo: Add a cautionary note about macro use.Christopher Faylor2-0/+6
2001-08-02 * gdb.texinfo: Explain omitting the hostname in theCorinna Vinschen2-0/+17
`target remote' command.
2001-07-31 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRYDaniel Jacobowitz2-2/+5
and END-INFO-DIR-ENTRY.
2001-07-28 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.Stephane Carrez2-6/+10
2001-07-26* gdbint.texinfo (libgdb): Rewrite.Andrew Cagney2-3/+116