From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22342 invoked by alias); 10 Jan 2006 16:12:14 -0000 Received: (qmail 22328 invoked by uid 22791); 10 Jan 2006 16:12:13 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-04.spheriq.net (HELO lon-del-04.spheriq.net) (195.46.50.101) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 10 Jan 2006 16:12:11 +0000 Received: from lon-out-01.spheriq.net ([195.46.50.129]) by lon-del-04.spheriq.net with ESMTP id k0AGC6Rj031033 for ; Tue, 10 Jan 2006 16:12:06 GMT Received: from lon-cus-01.spheriq.net (lon-cus-01.spheriq.net [195.46.50.37]) by lon-out-01.spheriq.net with ESMTP id k0AGC3sG009312 for ; Tue, 10 Jan 2006 16:12:03 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-01.spheriq.net with ESMTP id k0AGBpkb032175 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Tue, 10 Jan 2006 16:11:53 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 5C66EDA4B for ; Tue, 10 Jan 2006 16:11:51 +0000 (GMT) Received: by zeta.dmz-eu.st.com (STMicroelectronics, from userid 60012) id 0CADD4760D; Tue, 10 Jan 2006 16:15:16 +0000 (GMT) Received: from zeta.dmz-eu.st.com (localhost [127.0.0.1]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id C1A5475994 for ; Tue, 10 Jan 2006 16:15:15 +0000 (UTC) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 3131747603 for ; Tue, 10 Jan 2006 16:15:15 +0000 (GMT) Received: from [164.129.15.13] (terrorhawk.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CHC90951 (AUTH stubbsa); Tue, 10 Jan 2006 16:11:48 GMT Message-ID: <43C3DC4F.5090308@st.com> Date: Tue, 10 Jan 2006 16:12:00 -0000 From: Andrew STUBBS User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) MIME-Version: 1.0 To: insight@sourceware.org Subject: [PATCH] Improve help text Content-Type: multipart/mixed; boundary="------------040103000406030209060907" X-O-Spoofed: Not Scanned X-O-General-Status: No X-O-Spam1-Status: Not Scanned X-O-Spam2-Status: Not Scanned X-O-URL-Status: Not Scanned X-O-Virus1-Status: No X-O-Virus2-Status: Not Scanned X-O-Virus3-Status: No X-O-Virus4-Status: No X-O-Virus5-Status: Not Scanned X-O-Image-Status: Not Scanned X-O-Attach-Status: Not Scanned X-SpheriQ-Ver: 4.2.0 X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00014.txt.bz2 This is a multi-part message in MIME format. --------------040103000406030209060907 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 404 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 --------------040103000406030209060907 Content-Type: text/plain; name="insight-help.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="insight-help.patch" Content-length: 1698 2006-01-10 Andrew Stubbs * 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
Open
Opens a file selection dialog to select the executable to debug
+
Close
+
Closes a previously opened executable file
+
Source
+
Reads and executes GDB commands from a text file
Target Settings...
Opens the Target Selection Dialog to edit target settings
Page Setup
(Windows only) Opens the Windows Page Setup dialog to configure printing
Print
-
(Windows only) Print the contents of the Source Window Display
+
Print the contents of the Source Window Display
Exit
Exits the debugger

Run Menu

+
Connect to target
+
Connect to the target specified in the Target Selection Dialog. Open the dialog if there are no current settings.
Download
Initiates download of the executable onto the target via the protocol specified in the Target Selection Dialog
Run
Runs or re-runs the program
+
Disconnect
+
Close a previously opened connection

View Menu

--------------040103000406030209060907--