From: kseitz Date: Tue, 24 Jan 2006 01:33:35 +0000 (+0000) Subject: From Andrew Stubbs : X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9a46a4db8403a71c313e08606953be34792ca845;p=pf3gnuchains%2Fpf3gnuchains3x.git From Andrew Stubbs : * library/help/source.html: Add entries for the missing menu commands. --- diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog index f671b68a0b..e40f56db6f 100644 --- a/gdb/gdbtk/ChangeLog +++ b/gdb/gdbtk/ChangeLog @@ -1,6 +1,11 @@ 2006-01-23 Keith Seitz From Andrew Stubbs : + * library/help/source.html: Add entries for the missing menu commands. + +2006-01-23 Keith Seitz + + From Andrew Stubbs : * library/mempref.itb (MemPref::constructor): Allow the Byte Per Row combo box to accept arbitrary values. (MemPref::set_bytes_per_row): Validate the new value; reject invalid diff --git a/gdb/gdbtk/library/help/source.html b/gdb/gdbtk/library/help/source.html index c37091a946..0e04eac657 100644 --- a/gdb/gdbtk/library/help/source.html +++ b/gdb/gdbtk/library/help/source.html @@ -60,24 +60,32 @@ the program, and allows visualization of the program execution.
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