diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-12-28 23:16:41 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-12-28 23:16:41 +0000 |
commit | 3dcd429fd60608c0e1b9aaeb5208cf2696f6c3a8 (patch) | |
tree | 271ad0fb3044d22f92bcec03782510616c0391c0 /gdb/README.GDBTK | |
parent | 953fbd659382e36d04bf60014434fdcb2bf17be1 (diff) | |
download | gdb-3dcd429fd60608c0e1b9aaeb5208cf2696f6c3a8.zip gdb-3dcd429fd60608c0e1b9aaeb5208cf2696f6c3a8.tar.gz gdb-3dcd429fd60608c0e1b9aaeb5208cf2696f6c3a8.tar.bz2 |
* README.GDBTK: Polish introductory paragraph.
Diffstat (limited to 'gdb/README.GDBTK')
-rw-r--r-- | gdb/README.GDBTK | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/gdb/README.GDBTK b/gdb/README.GDBTK index ac68bcb..4756b0e 100644 --- a/gdb/README.GDBTK +++ b/gdb/README.GDBTK @@ -8,14 +8,15 @@ GUI for GDB, the GNU debugger. Introduction ============ -GDBtk is a version of GDB that uses Tcl/Tk to implement a graphical user inter- -face. It is a fully integrated GUI, not a seperate front-end program. The -interface consists of several seperate X windows, which use standard elements -like buttons, scrollbars, entry boxes and such to create a fairly easy to use -interface. Each window has a distinct content and purpose, and can be enabled -or disabled individually. The windows contain things like the current source -file, a disassembly of the current function, text commands (for things that -aren't accessible via a button), etc... +GDBtk is a version of GDB that uses Tcl/Tk to implement a graphical +user inter- face. It is a fully integrated GUI, not a separate +front-end program. The interface consists of several seperate X +windows, which use standard elements like buttons, scrollbars, entry +boxes and such to create a fairly easy to use interface. Each window +has a distinct content and purpose, and can be enabled or disabled +individually. The windows contain things like the current source +file, a disassembly of the current function, text commands (for things +that aren't accessible via a button), and so forth. Building and installing ======================= |