This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Doc: Change value{gdbn} to value{GDBN}.


2002-02-01  Michael Snyder  <msnyder@redhat.com>

	* gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.84
diff -c -3 -p -r1.84 gdb.texinfo
*** gdb.texinfo	2002/02/01 17:29:55	1.84
--- gdb.texinfo	2002/02/01 18:39:21
*************** enhancement to debugging performance.
*** 9422,9428 ****
  The default is off.
  
  @item set trust-readonly-sections off
! Tell @value{gdbn} not to trust readonly sections.  This means that
  the contents of the section might change while the program is running,
  and must therefore be fetched from the target when needed.
  @end table
--- 9422,9428 ----
  The default is off.
  
  @item set trust-readonly-sections off
! Tell @value{GDBN} not to trust readonly sections.  This means that
  the contents of the section might change while the program is running,
  and must therefore be fetched from the target when needed.
  @end table


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]