This is the mail archive of the insight@sourceware.org mailing list for the Insight 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]

Re: insight1.0/help/trace?


Keith Seitz wrote:
Thanks, Chris. I'll update the files.

I have committed the attached patch.


Keith

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.
Index: library/help/trace/locals.html
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/help/trace/locals.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- library/help/trace/locals.html	7 Feb 2000 00:19:42 -0000	1.1
+++ library/help/trace/locals.html	10 Nov 2006 07:10:40 -0000	1.2
@@ -54,8 +54,8 @@ in blue those variables whose values hav
 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: library/help/trace/watch.html
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/help/trace/watch.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- library/help/trace/watch.html	7 Feb 2000 00:19:42 -0000	1.1
+++ library/help/trace/watch.html	10 Nov 2006 07:10:40 -0000	1.2
@@ -89,7 +89,7 @@ in blue those variables whose values hav
 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>

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