2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 3e622019c3036d1045dc66419c44f669aff1f7f4..7c20284e393e1656f0b64089d0b81c664297ca8f 100644 (file)
@@ -1,3 +1,257 @@
+2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/maint.exp: Add 'maint print architecture' item to output
+       of 'help maint print' command.
+
+Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
+       they use gdb_expect_list.
+
+Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * gdb.base/commands.exp: Use ``set remote
+       memory-read-packet-size'' instead of ``set endian big'' to test
+       long commands.
+
+2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
+
+       * gdb.c++/templates.exp (do_tests): Make all of these work under
+       g++, and stop skipping them. 
+
+       * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
+       work under g++.
+
+       * gdb.c++/misc.cc: Fix ambiguous initialization with correct 
+       initialization.
+
+2000-06-02  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/annota1.exp (run until main breakpoint): Loosen up
+       the regular expression: accept an (almost) arbitrary sequence of
+       "frames-invalid" and "breakpoints-invalid" messages both before
+       and after the "starting" message.
+
+2000-06-02  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.c++/local.exp: This test has never been known to work with g++.
+
+2000-05-18  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/annota1.exp (annotate-signal-handler-caller):
+       Relax the regular expression a little, make it pass on Solaris 8.
+
+2000-05-12  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
+       a call, do not require that gdb stop on the line after the call. 
+       Instead, it is permissible for gdb to stop on the line of the
+       call itself.
+
+2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
+
+       * gdb.base/break.exp (bp on small function, optimized file):
+       Add a second pass pattern.  The behavior differs here between stabs
+       and dwarf for one-line functions.  Stabs preserves two line symbols
+       (one before the prologue and one after) with the same line number,
+       but dwarf regards these as duplicates and discards one of them.
+       Therefore the address after the prologue (where the breakpoint is)
+       has no exactly matching line symbol, and GDB reports the breakpoint
+       as if it were in the middle of a line rather than at the beginning.
+
+2000-05-08  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/interrupt.exp: Make "pass" message say "send" 
+       rather than "send_gdb" (for consistancy).
+
+Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
+       * gdb.c++/templates.cc: Properly check for GCC version number.
+       * lib/compiler.cc: Likewise
+
+2000-04-28  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/break.exp: When compiled with -O2 optimization, 
+       gdb may not stop at the first line of main, due to code motion.
+
+2000-04-26  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
+       This test depends on parsing the printf output from the target.
+       Since the sparclet stub doesn't do stdio, this will never work.
+       * gdb.base/call-rt-st.exp: ditto.
+       * gdb.base/call-strs: ditto.
+
+2000-04-24  Michael Snyder  <msnyder@seadog.cygnus.com>
+
+       * gdb.base/miscexprs.exp: make sizeof long array test portable.
+
+       * gdb.base/ending-run.exp: After connecting to a remote target,
+       but before running, the target will appear to be in a random
+       location.  Specify both a file and a line for breakpoints.
+       Also, the function that calls main may be called 'init'
+       rather than 'start'.
+
+2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/help.exp: Update output for add-symbol-file command.
+
+2000-04-10  Fernando Nasser  <fnasser@cygnus.com>
+
+       From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
+       * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
+
+2000-04-07  J.T. Conklin  <jtc@redback.com>
+
+       * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
+
+       * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
+
+Thu Mar 30 13:26:19 2000  Philippe De Muyter  <phdm@macqel.be>
+
+       * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
+       values that can be represented exactly.
+       * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
+       above change, and to not check against the directory part of the source
+       file name.
+       (step into print_long_arg_list): Likewise.
+       (print print_small_structs from print_long_arg_list): Likewise.
+       (print print_long_arg_list): Likewise.
+
+2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
+
+Mon Mar 27 14:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
+
+2000-03-25  Daniel Berlin  <dan@cgsoftware.com>
+
+       * gdb.base/commands.exp (deprecated_command_test): Add test for
+       deprecate with no arguments.
+
+2000-03-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
+
+       * gdb.base/break.exp: Add new test for setting breakpoints on
+       optimized code so we can test breakpoints work even when function
+       prologues may be optimized away
+
+2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       From David Whedon <dwhedon@gordian.com>
+        * gdb.base/commands.exp : Added command deprecator tests.
+
+2000-03-22  Daniel Berlin   <dan@cgsoftware.com>
+
+       * gdb.base/help.exp: Added test for new apropos command.
+
+2000-03-21  Kevin Buettner <kevinb@redhat.com>
+
+       * gdb.base/pointers.c (usevar): New function.
+       (main): Make sure that global variables v_int_pointer2, rptr,
+       and y are all referenced someplace in the program by calling
+       usevar() on them.  [Some linkers delete symbols which are
+       never referenced.  The space remains, but there's no way to
+       get a (symbolic) handle on the variable from the debugger.]
+
+2000-03-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/printcmds.c: Add typedeffed arrays.
+
+       * gdb.base/printcmds.exp (test_print_typedef_arrays): New
+       procedure to test arrays that are typedef'd.
+
+2000-03-13  James Ingham  <jingham@leda.cygnus.com>
+
+       * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
+       the library directories. 
+
+Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure.in (configdirs): Add sub directory gdb.mi.
+       * configure: Re-generate.
+
+       * gdb.mi: New directory.
+       
+2000-02-25  Scott Bambrough <scottb@netwinder.org>
+
+       * gdb.base/long_long.exp: Correct test suite failure when printing
+       a long long value as a double on ARM platforms.
+
+2000-02-16  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.base/break.exp ("breakpoint line number"): Make sure the
+       default source file is set properly before running this test.
+
+2000-02-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
+       gdbtk/library directory, not in gdbtcl2.
+
+2000-02-04  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
+       backslash from regexp pattern.
+
+       * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
+       procedure.  Use it to run all the "continue to bp overloaded"
+       tests.  Note that this changes the names of the tests slightly.
+       If the breakpoint hit message includes a hex PC value, because
+       GCC's Dwarf 2 line info doesn't help us distinguish the prologue
+       from the real source code, still consider that a pass.
+
+       * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
+       XFAIL here if the breakpoint message contains a hex address.  Note
+       similar change on 1999-11-02.
+
+       * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
+
+       * gdb.base/ptype.exp: Establish a default source file before
+       calling get_debug_format.
+
+2000-02-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/watchpoint.exp: Remove duplication of test messages.
+
+2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/step-test.exp: Fix the steps to enter a callee by means
+       of successive stepi commands -- while in the prologue we should see
+       the function entry bracket.
+
+2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
+       reach __change_mode() when stepping through the end of main().
+
+2000-01-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/default.exp: Fix expected pattern.
+       * gdb.base/help.exp: Same.
+
+2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
+       Don't use xfail's because that affects only the following test.
+       
+       * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
+       solaris or linux.
+
+       * gdb.base/selftest.exp: Update to reflect changes to main.c.
+
+2000-01-07  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * gdb.base/display.exp: Some yacc parsers like to say 
+       "A syntax error" rather than "A parse error".  Accept both.
+
+2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
+
+       * gdb.base/default.exp: Remove OS dependent string from "target
+       remote" test.
+       * gdb.base/help.exp: Same for "help target remote" test.
+
 2000-01-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
        From Jim Kingdon <kingdon@redhat.com>:
