X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=c8709b7565b5048dcec91e08a7aedf1555f4102c;hb=cb93dc7f262978bafe36397a41a56e409a302042;hp=ff0035ed4ae4185ba86ce1dee09149f3bba8e92a;hpb=6d61dee599fb314f0561c3bd0dd17ac0cfa05e35;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ff0035ed4a..c8709b7565 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,155 @@ +2016-10-20 Jan Kratochvil + + * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp. + +2016-10-19 Maciej W. Rozycki + + * gdb.base/killed-outside.exp: Remove $options from a call to + `prepare_for_testing'. + +2016-10-17 Simon Marchi + + * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args): + Change test message. + +2016-10-17 Simon Marchi + + * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args): + Update comment. + +2016-10-17 Simon Marchi + + * gdb.trace/mi-trace-save.exp: New file. + +2016-10-13 Yao Qi + + * gdb.base/code_elim.exp (get_var_address): Remove. + * gdb.base/relocate.exp: Likewise. + * gdb.base/shreloc.exp: Likewise. + * lib/gdb.exp (get_var_address): New. + +2016-10-13 Yao Qi + + * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do + floating point tests if $skip_float_test is false. + +2016-10-12 Luis Machado + + * gdb.python/py-value.c (main): Check if argv is NULL before using it. + * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded + argc values. + Add 1 to argc so we guarantee distinct initial/modified argc values. + +2016-10-11 Jan Kratochvil + + * gdb.arch/powerpc-prologue.c (optimized_1): New declaration. + +2016-10-11 Jan Kratochvil + + * gdb.arch/powerpc-prologue.exp: Use standard_output_file + * gdb.arch/ppc64-symtab-cordic.exp: Likewise. + * gdb.arch/vsx-regs.exp: Likewise. + +2016-10-07 Yao Qi + + * gdb.xml/tdesc-regs.exp: Set regdir to "arm/". + +2016-10-07 Markus Metzger + + * gdb.python/python.exp: Test decode_line("*0"). + +2016-10-06 Doug Evans + + * gdb.python/py-value.exp (test_value_creation): Add test for large + unsigned 64-bit value. + +2016-10-06 Tom Tromey + + * gdb.compile/compile.exp: Change java tests to rust. + * gdb.base/setshow.exp: Change java tests to rust. + * gdb.base/default.exp: Remove java from language list. + * README (Examples): Update language example. + * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java + test. + * lib/gdb.exp (skip_java_tests): Remove. + * lib/java.exp: Remove. + * gdb.java: Remove. + +2016-10-06 Maciej W. Rozycki + + * gdb.arch/mips-fcr.exp: New test. + * gdb.arch/mips-fcr.c: Source for the new test. + +2016-10-06 Maciej W. Rozycki + + * gdb.base/solib-disc.exp: Use `standard_output_file' + throughout. + +2016-10-06 Pedro Alves + + * gdb.base/jit-simple-dl.c: New file. + * gdb.base/jit-simple-jit.c: New file, factored out from ... + * gdb.base/jit-simple.c: ... this. + * gdb.base/jit-simple.exp (jit_run): Delete. + (build_jit): New proc. + (jit_test_reread): Recompile either the main program or the shared + library, depending on what is being tested. Skip changing address + if caller wants to. Compare before/after addresses. If testing + standalone, explicitly load the binary. Test "maint info + breakpoints". + (top level): Add "standalone vs shared lib" and "change address" + vs "same address" axes. + +2016-10-06 Pedro Alves + + * gdb.base/jit-simple.exp (top level) Delete get_compiler_info + call. + (jit_run): Delete. + (jit_test_reread): Use with_test_prefix. Reload the main binary + explicitly. Compare the before/after addresses of the JIT + descriptor. + +2016-08-15 Doug Evans + + * gdb.xml/extra-regs.xml: Update, end field now required, default type + for single bitfields is bool. + * gdb.xml/tdesc-regs.exp: Ditto. + +2016-10-05 Jan Kratochvil + + * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo. + +2016-10-05 Yao Qi + + * lib/gdb.exp (support_complex_tests): Return zero if + gdb_skip_float_test return true. + +2016-10-03 Antoine Tremblay +2016-10-03 Simon Marchi + + PR gdb/20487 + * gdb.mi/user-selected-context-sync.exp: New file. + * gdb.mi/user-selected-context-sync.c: New file. + +2016-10-03 Antoine Tremblay +2016-10-03 Simon Marchi + + PR gdb/20487 + * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt + =thread-select-event check. + +2016-09-29 Peter Bergner + + * gdb.arch/powerpc-power.exp : Update tests to account for + the compulsory L operand changes. + * gdb.arch/powerpc-power.s: Likewise. + +2016-09-29 Jan Kratochvil + + PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression + * gdb.base/jit-attach-pie.c: New file. + * gdb.base/jit-attach-pie.exp: New file. + 2016-09-28 Pedro Alves * gdb.base/infcall-input.c: New file.