Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973)
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 68ae3d7b5a267dd9018b452460dbbf4fe053c753..393ab8884ab51611756f0395bd46aa81fe1a6302 100644 (file)
@@ -1,3 +1,210 @@
+2018-05-22  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/22973
+       * gdb.base/utf8-identifiers.c: New file.
+       * gdb.base/utf8-identifiers.exp: New file.
+
+2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
+
+       * gdb.arch/powerpc-fpscr-gcore.exp: New file.
+
+2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
+
+       * gdb.arch/powerpc-vsx-gcore.exp: New file.
+
+2018-05-18  Tom Tromey  <tom@tromey.com>
+
+       * gdb.base/ptype-offsets.exp: Update.
+
+2018-05-17  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
+       in expected breakpoint stop locations.
+       * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
+       move to proper scope to test variable values.
+       * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
+       (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
+       New functions.
+       (main): Call not_inline_func3.
+       * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
+       inline_func1, inline_func2, and inline_func3.  Test that when each
+       breakpoint is hit, GDB properly reports both the stop location
+       and the backtrace. Repeat tests for temporary breakpoints.
+
+2018-05-15  Maciej W. Rozycki  <macro@mips.com>
+
+       * gdb.server/server-kill.exp: Verify whether `server_pid' exists
+       rather then trying to access it in determining whether the PID
+       of `gdbserver' could have been retrieved.
+
+2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.arch/amd64-init-x87-values.S: New file.
+       * gdb.arch/amd64-init-x87-values.exp: New file.
+
+2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
+
+2018-05-04  Tom Tromey  <tom@tromey.com>
+
+       PR python/22730:
+       * gdb.python/python.exp: Test multi-line execute.
+
+2018-05-04  Tom Tromey  <tom@tromey.com>
+
+       PR python/22731:
+       * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
+
+2018-05-04  Tom Tromey  <tom@tromey.com>
+
+       PR gdb/11750:
+       * gdb.base/define.exp: Test defining a user command inside a user
+       command.
+       * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
+
+2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Pedro Alves <palves@redhat.com>
+
+       PR breakpoints/19806 and support for PR external/20207.
+       * gdb.base/watchpoint-unaligned.c: New file.
+       * gdb.base/watchpoint-unaligned.exp: New file.
+
+2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/maint.exp: Make test names unique, use
+       test_prefix_command_help to test 'help maint info', and remove
+       repeated test of 'help maint'.
+
+2018-05-04  Tom Tromey  <tom@tromey.com>
+
+       PR gdb/22619:
+       * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
+       behavior.
+
+2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/maint.exp: Process output from 'maint print registers'
+       line at a time.
+
+2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
+       timeout.
+
+2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
+       filter pattern.
+
+2018-05-02  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
+       to_log_command renames.
+       * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
+
+2018-05-02  Tom Tromey  <tom@tromey.com>
+
+       * gdb.python/py-parameter.exp: Set test message.
+
+2018-05-02  Tom Tromey  <tom@tromey.com>
+
+       PR python/20084:
+       * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
+       PARAM_ZUINTEGER_UNLIMITED tests.
+
+2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
+
+       PR rust/23124
+       * gdb.rust/expr.exp: Test that the unit type is correctly parsed
+       when casting.
+
+2018-04-30  Tom Tromey  <tom@tromey.com>
+
+       * gdb.python/py-type.exp: Check align attribute.
+       * gdb.python/py-type.c: New "aligncheck" global.
+
+2018-04-30  Tom Tromey  <tom@tromey.com>
+
+       PR exp/17095:
+       * gdb.dwarf2/dw2-align.exp: New file.
+       * gdb.cp/align.exp: New file.
+       * gdb.base/align.exp: New file.
+       * lib/gdb.exp (gdb_int128_helper): New proc.
+       (has_int128_c, has_int128_cxx): New caching procs.
+
+2018-04-27  Tom Tromey  <tom@tromey.com>
+
+       PR rust/22545:
+       * gdb.rust/simple.exp: Add inclusive range tests.
+
+2018-04-26  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
+       ifunc breakpoint locations correctly of ifunc breakpoints set
+       while the program resolves the ifunc.
+
+2018-04-26  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/gnu-ifunc-final.c: New file.
+       * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
+       * gdb.base/gnu-ifunc.exp (executable): Delete.
+       (staticexecutable): Adjust.
+       (lib_opts, exec_opts): Delete.
+       (make_binsuffix, build, set-break): New procedures.
+       (misc_tests): New, with tests factored out from the top level.
+       (top level): Test different combinations of ifunc resolver name,
+       resolver with and with debug info, and ifunc target with and
+       without debug info.  Wrap static tests with with_target_prefix.
+
+2018-04-26  Pedro Alves  <palves@redhat.com>
+
+       * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
+       return type" warnings.
+
+2018-04-25  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
+       killed".
+       * gdb.base/kill-after-signal.exp: Likewise.
+       * gdb.threads/kill.exp: Likewise.
+
+2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Sergio Durigan Junior  <sergiodj@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
+       regexps to expect for '[Inferior ... detached]' as well.
+       * gdb.base/attach.exp: Likewise.
+       * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
+       "gdb_continue_to_end".
+       (test_catch_syscall_with_wrong_args): Likewise.
+       * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
+       ']'.  Don't set 'verbose' on.
+       * gdb.base/foll-vfork.exp: Likewise.
+       * gdb.base/fork-print-inferior-events.c: New file.
+       * gdb.base/fork-print-inferior-events.exp: New file.
+       * gdb.base/hook-stop.exp: Adjust regexps to expect for new
+       '[Inferior ... has been killed]' message.
+       * gdb.base/kill-after-signal.exp: Likewise.
+       * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
+       detach message.
+       * gdb.threads/kill.exp: Adjust regexps to expect for new kill
+       message.
+       * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
+       regexps to expect for '[Inferior ... detached]' as well.
+       * gdb.threads/process-dies-while-detaching.exp: Likewise.
+
+2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
+
+       PR gdb/23104
+       * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
+
+2018-04-19  Richard Bunt  <richard.bunt@arm.com>
+
+       * gdb.threads/multiple-successive-infcall.c: New test.
+       * gdb.threads/multiple-successive-infcall.exp: New file.
+
 2018-04-17  Tom Tromey  <tom@tromey.com>
 
        * gdb.rust/simple.rs (Union): New type.
This page took 0.027161 seconds and 4 git commands to generate.