]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/ChangeLog
"source", foreground execution commands, and target-async
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
index fa7b282af517509913b77e449c69d3e9f8c78748..b7bc990754cdc40fed2d53b7103d8f3ff9e510ff 100644 (file)
@@ -1,3 +1,123 @@
+2014-03-25  Pedro Alves  <palves@redhat.com>
+           Doug Evans  <dje@google.com>
+
+       * gdb.base/source-execution.c: New file.
+       * gdb.base/source-execution.exp: New file.
+       * gdb.base/source-execution.gdb: New file.
+
+2014-03-24  Doug Evans  <dje@google.com>
+
+       * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
+       using fission.
+
+2014-03-24  Hui Zhu  <hui@codesourcery.com>
+           Pedro Alves  <palves@redhat.com>
+
+       PR breakpoints/16101
+       * gdb.base/dprintf.exp: Use unsupported rather than changing the
+       test pass/fail messages.  Detect missing support for dprintf when
+       breakpoints are actually inserted.
+       * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
+       breakpoints are actually inserted.
+       * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
+       fails.
+
+2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
+
+2014-03-22  Doug Evans  <xdje42@gmail.com>
+
+       * gdb.python/python.exp (python not supported): Verify multi-line
+       python command issues an error.
+       * gdb.guile/guile.exp (guile not supported): Verify multi-line
+       guile command issues an error.
+
+2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * gdb.threads/thread-specific.exp: Handle the lack of usable
+       $this_breakpoint and $this_thread.
+
+2014-03-21  Hui Zhu  <hui@codesourcery.com>
+
+       * gdb.base/attach.exp (do_command_attach_tests): New.
+
+2014-03-20  Tom Tromey  <tromey@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       PR cli/15718
+       * gdb.base/condbreak-call-false.c: New file.
+       * gdb.base/condbreak-call-false.exp: New file.
+
+2014-03-20  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
+       Delete.
+       (block_signals, unblock_signals): Delete.
+       (child_function_2, main): Remove references to deleted variable
+       and functions.
+
+2014-03-20  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
+       Use pthread_kill to signal thread 2.
+       * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
+       Adjust to make the test send itself a signal rather than using the
+       host's "kill" command.
+
+2014-03-20  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/multiple-step-overs.c: New file.
+       * gdb.threads/multiple-step-overs.exp: New file.
+       * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
+       Adjust expected infrun debug output.
+
+2014-03-20  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/step-over-trips-on-watchpoint.c: New file.
+       * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
+
+2014-03-20  Pedro Alves  <palves@redhat.com>
+
+       PR breakpoints/7143
+       * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
+       old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
+       of gdb_test_multiple.
+       * gdb.cp/annota2.exp: Remove kfail for gdb/38.
+       * gdb.cp/annota3.exp: Remove kfail for gdb/38.
+
+2014-03-20  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/step-over-lands-on-breakpoint.c: New file.
+       * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
+
+2014-03-19  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/async.exp: Remove early return.
+
+2014-03-19  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/async.exp (step& tests): Pass explicit test messages.
+
+2014-03-19  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/async.exp (test_background): Expect \r\n after
+       "completed." in the fail pattern.
+
+2014-03-19  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/async.exp (test_background): New procedure.
+       Use it for all background execution command tests.
+
+2014-03-19  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/async.exp: Use prepare_for_testing.
+
+2014-03-19  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
+       the same line.
+
 2014-03-19  Pedro Alves  <palves@redhat.com>
 
        * gdb.base/async.c (main): Add "jump here" and "until here" line