]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/ChangeLog
* lib/gdb.exp (rerun_to_main): Allow restarting application.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 5b4a5181d35e15d523b037841dfa2aa9584c84e7..3235f08a703e566d3683d441e4f1b5de14bdfa54 100644 (file)
@@ -1,3 +1,109 @@
+2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
+
+       * lib/gdb.exp (rerun_to_main): Allow restarting application.
+       * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
+
+2002-09-17  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.base/printcmds.exp (test_print_string_constants): Expect
+       \000, not \0, in double-quoted string.
+
+2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.base/command.exp: Don't expect a "Program exited normally"
+       string after running the commands execution on breakpoint tests.
+
+2002-09-13  Corinna Vinschen  <vinschen@redhat.com>
+
+       * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
+
+2002-09-12  Joel Brobecker  <brobecker@gnat.com>
+
+       * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
+
+2002-09-10  Keith Seitz  <keiths@redhat.com>
+
+       * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
+       runto proc.
+       (mi_run_to_main): Use mi_runto.
+       (mi_execute_to): Renamed from mi_run_to. Changed all callers.
+
+2002-09-10  Keith Seitz  <keiths@redhat.com>
+
+       * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
+       regexp for stopping at main. Could have multiple event notifications.
+       Don't assume that main was declared with no parameters.
+       (mi_next): Use mi_step_to.
+       (mi_step): Use mi_next_to.
+
+2002-09-09  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.base/default.exp: Fix expected string in `info float' test.
+
+2002-09-09  Ben Elliston  <bje@redhat.com>
+
+       * config/mips.exp: Update comments.
+       * config/mips-idt.exp: Likewise.
+       * config/nind.exp: Likewise.
+       * config/slite.exp: Likewise.
+       * config/sparclet.exp: Likewise.
+       * config/udi.exp: Likewise.
+       * config/vx.exp: Likewise.
+       * config/vxworks29k.exp: Likewise.
+
+2002-09-05  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.threads/killed.exp: Fix test failure message.
+
+2002-09-04  Keith Seitz  <keiths@redhat.com>
+
+       * lib/mi-support.exp: Update copyright.
+       (mi_gdb_test): Increase the priority of the expected pattern
+       so that it matches gdb_test.
+
+2002-09-03  Keith Seitz  <keiths@redhat.com>
+
+       * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
+       Use integer comparison instead of string comparison for testing
+       whether binary was built.
+
+2002-09-03  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
+
+2002-08-29  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.threads/pthreads.exp: Move the portable thread compilation
+       code into a function in lib/gdb.exp, and call that from here.
+       * lib/gdb.exp (gdb_compile_pthreads): New function.
+
+2002-08-29  Keith Seitz  <keiths@redhat.com>
+
+       * lib/mi-support.exp (mi_gdb_test): Add global declaration for
+       expect_out so that callers can get at it.
+
+2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdb.threads/print-threads.c: New file.
+       * gdb.threads/print-threads.exp: New file.
+       * gdb.threads/schedlock.c: New file.
+       * gdb.threads/schedlock.exp: New file.
+
+2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
+
+        * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
+        not altivec.c.
+
+2002-08-17  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
+       targets.  The problem should be fixed now.
+
+2002-08-15  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
+       2002-07-24 change that removes final dots from error messages.
+
 2002-08-13  Tom Tromey  <tromey@redhat.com>
 
        * gdb.base/readline.exp: New file.