gdb: Add support for dumping to verilog hex format.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 2d19d457a4464b00e97b2636343e5d929a707085..c37d84a8551e300d2b9389481817aac35d71c30b 100644 (file)
@@ -1,3 +1,176 @@
+2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
+       new tests for verilog output.
+
+2015-04-24  Yao Qi  <yao.qi@linaro.org>
+
+       * boards/remote-gdbserver-on-localhost.exp: New file.
+
+2015-04-23  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/interrupt.exp: Use an indirect spawn id list holding
+       $inferior_spawn_id instead of $inferior_spawn_id directly.  On
+       "end of file", remove $inferior_spawn_id from the indirect list.
+
+2015-04-23  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
+
+2015-04-23  Pedro Alves  <palves@redhat.com>
+
+       * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
+       on $any_spawn_id instead of only on $gdb_spawn_id.
+
+2015-04-21  Pierre Muller  <muller@sourceware.org>
+
+       PR pascal/17815
+       * lib/pascal.exp (gpc_compile): Add new option "class".
+       (fpc_compile): Likewise.
+       * gdb.pascal/case-insensitive-symbols.pas: New file.
+       * gdb.pascal/case-insensitive-symbols.exp: New file.
+
+2015-04-20  Gary Benson <gbenson@redhat.com>
+
+       * gdb.base/attach.exp: Fix three extended remote failures.
+
+2015-04-17  Gary Benson <gbenson@redhat.com>
+
+       * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
+       the main executable over the remote protocol.
+
+2015-04-16  Pedro Alves  <palves@redhat.com>
+
+       * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
+       a new gdbserver if gdbserver_reconnect_p is set.
+
+2015-04-16  Pedro Alves  <palves@redhat.com>
+
+       * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
+       is set, don't exit gdbserver.
+
+2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
+       appropriate .insn, such that an older assembler can be used.
+       * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
+       the z/Architecture instruction set on 31-bit targets as well.
+
+2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.go/handcall.exp: Remove all logic related to the first
+       breakpoint and rely on go_runto_main instead.
+       * gdb.go/strings.exp: Likewise.
+       * gdb.go/unsafe.exp: Likewise.
+       * gdb.go/hello.exp: Likewise.  Also rename the remaining
+       breakpoint marker to "breakpoint 1".
+       * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
+       * gdb.go/strings.go: Likewise.
+       * gdb.go/unsafe.go: Likewise.
+       * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
+       "set breakpoint 2 here" and rename the remaining breakpoint marker
+       to "breakpoint 1".
+
+2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
+       if itertools.imap is not present.
+       * gdb.python/py-objfile.exp: Add parentheses.
+       * gdb.python/py-type.exp: Same.
+       * gdb.python/py-unwind-maint.py: Same.
+
+2015-04-15  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
+       of ":$ptr_size" and set its form explicitly.
+
+2015-04-15  Pedro Alves  <palves@redhat.com>
+           Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/watch-bitfields.exp (test_watch_location): Increase
+       timeout by factor of 4.
+       (test_regular_watch): Likewise.
+       * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
+       * gdb.reverse/sigall-reverse.exp: Likewise.
+       * gdb.reverse/until-precsave.exp: Likewise.
+       * lib/gdb.exp (with_timeout_factor): New proc.
+       (gdb_expect): Move some code to ...
+       (get_largest_timeout): ... here.  New procedure.
+
+2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
+
+2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.base/bp-permanent.exp (test): Handle the case of being unable
+       to write to the .text section.
+
+2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
+       Handle the case of targets that do not provide PID information.
+
+2015-04-13  Yao Qi  <yao.qi@linaro.org>
+
+       * lib/gdbserver-support.exp (gdb_exit): Catch exception
+       and use expect instead of gdb_expect.
+
+2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.base/coredump-filter.exp: Rename variable "addr" to
+       "coredump_var_addr" to avoid naming conflict with other testcases.
+
+2015-04-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
+       gdb_test_sequence and gdb_assert.
+
+2015-04-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
+       test messages that don't include the breakpoint address.
+
+2015-04-10  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
+       false for some offset and width combinations which aren't
+       supported by linux kernel.
+
+2015-04-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
+       procedure, factored out from ...
+       (top level): ... here.  Add "set displaced-stepping" testing axis.
+       * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
+       parameter "displaced".  Use it.
+       (top level): Use foreach and add "set displaced-stepping" testing
+       axis.
+
+2015-04-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
+       Remove comment.
+       * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
+       both the address of the instruction that triggers the watchpoint
+       and the address of the instruction immediately after, and use
+       those addresses for the test.  Fix comment.
+
+2015-04-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/sigstep.exp (breakpoint_to_handler)
+       (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
+       Test "backtrace" in handler.
+       (breakpoint_over_handler): New parameter 'displaced'.  Use it.
+       (top level): Add new "displaced" test axis to
+       breakpoint_to_handler, breakpoint_to_handler_entry and
+       breakpoint_over_handler.
+
+2015-04-10  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/18216
+       * gdb.threads/multiple-step-overs.exp: Remove expected eof.
+
 2015-04-10  Yao Qi  <yao.qi@linaro.org>
 
        * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
This page took 0.026854 seconds and 4 git commands to generate.