diff options
Diffstat (limited to 'gdb/gdbtk')
-rw-r--r-- | gdb/gdbtk/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/gdbtk/library/help/source.html | 10 |
2 files changed, 14 insertions, 1 deletions
diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog index f671b68a0bd..e40f56db6f5 100644 --- a/gdb/gdbtk/ChangeLog +++ b/gdb/gdbtk/ChangeLog @@ -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 diff --git a/gdb/gdbtk/library/help/source.html b/gdb/gdbtk/library/help/source.html index c37091a9460..0e04eac6579 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. <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> |