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]

[PATCH] Improve help text


Hi,

The help for the source window did not include all the menu entries. This patch adds a short description for the Close, Source, Connect to target, and Disconnect menu entries. These were previously missing.

I also removed the 'Windows Only' note because I see Print on Linux.

This is just a small change for the sake of completeness and because our testers spotted the omission.

Andrew Stubbs
2006-01-10  Andrew Stubbs  <andrew.stubbs@st.com>

	* library/help/source.html: Add entries for the missing menu commands.

Index: src/gdb/gdbtk/library/help/source.html
===================================================================
--- src.orig/gdb/gdbtk/library/help/source.html	2000-02-07 00:19:42.000000000 +0000
+++ src/gdb/gdbtk/library/help/source.html	2006-01-10 15:17:44.000000000 +0000
@@ -60,24 +60,32 @@ the program, and allows visualization of
 <DL>
 <DT>Open</DT>
 <DD>Opens a file selection dialog to select the executable to debug</DD>
+<DT>Close</DT>
+<DD>Closes a previously opened executable file</DD>
+<DT>Source</DT>
+<DD>Reads and executes GDB commands from a text file</DD>
 <DT>Target Settings...</DT>
 <DD>Opens the <A HREF="target.html">Target Selection Dialog</A> to edit target
 settings</DD>
 <DT>Page Setup</DT>
 <DD>(Windows only) Opens the Windows Page Setup dialog to configure printing</DD>
 <DT>Print</DT>
-<DD>(Windows only) Print the contents of the Source Window Display</DD>
+<DD>Print the contents of the Source Window Display</DD>
 <DT>Exit</DT>
 <DD>Exits the debugger</DD>
 </DL>
 
 <H4><A NAME="menus_run"></A>Run Menu</H4>
 <DL>
+<DT>Connect to target</DT>
+<DD>Connect to the target specified in the <A HREF="target.html">Target Selection Dialog</A>. Open the dialog if there are no current settings.</DD>
 <DT>Download</DT>
 <DD>Initiates download of the executable onto the target via the protocol specified
 in the <A HREF="target.html">Target Selection Dialog</A></DD>
 <DT>Run</DT>
 <DD>Runs or re-runs the program</DD>
+<DT>Disconnect</DT>
+<DD>Close a previously opened connection</DD>
 </DL>
 
 <H4><A NAME="menus_view"></A>View Menu</H4>

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