Support UTF-8 identifiers in C/C++ expressions (PR gdb/22973)
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 7f7a92f1a6fb55b5809f273c2ed2e279b1cc77f7..393ab8884ab51611756f0395bd46aa81fe1a6302 100644 (file)
@@ -1,3 +1,162 @@
+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
This page took 0.028609 seconds and 4 git commands to generate.