Fix Python gdb.Breakpoint.location crash
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 3fabd80aeb9b9d4f36044dd1ecba12bd15639f55..fc37967390e63ce920d2bbcf0f5d8891d781cbc2 100644 (file)
@@ -1,3 +1,143 @@
+2018-10-06  Tom Tromey  <tom@tromey.com>
+
+       * gdb.python/py-breakpoint.exp (check_last_event): Check location
+       of a "throw" catchpoint.
+
+2018-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.base/info-proc.exp: Update string expected from "help info
+       proc".
+
+2018-10-04  Tom Tromey  <tom@tromey.com>
+
+       * gdb.cp/maint.exp (test_invalid_name): Update expected output.
+       * gdb.gdb/complaints.exp (test_short_complaints): Remove.
+       (test_initial_complaints, test_empty_complaints): Update.
+       * gdb.dwarf2/dw2-stack-boundary.exp: Update.
+
+2018-10-04  Tom Tromey  <tom@tromey.com>
+
+       PR cli/19551:
+       * lib/mi-support.exp (mi_gdb_file_cmd): Update.
+       * lib/gdb.exp (gdb_file_cmd): Update.
+       * gdb.stabs/weird.exp (print_weird_var): Update.
+       * gdb.server/solib-list.exp: Update.
+       * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
+       * gdb.mi/mi-cli.exp: Update.
+       * gdb.linespec/linespec.exp: Update.
+       * gdb.dwarf2/dw2-stack-boundary.exp: Update.
+       * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
+       * gdb.cp/cp-relocate.exp: Update.
+       * gdb.base/sym-file.exp: Update.
+       * gdb.base/relocate.exp: Update.
+       * gdb.base/readnever.exp: Update.
+       * gdb.base/print-symbol-loading.exp (test_load_core): Update.
+       * gdb.base/kill-detach-inferiors-cmd.exp: Update.
+       * gdb.base/dbx.exp (gdb_file_cmd): Update.
+       * gdb.base/code_elim.exp: Update.
+       * gdb.base/break-unload-file.exp (test_break): Update.
+       * gdb.base/break-interp.exp (test_attach_gdb): Update.
+       * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
+       Update.
+       * gdb.base/attach.exp (do_attach_tests): Update.
+       * gdb.base/sepdebug.exp: Update.
+       * gdb.python/py-section-script.exp: Update.
+
+2018-10-04  Tom Tromey  <tom@tromey.com>
+
+       PR cli/22234:
+       * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
+       * gdb.gdb/complaints.exp (test_short_complaints): Update expected
+       output.
+
+2018-10-04  Tom Tromey  <tom@tromey.com>
+
+       * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
+       set width and height to 0.
+       (test_command_line_attach_run): Use -quiet.
+
+2018-10-03  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * lib/gdb.exp (skip_ifunc_tests): New.
+       * gdb.base/gnu-ifunc.exp: Skip if no ifunc support.  Handle
+       other compile failures.
+       * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
+
+2018-10-01  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
+       is_amd64_regs_target.
+
+2018-10-01  Alan Hayward  <alan.hayward@arm.com>
+
+       * gdb.arch/aarch64-sighandler-regs.c: New test.
+       * gdb.arch/aarch64-sighandler-regs.exp: New file.
+       * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
+
+2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
+       assembly.
+
+2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/frame-selection.exp: New file.
+       * gdb.base/frame-selection.c: New file.
+
+2018-09-27  Alan Hayward  <alan.hayward@arm.com>
+
+       * gdb.threads/check-libthread-db.c (thread_routine): Use a
+       pthread barrier.
+       (main): Likewise.
+
+2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/large-frame-1.c: New file.
+       * gdb.base/large-frame-2.c: New file.
+       * gdb.base/large-frame.exp: New file.
+       * gdb.base/large-frame.h: New file.
+
+2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
+
+       PR gdb/20948
+       * gdb.base/write_mem.exp: New test.
+       * gdb.base/write_mem.c: Likewise.
+
+2018-09-23  Tom Tromey  <tom@tromey.com>
+
+       PR python/18852:
+       * gdb.python/py-parameter.exp: Add test for parameter that throws
+       on "set".
+
+2018-09-23  Tom Tromey  <tom@tromey.com>
+
+       PR python/17284:
+       * gdb.python/py-template.exp (test_template_arg): Add test for
+       negative template argument number.
+
+2018-09-23  Tom Tromey  <tom@tromey.com>
+
+       PR python/14062:
+       * gdb.python/python.exp: Add test for post_event error.
+
+2018-09-23  Tom Tromey  <tom@tromey.com>
+
+       PR python/18170:
+       * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
+       convert pointers to int and long.
+
+2018-09-23  Tom Tromey  <tom@tromey.com>
+
+       PR python/20126:
+       * gdb.python/py-value.exp (test_value_numeric_ops): Add
+       signed-ness conversion tests.
+
+2018-09-23  Tom Tromey  <tom@tromey.com>
+
+       PR python/18352;
+       * gdb.python/py-value.exp (test_float_conversion): New proc.
+       Use it.
+
 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
 
        gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
This page took 0.045357 seconds and 4 git commands to generate.