OSDN Git Service

* help/trace/locals.html: Remove all references to gdb.ini. Even
authorKeith Seitz <keiths@redhat.com>
Fri, 10 Nov 2006 07:10:40 +0000 (07:10 +0000)
committerKeith Seitz <keiths@redhat.com>
Fri, 10 Nov 2006 07:10:40 +0000 (07:10 +0000)
        Cygwin now uses .gdbinit.
        * help/trace/watch.html: Likewise.

gdb/gdbtk/ChangeLog
gdb/gdbtk/library/help/trace/locals.html
gdb/gdbtk/library/help/trace/watch.html

index c3ec5ac..3c4d7b8 100644 (file)
@@ -1,3 +1,9 @@
+2006-11-09  Keith Seitz  <keiths@redhat.com>
+
+       * help/trace/locals.html: Remove all references to gdb.ini. Even
+       Cygwin now uses .gdbinit.
+       * help/trace/watch.html: Likewise.
+
 2006-09-28  Keith Seitz  <keiths@redhat.com>
 
        * aclocal.m4: Regenerate.
index d0b1d29..0599824 100644 (file)
@@ -54,8 +54,8 @@ in blue those variables whose values have changed.</P>
 other variables in decimal. To change the default display of variables, use the
 "set output-radix" command in the console window. (Type "help set output-radix" in the
 console window for help. To make this change permanent, it must be added to the user's
-init file -- .gdbinit under unix and gdb.ini under Windows.) To change the display
-format for a variable, select the Format option from either the Variable Menu or the
+init file -- .gdbinit.) To change the display format for a variable,
+select the Format option from either the Variable Menu or the
 <A HREF="#display_popup">Locals Pop-up Menu</A>.
 <BR>
 
index 373ad18..d980327 100644 (file)
@@ -89,7 +89,7 @@ in blue those variables whose values have changed.</P>
 other variables in decimal. To change the default display of variables, use the
 "set output-radix" command in the console window. (Type "help set output-radix" in the
 console window for help. To make this change permanent, it must be added to the user's
-init file -- .gdbinit under unix and gdb.ini under Windows.) To change the display
+init file -- .gdbinit.) To change the display
 format for a variable, select the Format option from either the Variable Menu or the
 <A HREF="#display_popup">Watch Pop-up Menu</A>.
 <BR>