@@ -929,6 +1183,80 @@ Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
        commands.  They're not germane to this test, and they don't work
        that way on remote targets.
 
+1999-03-03  James Ingham  <jingham@cygnus.com>
+
+       * browser.test: Fixed up to match the new function browser.
+       This is not done yet...
+
+       * srcwin.test: Check for errors when the bbox is called for a text 
+       item that is not on screen (so bbox is "").  Return something more 
+       useful.
+
+1999-03-01  James Ingham  <jingham@cygnus.com>
+
+       * Changelog entries merged over from gdb development branch.
+
+       1999-01-12  Martin Hunt  <hunt@cygnus.com>
+
+              * gdb.gdbtk/srcwin.test: Add a bunch of tests for the source
+              window filename and function comboboxes.  Add in stack tests.
+
+       1999-01-11  Martin Hunt  <hunt@cygnus.com>
+
+              * gdb.gdbtk/srcwin.test: New file. Source Window tests.
+              * gdb.gdbtk/srcwin.exp: New file. Source Window tests.
+
+       Wed Jan  6 09:22:52 1999  Keith Seitz  <keiths@cygnus.com>
+
+              * gdb.gdbtk/c_variable.test (c_variable-1.9): Add new
+              test to check for creation of a variable that is really a type.
+              (c_variable-7.81): Use "output" instead of "print" to get PC.
+              Include missing bits of test.
+
+              * gdb.gdbtk/cpp_variable.test (cpp_variable-1.6): Default format
+              is now "natural", not "hexadecimal"
+              (cpp_variable-2.22): Ditto.
+              (cpp_variable-2.24): Force format to hex before getting value.
+
+              * gdb.gdbtk/cpp_variable.exp: Supply missing arg to gdbtk_analyze_results.
+
+       Tue Jan  5 12:40:52 1999  Keith Seitz  <keiths@cygnus.com>
+
+              * gdb.gdbtk/c_variable.c, c_variable.test, c_variable.exp: New C
+              language tests for variable object interface.
+
+              * gdb.gdbtk/cpp_variable.h, cpp_variable.cc, cpp_variable.test,
+              cpp_variable.exp: New C++ language tests for variable object
+              interface.
+
+              * gdb.gdbtk/Makefile.in (EXECUTABLES): Add c_variable and cpp_variable.
+
+       Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
+
+              * lib/gdb.exp (gdbtk_analyze_results): Generic function
+              for outputting results of test run.
+
+              * gdb.gdbtk/defs (gdbtk_test): Handle xpass and xfail.
+              (gdbtk_test_error): New proc which handles error aborts.
+
+              * gdb.gdbtk/console.exp: Use gdbtk_analyze_results.
+              Check if we have a valid DISPLAY before running.
+              * gdb.gdbtk/browser.exp: Ditto.
+
+       1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
+
+              * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
+              * gdb.gdbtk/browser.test: Change "manage open" to ManagedWin::open.
+              * gdb.gdbtk/console.test: Same.
+              * gdb.gdbtk/*: Update from devo.
+
+       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.
+
 1999-02-25  Felix Lee  <flee@cygnus.com>
 
        * lib/gdb.exp (debug_format): initialize
@@ -1457,6 +1785,23 @@ Thurs Jul 9 11:08:31 1998  Dawn Perchik  <dawn@cygnus.com>
        * gdb.base/commands.exp: Break up infrun_breakpoint_command_test 
        into two parts to get around a synchronization problem in expect.
 
+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.
+
 
 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
 
This page took 0.028145 seconds and 4 git commands to generate.