]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/ChangeLog
gdb: Add an error when 'list -' reaches the start of a file.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 197b22688871303181ee03c955fe0b934fbfbf10..df8c76833ad01a8969b9d7a1cbd54999ff29197b 100644 (file)
@@ -1,3 +1,92 @@
+2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/list.exp (test_list_forward): Add end of file error
+       test.
+       (test_repeat_list_command): Add end of file error test.
+       (test_list_backwards): Add beginning of file error test.
+
+2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/list.exp (test_list_invalid_args): New function,
+       defined, and called.
+
+2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/list.exp (test_list): Make test names unique.
+
+2015-12-11  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/coremaker2.c: Remove.
+
+2015-12-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.multi/base.exp: Remove stale "spaces" references.
+
+2015-12-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.multi/base.exp: Don't use nowarnings.
+       * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
+       * gdb.multi/hangout.c: Include stdio.h.
+       * gdb.multi/hello.c: Include stdlib.h.
+       * gdb.multi/multi-arch-exec.c: Include stdlib.h.
+       * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
+       * gdb.multi/multi-arch.exp: Don't use nowarnings.
+
+2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.dwarf2/dw2-ranges-base.c: New file.
+       * gdb.dwarf2/dw2-ranges-base.exp: New file.
+       * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
+       support additional line table, and debug ranges generation.
+       (Dwarf::ranges): New function, generate .debug_ranges.
+       (Dwarf::lines): Support generating simple line table programs.
+       (Dwarf::assemble): Initialise new namespace variables.
+
+2015-12-09  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.base/async.exp (proc test_background): Add case for
+       asynchronous execution not supported.
+
+2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
+
+       * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
+         format and change test names to make them unique.
+
+2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
+           Pedro Alves  <pedro@redhat.com>
+
+       PR gdb/18702
+       Add checking of floatformats setup on x86_64 hosts.
+       * gdb.arch/i386-float.S (main): Load bigval and smallval.
+       (smallval, bigval): New labels/constants.
+       * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
+       float" after loading bigval and smallval.
+
+2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
+
+       * gdb.ada/fun_overload_menu.exp: New testcase.
+       * gdb.ada/fun_overload_menu/foo.adb: New testcase.
+
+2015-12-04  Josh Stone  <jistone@redhat.com>
+
+       * gdb.base/catch-fork-static.exp: New.
+
+2015-12-03  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/sizeof.c: Don't include stdio.h and
+       ../lib/unbuffer_output.c.
+       (main): New variable 'size' and 'value'.  Remove printf and
+       gdb_unbuffer_output.  Assign return value to size and value.
+       * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
+       at the beginning.
+       (check_sizeof): Check the result by printing variable 'size'.
+       (check_valueof): Check the result by printing variable 'value'.
+
+2015-12-01  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/disp-step-syscall.exp: Define syscall instruction
+       for aarch64*-*-linux* target.
+
 2015-11-30  Pedro Alves  <palves@redhat.com>
 
        * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.