diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-01-29 23:57:22 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-01-29 23:57:22 +0000 |
commit | db36fe70e7f6976feaafbc4af3b52fb815107204 (patch) | |
tree | d04dd7feb0635a2fd18481e43ee23af4cce8ff16 /gdb/testsuite | |
parent | 68ed1ed6dec26a3afd0d0540becb80c63440bd68 (diff) | |
download | gdb-db36fe70e7f6976feaafbc4af3b52fb815107204.zip gdb-db36fe70e7f6976feaafbc4af3b52fb815107204.tar.gz gdb-db36fe70e7f6976feaafbc4af3b52fb815107204.tar.bz2 |
Move other gdbtk testsuite changelog entries here
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/gdb.gdbtk/ChangeLog-gdbtk | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.gdbtk/ChangeLog-gdbtk b/gdb/testsuite/gdb.gdbtk/ChangeLog-gdbtk index 48d5c83..f8fdaa5 100644 --- a/gdb/testsuite/gdb.gdbtk/ChangeLog-gdbtk +++ b/gdb/testsuite/gdb.gdbtk/ChangeLog-gdbtk @@ -1,3 +1,10 @@ +Fri Jan 29 06:32:16 1999 Keith Seitz <keiths@cygnus.com> + + * gdb.gdbtk/cpp_variable.test (cpp_variable-1.1): Fix + function name error. + + * gdb.gdbtk/cpp_variable.h (class VC): Fix compiler warning. + 1999-01-29 Martin Hunt <hunt@cygnus.com> * srcwin.test(srcwin-4.3) Change bytype field to 3. @@ -11,6 +18,40 @@ testing BP balloons, variable balloons, and mixed-mode disassembly of include files. +Wed Dec 30 08:52:58 1998 Keith Seitz <keiths@cygnus.com> + + * gdb.gdbtk/{console.exp, browser.exp}: If no DISPLAY is set, + skip the tests. + +1998-09-29 Keith Seitz <keiths@cygnus.com> + + * gdb.gdbtk/browser.test: Fix tests which incorrectly assume + that gdb knows _exactly_ which files belong to the user + and which come from libraries. + +Fri Jul 24 14:57:19 1998 Keith Seitz <keiths@cygnus.com> + + * gdb.gdbtk/Makefile.in: Add new example program "stack". + * gdb.gdbtk/browser.test,browser.exp: Add browser window + tests. + * gdb.gdbtk/stack1.c,stack2.c: Test case for browser window. + +Sun Jun 28 22:34:34 1998 Martin M. Hunt <hunt@cygnus.com> + + * gdb.gdbtk/simple.c (main): Make main return an + int so compiler will stop complaining. + +Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com> + + * lib/gdb.exp (gdbtk_start): Add startup for gdbtk. + + * configure.in: Add options for gdbtk testsuite. + + * configure: Regenerate. + + * gdb.gdbtk: New directory to hold gdbtk tests. + + * gdb.gdbtk/console.{exp, test}: New console window tests. Local Variables: mode: change-log |