OSDN Git Service

From Andrew Stubbs <andrew.stubbs@st.com>:
authorkseitz <kseitz>
Tue, 24 Jan 2006 01:33:35 +0000 (01:33 +0000)
committerkseitz <kseitz>
Tue, 24 Jan 2006 01:33:35 +0000 (01:33 +0000)
        * library/help/source.html: Add entries for the missing menu commands.

gdb/gdbtk/ChangeLog
gdb/gdbtk/library/help/source.html

index f671b68..e40f56d 100644 (file)
@@ -1,6 +1,11 @@
 2006-01-23  Keith Seitz  <keiths@redhat.com>
 
        From Andrew Stubbs  <andrew.stubbs@st.com>:
+       * library/help/source.html: Add entries for the missing menu commands.
+
+2006-01-23  Keith Seitz  <keiths@redhat.com>
+
+       From Andrew Stubbs  <andrew.stubbs@st.com>:
        * 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
index c37091a..0e04eac 100644 (file)
@@ -60,24 +60,32 @@ the program, and allows visualization of the program execution.
 <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>