summaryrefslogtreecommitdiff
path: root/gdb/doc
Commit message (Collapse)AuthorAgeFilesLines
* * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".Eli Zaretskii2001-02-212-4/+13
|
* * gdb.texinfo (Environment): Document that `path' does not changeEli Zaretskii2001-02-112-1/+7
| | | | | | the value of PATH in GDB's own environment (it did in the past, but that was changed on March 15, 1994). Reported by Doug Evans <dje@transmeta.com>.
* * gdbint.texinfo: Fix up @itemize lists so that @item is alone onEli Zaretskii2001-02-112-617/+982
| | | | its line. Fix markup of commands. Add an index and index entries.
* * exec.c (xfer_memory): Add attrib argument.J.T. Conklin2001-01-232-1/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * infptrace.c (child_xfer_memory): Likewise. * monitor.c (monitor_xfer_memory): Likewise. * remote-adapt.c (adapt_xfer_inferior_memory): Likewise. * remote-array.c (array_xfer_memory): Likewise. * remote-bug.c (bug_xfer_memory): Likewise. * remote-e7000.c (e7000_xfer_inferior_memory): Likewise. * remote-eb.c (eb_xfer_inferior_memory): Likewise. * remote-es.c (es1800_xfer_inferior_memory): Likewise. * remote-mips.c (mips_xfer_memory): Likewise. * remote-mm.c (mm_xfer_inferior_memory): Likewise. * remote-nindy.c (nindy_xfer_inferior_memory): Likewise. * remote-os9k.c (rombug_xfer_inferior_memory): Likewise. * remote-rdi.c (arm_rdi_xfer_memory): Likewise. * remote-rdp.c (remote_rdp_xfer_inferior_memory): Likewise. * remote-sds.c (sds_xfer_memory): Likewise. * remote-sim.c (gdbsim_xfer_inferior_memory): Likewise. * remote-st.c (st2000_xfer_inferior_memory): Likewise. * remote-udi.c (udi_xfer_inferior_memory): Likewise. * remote-vx.c (vx_xfer_memory): Likewise. * remote.c (remote_xfer_memory): Likewise. * target.c (debug_to_xfer_memory, do_xfer_memory): Likewise. * target.h (child_xfer_memory, do_xfer_memory, xfer_memory): Likewise. * target.h (#include "memattr.h"): Added. (target_ops.to_xfer_memory): Add attrib argument. * wince.c (_initialize_inftarg): Removed call to set_dcache_state. * dcache.h (set_dcache_state): Removed declaration. * dcache.c (set_dcache_state): Removed definition * dcache.c: Update module comment, as dcache is now enabled and disabled with memory region attributes instead of by the global variable "remotecache". Add comment describing the interaction between dcache and memory region attributes. (dcache_xfer_memory): Add comment describing benefits of moving cache writeback to a higher level. (dcache_struct): Removed cache_has_stuff field. This was used to record whether the cache had been accessed in order to invalidate it when it was disabled. However, this is not needed because the cache is write through and the code that enables, disables, and deletes memory regions invalidate the cache. Add comment which suggests that we could be more selective and only invalidate those cache lines containing data from those memory regions. (dcache_invalidate): Updated. (dcache_xfer_memory): Updated. (dcache_alloc): Don't abort() if dcache_enabled_p is clear. (dcache_xfer_memory): Removed code that called do_xfer_memory() to perform a uncached transfer if dcache_enabled_p was clear. This function is now only called if caching is enabled for the memory region. (dcache_info): Always print cache info. * target.c (do_xfer_memory): Add attrib argument. (target_xfer_memory, target_xfer_memory_partial): Break transfer into chunks defined by memory regions, pass region attributes to do_xfer_memory(). * dcache.c (dcache_read_line, dcache_write_line): Likewise. * Makefile.in (SFILES): Add memattr.c. (COMMON_OBS): Add memattr.o. (dcache.o): Add target.h to dependencies. * memattr.c: New file. * memattr.h: Likewise.
* * gdbint.texinfo (POP_FRAME): Document use by return_command.Nicholas Duffek2001-01-042-1/+5
|
* GDB version and refcard copyright fixed.Eli Zaretskii2000-12-252-3/+8
|
* * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,Andrew Cagney2000-12-052-0/+17
| | | | DWARF2_REG_TO_REGNUM): Document.
* Add --enable-gdb-build-warnings=... to configure{,.in}.Andrew Cagney2000-11-242-5/+11
|
* * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,Eli Zaretskii2000-11-192-12/+17
| | | | as suggested by Dmitry Sivachenko <dima@Chg.RU>.
* * gdb.texinfo: Document new 'set step-mode' command.Christopher Faylor2000-11-172-0/+21
|
* Spelling changes from Dmitry Sivachenko <dima@Chg.RU>.Eli Zaretskii2000-10-162-3/+8
|
* * gdb.texinfo (Hooks): Document the new post-hook functionality.Eli Zaretskii2000-09-262-1/+43
| | | | From Steven Johnson <sbjohnson@ozemail.com.au>.
* * gdbint.texinfo (Overall Structure): Spelling fix.Mark Kettenis2000-08-102-1/+5
|
* * gdbint.texinfo (Target Architecture Definition): Document thatEli Zaretskii2000-08-102-2/+16
| | | | | REGISTER_CONVERT_TO_VIRTUAL should only be called on a register for which REGISTER_CONVERTIBLE returns a zero value.
* * Makefile.in (install-info): Find files to install in either the buildEli Zaretskii2000-07-092-7/+21
| | | | | or source directories (adapted from Makefile.am). (From Chris Faylor.)
* * stabs.texinfo: Fix spelling errors.Nicholas Duffek2000-07-072-39/+43
| | | | (String Field): FILE-NUMBER starts from 0, not 1.
* Remove \centerline from the blurb. Patch from Brian Youmans.Eli Zaretskii2000-07-052-5/+11
|
* * Makefile.in (install-info): Support installation from outside ofEli Zaretskii2000-06-252-1/+8
| | | | | the source directory. Reported by Mark Harig <markh@frazier.landmark.com>.
* * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.J.T. Conklin2000-06-202-1/+5
|
* Import texinfo.tex from texinfo-4.0.Andrew Cagney2000-05-315-4/+77
| | | | Add support for ``make pdf'' to the gdb/doc directory using pdftex.
* * gdb.texinfo: Remove duplicate @syncodeindex. From BrianEli Zaretskii2000-05-242-4/+6
| | | | Youmans.
* et al. not et.al.Andrew Cagney2000-05-242-2/+7
|
* Remove quotes from arround for loop arg.Andrew Cagney2000-05-242-1/+6
|
* updateJimmy Guo2000-05-191-0/+4
|
* regenerateJimmy Guo2000-05-191-4/+30
|
* * mmalloc/Makefile.in (install-info): Make sure $(infodir) exists.Eli Zaretskii2000-05-172-0/+12
| | | | | | Run install-info program on the installed Info files. * gdb/doc/Makefile.in (install-info): Run install-info on installed Info files.
* Add Stan to authors attempt two. Also add et.al.Andrew Cagney2000-05-122-2/+3
|
* Add Andrew Cagney. Add Stan Shebs as an author.Andrew Cagney2000-05-122-1/+6
|
* * gdb.texinfo: Proofreading changes from Brian Youmans.Eli Zaretskii2000-05-092-8/+21
|
* * gdb.texinfo (Command Files): Mention -x, use @enumerate forNicholas Duffek2000-05-012-10/+29
| | | | startup sequence, minor edits.
* * gdbint.texinfo (RETURN_VALUE_ON_STACK): Document.Jim Blandy2000-05-011-0/+37
|
* * annotate.texi: Remove "@syncodeindex fn cp", it causes grief inEli Zaretskii2000-05-013-56/+67
| | | | | | | | | TeX. * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries "@kindex f" into "@kindex f (foo)", otherwise we get index entries like `n' and `s' which look weird. Convert some of the @kindex to @vindex, when they refer to variables, not commands.
* Do not use @value{GDBN in @nodes.Andrew Cagney2000-05-012-2/+6
|
* * Makefile.in (GDBMI_DIR): New variable.Eli Zaretskii2000-04-233-11/+38
| | | | | | | | | | | | | | | | | | | (SET_TEXINPUTS): Add $(GDBMI_DIR). (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo. (gdbmi.texinfo): New target, for texi2roff. (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo. (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}". * gdb.texinfo (Top): Add GDB/MI to the main menu and @include gdbmi.texinfo. (Mode Options): Add xref to GDB/MI docs and remove a FIXME comment. * gdbmi.texinfo: Lots of changes, to include this document as part of the GDB manual. * TODO, NEWS: Update due to inclusion of gdbmi.texinfo in the GDB manual.
* 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-04-172-8/+10
| | | | | * gdb.texinfo (Files): Update description of add-symbol-file command.
* Fixed incorrect date on the previous entry.Eli Zaretskii2000-04-171-1/+1
|
* * gdb.texinfo (Porting GDB): Don't use @value in the node name, itEli Zaretskii2000-04-172-1/+6
| | | | prevents the build (and is generally a Bad Idea).
* * gdb.texinfo (Protocol): Prevent makeinfo from complaining aboutEli Zaretskii2000-04-172-8/+15
| | | | | | a comma inside @var. (Command Files): Index markup changes from Dmitry Sivachenko <dima@Chg.RU>.
* * Makefile.in (LN_S): Define.Eli Zaretskii2000-04-163-4/+17
| | | | | | | (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't invoke "ln -s" unless it is known to work. * configure.in (AC_PROG_LN_S): Add.
* *** empty log message ***Jim Blandy2000-04-141-0/+7
|
* * gdbint.texinfo (Pointers Are Not Always Addresses): New manualJim Blandy2000-04-141-0/+174
| | | | | | section. (Target Conditionals): Document ADDRESS_TO_POINTER, POINTER_TO_ADDRESS.
* Typos fixed (from Dmitry Sivachenko <dima@Chg.RU>).Eli Zaretskii2000-04-121-7/+2
|
* Changelog entry for gdbint.texinfo fixDaniel Berlin2000-04-121-0/+5
|
* GDB->@value{GDBN}Daniel Berlin2000-04-121-210/+210
|
* *** empty log message ***Jim Blandy2000-04-101-0/+5
|
* Use the three-argument form of @xref to get the references right.Jim Blandy2000-04-101-6/+8
|
* * gdbint.texinfo (Target Architecture Definition): Fix screwed-upJim Blandy2000-04-101-6/+6
| | | | | references to ``Using Different Register and Memory Data Representations''.
* *** empty log message ***Jim Blandy2000-04-081-0/+8
|
* * gdbint.texinfo (Using Different Register and Memory DataJim Blandy2000-04-081-0/+115
| | | | | | | Representations): New section. (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE, REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Document.
* ChangeLog forAndrew Cagney2000-04-071-0/+5
| | | | | /cvs/src/src/gdb/doc/gdb.texinfo,v <-- gdb.texinfo new revision: 1.13; previous revision: 1.12