X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=a360c225ef8c43e5e9e26d8bab775c6747d68204;hb=1aac008f1c2f0a239b7ba26efe9d6b68044cddf8;hp=1c2315d7a538f733b24abfd6b0976015cfe03da9;hpb=5bd18990b01406ff41dc44d92db1c34018b61923;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1c2315d7a5..a360c225ef 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,222 @@ +2018-09-08 Tom Tromey + + * gdb.python/py-prettyprint.exp: Use with_test_prefix. + +2018-09-08 Tom Tromey + + PR python/16047: + * gdb.python/py-prettyprint.py (pp_int_typedef3): New class. + (register_pretty_printers): Register new printer. + * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3 + test. + * gdb.python/py-prettyprint.c (int_type3): New typedef. + (an_int_type3): New global. + +2018-09-08 Joel Brobecker + + * gdb.ada/expr_with_funcall: New testcase. + +2018-09-08 Joel Brobecker + + * gdb.ada/packed_array_assign: New testcase. + +2018-09-07 Andrew Burgess + + * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test + names, and add test prefixes to make test names unique. + +2018-09-05 Tom de Vries + + * gdb.dwarf2/varval.exp: Add test. + +2018-09-04 Gary Benson + + * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect + 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id. + +2018-08-31 Tom Tromey + + * gdb.rust/simple.rs: Rename second variable "v". + +2018-08-30 Andrew Burgess + + * gdb.base/funcargs.c (use_a): New function. + (recurse): Call use_a. + +2018-08-29 Keith Seitz + + * gdb.compile/compile-cplus-anonymous.cc: New file. + * gdb.compile/compile-cplus-anonymous.exp: New file. + * gdb.compile/compile-cplus-array-decay.cc: New file. + * gdb.compile/compile-cplus-array-decay.exp: New file. + * gdb.compile/compile-cplus-inherit.cc: New file. + * gdb.compile/compile-cplus-inherit.exp: New file. + * gdb.compile/compile-cplus-member.cc: New file. + * gdb.compile/compile-cplus-member.exp: New file. + * gdb.compile/compile-cplus-method.cc: New file. + * gdb.compile/compile-cplus-method.exp: New file. + * gdb.compile/compile-cplus-mod.c: "New" file. + * gdb.compile/compile-cplus-namespace.cc: New file. + * gdb.compile/compile-cplus-namespace.exp: New file. + * gdb.compile/compile-cplus-nested.cc: New file. + * gdb.compile/compile-cplus-nested.exp: New file. + * gdb.compile/compile-cplus-print.c: "New" file. + * gdb.compile/compile-cplus-print.exp: "New" file. + * gdb.compile/compile-cplus-virtual.cc: New file. + * gdb.compile/compile-cplus-virtual.exp: New file. + * gdb.compile/compile-cplus.c: "New" file. + * gdb.compile/compile-cplus.exp: "New" file. + * lib/compile-support.exp: New file. + +2018-08-16 Gary Benson + + PR gdb/13000: + * gdb.base/batch-exit-status.exp: New file. + * gdb.base/batch-exit-status.good-commands: Likewise. + * gdb.base/batch-exit-status.bad-commands: Likewise. + +2018-08-29 Alan Hayward + + * gdb.base/infcall-nested-structs.c (struct struct01): Remove. + (struct struct02): Likewise. + (struct struct03): Likewise. + (struct struct04): Likewise. + (struct struct_01_01): New struct. + (struct struct_01_02): Likewise. + (struct struct_01_03): Likewise. + (struct struct_01_04): Likewise. + (struct struct_02_01): Likewise. + (struct struct_02_02): Likewise. + (struct struct_02_03): Likewise. + (struct struct_02_04): Likewise. + (struct struct_04_01): Likewise. + (struct struct_04_02): Likewise. + (struct struct_04_03): Likewise. + (struct struct_04_04): Likewise. + (struct struct_05_01): Likewise. + (struct struct_05_02): Likewise. + (struct struct_05_03): Likewise. + (struct struct_05_04): Likewise. + (cmp_struct01): Remove function. + (cmp_struct02): Likewise. + (cmp_struct03): Likewise. + (cmp_struct04): Likewise. + (cmp_struct_01_01): Add Function. + (cmp_struct_01_02): Likewise. + (cmp_struct_01_03): Likewise. + (cmp_struct_01_04): Likewise. + (cmp_struct_02_01): Likewise. + (cmp_struct_02_02): Likewise. + (cmp_struct_02_03): Likewise. + (cmp_struct_02_04): Likewise. + (cmp_struct_04_01): Likewise. + (cmp_struct_04_02): Likewise. + (cmp_struct_04_03): Likewise. + (cmp_struct_04_04): Likewise. + (cmp_struct_05_01): Likewise. + (cmp_struct_05_02): Likewise. + (cmp_struct_05_03): Likewise. + (cmp_struct_05_04): Likewise. + (call_all): Add new structs. + * gdb.base/infcall-nested-structs.exp: Likewise. + +2018-08-27 Jan Vrany + + * gdb.python/py-framefilter-mi.exp: Update regexp to + check for "arch" field in frame output. + +2018-08-23 Kevin Buettner + + * gdb.dwarf2/dw2-ranges-func.c: New file. + * gdb.dwarf2/dw2-ranges-func.exp: New file. + +2018-08-22 Simon Marchi + + * gdb.base/term.exp: Compare terminal settings with values from + the inferior. + * gdb.base/term.c: Get and set terminal settings. + +2018-08-22 Jan Vrany + + * lib/mi-support.exp (mi_expect_stop): Update regexp to + accommodate new "arch" field in frame output. + * gdb.mi/mi-return.exp: Likewise. + * gdb.mi/mi-stack.exp: Likewise. + * gdb.mi/mi-syn-frame.exp: Likewise. + * gdb.mi/user-selected-context-sync.exp: Likewise. + +2018-08-19 Michael Spang + + PR gdb/11786 + * gdb.base/gcore-tls-pie.c: New file. + * gdb.base/gcore-tls-pie.exp: New file. + +2018-08-18 Kevin Buettner + + * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value. + * gdb.dwarf2/varval.c: New file. + * gdb.dwarf2/varval.exp: New file. + +2018-08-17 Alan Hayward + + PR gdb/18931 + * gdb.arch/aarch64-fp.c (main): Fix asm registers. + +2018-08-16 Keith Seitz + + * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code" + tests expected to pass. + +2018-08-14 Jan Vrany + + * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for + -data-disassemble -a. + (test_disassembly_bogus_args): Likewise. + +2018-08-14 Andrew Burgess + + * gdb.mi/list-thread-groups-available.exp: Update test regexp. + +2018-08-09 Andrew Burgess + + * gdb.base/vla-optimized-out.exp: Add new test. + +2018-08-09 Andrew Burgess + + * gdb.base/vla-optimized-out-o3.exp: Delete. + * gdb.base/vla-optimized-out-o3-strict.exp: Delete. + * gdb.base/vla-optimized-out.exp: Extend to cover all of the + deleted tests. + +2018-08-08 Andrew Burgess + + PR gdb/18050: + * gdb.server/extended-remote-restart.c: New file. + * gdb.server/extended-remote-restart.exp: New file. + +2018-08-07 Simon Marchi + + * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with + "set variable index = 42". + +2018-08-07 Simon Marchi + + * boards/index-cache-gdb.exp: New file. + * gdb.dwarf2/index-cache.exp: New file. + * gdb.dwarf2/index-cache.c: New file. + * gdb.base/maint.exp: Check if we are using the index cache. + +2018-08-07 Rainer Orth + + * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in + MAKEFLAGS. + +2018-08-06 Rainer Orth + + * dg-extract-results.sh: Move to toplevel contrib. + * Makefile.in (check-parallel): Reflect dg-extract-results.sh move. + * Makefile.in (check-parallel-racy): Likewise. + 2018-08-06 Andrew Burgess * lib/gdb.exp (target_supports_scheduler_locking): New proc.