public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Andrew STUBBS <andrew.stubbs@st.com>
To: insight@sourceware.org
Subject: [PATCH] Improve help text
Date: Tue, 10 Jan 2006 16:12:00 -0000	[thread overview]
Message-ID: <43C3DC4F.5090308@st.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 404 bytes --]

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

[-- Attachment #2: insight-help.patch --]
[-- Type: text/plain, Size: 1698 bytes --]

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>

                 reply	other threads:[~2006-01-10 16:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43C3DC4F.5090308@st.com \
    --to=andrew.stubbs@st.com \
    --cc=insight@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).