From c141b2cec6a4576b4c84261802bac2e2c2e516fe Mon Sep 17 00:00:00 2001 From: macro Date: Fri, 28 Mar 2008 16:46:16 +0000 Subject: [PATCH] gdbtk/ * README: Fix a typo. testsuite/gdb.gdbtk/ * README: Fix a few typos throughout. --- gdb/gdbtk/ChangeLog | 4 ++++ gdb/gdbtk/README | 2 +- gdb/testsuite/gdb.gdbtk/ChangeLog | 4 ++++ gdb/testsuite/gdb.gdbtk/README | 10 +++++----- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog index b0bf8db096..64294920ba 100644 --- a/gdb/gdbtk/ChangeLog +++ b/gdb/gdbtk/ChangeLog @@ -1,3 +1,7 @@ +2008-03-28 Maciej W. Rozycki + + * README: Fix a typo. + 2008-03-18 Maciej W. Rozycki * generic/gdbtk-interp.c (gdbtk_interpreter_init): New parameter diff --git a/gdb/gdbtk/README b/gdb/gdbtk/README index bb15731bc4..bd0c71a6d2 100644 --- a/gdb/gdbtk/README +++ b/gdb/gdbtk/README @@ -131,7 +131,7 @@ look for main.tcl in the install directory, and finally it will try to find the tcl directory in the sources. A word about the different files in Insight is in order. Insight is a hybrid of -C code and "Tcl" code (actuall Incr Tcl code). We use the following conventions +C code and "Tcl" code (actually Incr Tcl code). We use the following conventions for naming our tcl files (most of the time!). Any file with a ".tcl" extension is simply vanilla tcl code. Any file ending with ".itcl" is an Itcl file, class definition and implementation all in one. So far so good. Now comes the diff --git a/gdb/testsuite/gdb.gdbtk/ChangeLog b/gdb/testsuite/gdb.gdbtk/ChangeLog index 86e1c0b169..0afd6fa2d9 100644 --- a/gdb/testsuite/gdb.gdbtk/ChangeLog +++ b/gdb/testsuite/gdb.gdbtk/ChangeLog @@ -1,3 +1,7 @@ +2008-03-28 Maciej W. Rozycki + + * README: Fix a few typos throughout. + 2008-02-20 Keith Seitz * stack1.c: Include stdlib.h diff --git a/gdb/testsuite/gdb.gdbtk/README b/gdb/testsuite/gdb.gdbtk/README index b70488647b..20d7a7ce46 100644 --- a/gdb/testsuite/gdb.gdbtk/README +++ b/gdb/testsuite/gdb.gdbtk/README @@ -67,13 +67,13 @@ o Initializing the display o Determining if tests should be run o Results accounting o Compiling testcases in various languages -o Repoting results to gdb's testsuite +o Reporting results to gdb's testsuite There are various functions defined to facilitate the writing of tests. These functions currently reside in gdb's gdb.exp (src/gdb/testsuite/lib/gdb.exp) and include: -Pulic functions: +Public functions: proc gdbtk_initialize_display {} gdbtk_initialize_display should be the first function called from the @@ -109,7 +109,7 @@ proc gdbtk_start {test} The location of the testsuite definitions file (i.e., src/gdb/testsuite/gdb.gdbtk/defs) - Note that DEFS is converted to abs$lute tcl-style paths. On unix, + Note that DEFS is converted to absolute tcl-style paths. On unix, this means that DEFS would point to, for example, /home/keiths/insight/src/gdb/testsuite/gdb.gdbtk/defs. On Cygwin it would point to C:/cygwin/home/keiths/insight/src/gdb/testsuite/gdb.gdbtk/defs. @@ -147,7 +147,7 @@ proc gdbtk_done {{results {}}} Private functions: proc _gdbtk_export_target_info - This functin exports information about the target into the environment + This function exports information about the target into the environment so that Insight's testsuite may run programs on any supported gdb target. This target information is passed into the Tcl testsuite via an environment variable, TARGET_INFO, which is really a Tcl array, @@ -271,7 +271,7 @@ proc gdbtk_test_file {filename} gdb and Insight. proc gdbtk_test_run {{prog_args {}}} - gdbtk_test_run runs the previoiusly loaded executable, passing + gdbtk_test_run runs the previously loaded executable, passing the given arguments to the inferior. Like Insight's Run button, it will do whatever is necessary to get the executable running, including any target initialization (setting baud rate and remote -- 2.11.0