aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
AgeCommit message (Collapse)AuthorFilesLines
2001-01-23* exec.c (xfer_memory): Add attrib argument.J.T. Conklin2-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.
2001-01-04 * gdbint.texinfo (POP_FRAME): Document use by return_command.Nicholas Duffek2-1/+5
2000-12-25GDB version and refcard copyright fixed.Eli Zaretskii2-3/+8
2000-12-05* gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,Andrew Cagney2-0/+17
DWARF2_REG_TO_REGNUM): Document.
2000-11-24Add --enable-gdb-build-warnings=... to configure{,.in}.Andrew Cagney2-5/+11
2000-11-19 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,Eli Zaretskii2-12/+17
as suggested by Dmitry Sivachenko <dima@Chg.RU>.
2000-11-17* gdb.texinfo: Document new 'set step-mode' command.Christopher Faylor2-0/+21
2000-10-16Spelling changes from Dmitry Sivachenko <dima@Chg.RU>.Eli Zaretskii2-3/+8
2000-09-26 * gdb.texinfo (Hooks): Document the new post-hook functionality.Eli Zaretskii2-1/+43
From Steven Johnson <sbjohnson@ozemail.com.au>.
2000-08-10* gdbint.texinfo (Overall Structure): Spelling fix.Mark Kettenis2-1/+5
2000-08-10 * gdbint.texinfo (Target Architecture Definition): Document thatEli Zaretskii2-2/+16
REGISTER_CONVERT_TO_VIRTUAL should only be called on a register for which REGISTER_CONVERTIBLE returns a zero value.
2000-07-09 * Makefile.in (install-info): Find files to install in either the buildEli Zaretskii2-7/+21
or source directories (adapted from Makefile.am). (From Chris Faylor.)
2000-07-07 * stabs.texinfo: Fix spelling errors.Nicholas Duffek2-39/+43
(String Field): FILE-NUMBER starts from 0, not 1.
2000-07-05Remove \centerline from the blurb. Patch from Brian Youmans.Eli Zaretskii2-5/+11
2000-06-25 * Makefile.in (install-info): Support installation from outside ofEli Zaretskii2-1/+8
the source directory. Reported by Mark Harig <markh@frazier.landmark.com>.
2000-06-20* gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.J.T. Conklin2-1/+5
2000-05-31Import texinfo.tex from texinfo-4.0.Andrew Cagney5-4/+77
Add support for ``make pdf'' to the gdb/doc directory using pdftex.
2000-05-24 * gdb.texinfo: Remove duplicate @syncodeindex. From BrianEli Zaretskii2-4/+6
Youmans.
2000-05-24et al. not et.al.Andrew Cagney2-2/+7
2000-05-24Remove quotes from arround for loop arg.Andrew Cagney2-1/+6
2000-05-19updateJimmy Guo1-0/+4
2000-05-19regenerateJimmy Guo1-4/+30
2000-05-17 * mmalloc/Makefile.in (install-info): Make sure $(infodir) exists.Eli Zaretskii2-0/+12
Run install-info program on the installed Info files. * gdb/doc/Makefile.in (install-info): Run install-info on installed Info files.
2000-05-12Add Stan to authors attempt two. Also add et.al.Andrew Cagney2-2/+3
2000-05-12Add Andrew Cagney. Add Stan Shebs as an author.Andrew Cagney2-1/+6
2000-05-09 * gdb.texinfo: Proofreading changes from Brian Youmans.Eli Zaretskii2-8/+21
2000-05-01 * gdb.texinfo (Command Files): Mention -x, use @enumerate forNicholas Duffek2-10/+29
startup sequence, minor edits.
2000-05-01* gdbint.texinfo (RETURN_VALUE_ON_STACK): Document.Jim Blandy1-0/+37
2000-05-01 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief inEli Zaretskii3-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.
2000-05-01Do not use @value{GDBN in @nodes.Andrew Cagney2-2/+6
2000-04-23 * Makefile.in (GDBMI_DIR): New variable.Eli Zaretskii3-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-172000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-8/+10
* gdb.texinfo (Files): Update description of add-symbol-file command.
2000-04-17Fixed incorrect date on the previous entry.Eli Zaretskii1-1/+1
2000-04-17 * gdb.texinfo (Porting GDB): Don't use @value in the node name, itEli Zaretskii2-1/+6
prevents the build (and is generally a Bad Idea).
2000-04-17 * gdb.texinfo (Protocol): Prevent makeinfo from complaining aboutEli Zaretskii2-8/+15
a comma inside @var. (Command Files): Index markup changes from Dmitry Sivachenko <dima@Chg.RU>.
2000-04-16 * Makefile.in (LN_S): Define.Eli Zaretskii3-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.
2000-04-14*** empty log message ***Jim Blandy1-0/+7
2000-04-14* gdbint.texinfo (Pointers Are Not Always Addresses): New manualJim Blandy1-0/+174
section. (Target Conditionals): Document ADDRESS_TO_POINTER, POINTER_TO_ADDRESS.
2000-04-12Typos fixed (from Dmitry Sivachenko <dima@Chg.RU>).Eli Zaretskii1-7/+2
2000-04-12Changelog entry for gdbint.texinfo fixDaniel Berlin1-0/+5
2000-04-12GDB->@value{GDBN}Daniel Berlin1-210/+210
2000-04-10*** empty log message ***Jim Blandy1-0/+5
2000-04-10Use the three-argument form of @xref to get the references right.Jim Blandy1-6/+8
2000-04-10* gdbint.texinfo (Target Architecture Definition): Fix screwed-upJim Blandy1-6/+6
references to ``Using Different Register and Memory Data Representations''.
2000-04-08*** empty log message ***Jim Blandy1-0/+8
2000-04-08* gdbint.texinfo (Using Different Register and Memory DataJim Blandy1-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.
2000-04-07ChangeLog forAndrew Cagney1-0/+5
/cvs/src/src/gdb/doc/gdb.texinfo,v <-- gdb.texinfo new revision: 1.13; previous revision: 1.12
2000-04-07Deprecate sequence-id's.Andrew Cagney1-29/+27
2000-04-03 * annotate.texi (Frame Annotations): Fix a cross-reference.Eli Zaretskii1-2/+2
2000-03-29Fix thread-extra-info name. qfThreadExtraInfo ->qThreadExtraInfo.Andrew Cagney2-1/+6