X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=e5f1c543c78f344c163a68c6cb8f6b6c22cb11f7;hb=4fdf8fa60425dccd4b174ac0af9280d7eccec105;hp=2cc8585d6a8db56f02e1cc1aeb6edfc12be9494c;hpb=c44af4ebc000f606d16b42224cba2cfe80391d5c;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 2cc8585d6a..e5f1c543c7 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,230 @@ +2016-06-17 Sanjoy Das + + * gdb.base/jit-reader.exp: New file. + * gdb.base/jithost.c: New file. + * gdb.base/jithost.h: New file. + * gdb.base/jitreader.c : New file. + * gdb.base/jit-protocol.h: New file. + +2016-06-17 Yao Qi + + * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New + parameters follow_fork and detach_on_fork. Set follow-fork-mode + and detach-on-fork. Adjust tests. + (top level): Invoke break_cond_on_syscall with combinations of + syscall, follow-fork-mode and detach-on-fork. + +2016-06-17 Yao Qi + + * gdb.base/step-over-exit.c: New. + * gdb.base/step-over-exit.exp: New. + +2016-06-17 Yan-Ting Lin + + * gdb.base/float.exp: Add target check for nds32*-*-*. + * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*. + +2016-06-13 Andrew Burgess + + * gdb.base/call-ar-st.exp: Report unsupported rather than xfail + for unsupported target features. + * gdb.base/call-rt-st.exp: Likewise. + * gdb.base/call-sc.exp: Likewise. + * gdb.base/call-signal-resume.exp: Likewise. + * gdb.base/call-strs.exp: Likewise. + * gdb.base/callexit.exp: Likewise. + * gdb.base/callfuncs.exp: Likewise. + * gdb.base/nodebug.exp: Likewise. + * gdb.base/printcmds.exp: Likewise. + * gdb.base/ptype.exp: Likewise. + * gdb.base/structs.exp: Likewise. + * gdb.base/unwindonsignal.exp: Likewise. + * gdb.cp/gdb2495.exp: Likewise. + * gdb.cp/templates.exp: Likewise. + * gdb.cp/virtfunc.exp: Likewise. + * gdb.threads/hand-call-in-threads.exp: Likewise. + * gdb.threads/interrupted-hand-call.exp: Likewise. + * gdb.threads/thread-unwindonsignal.exp: Likewise. + +2016-06-10 Tom Tromey + + PR rust/20110: + * gdb.rust/expr.exp: Add test for integer constant larger than + i32. + +2016-06-10 Bernhard Heckel + + * gdb.fortran/nested-funcs.exp: New. + * gdb.fortran/nested-funcs.f90: New. + +2016-06-09 Toshihito Kikuchi + + * gdb.base/examine-backward.c: New file. + * gdb.base/examine-backward.exp: New file. + +2016-06-06 Simon Marchi + + * gdb.mi/mi-record-changed.exp: Adjust =record-started output + matching. + +2016-06-02 Tom Tromey + + PR python/18984: + * gdb.python/py-shared.exp: Add solib_name test. + +2016-06-02 Simon Marchi + + * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested. + +2016-05-31 Martin Galvan + + PR c++/19893 + * gdb.dwarf2/implref.exp: Rename to... + * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements. + * gdb.dwarf2/implref-array.c: New file. + * gdb.dwarf2/implref-array.exp: Likewise. + * gdb.dwarf2/implref-global.c: Likewise. + * gdb.dwarf2/implref-global.exp: Likewise. + * gdb.dwarf2/implref-struct.c: Likewise. + * gdb.dwarf2/implref-struct.exp: Likewise. + +2016-05-30 Antoine Tremblay + + * gdb.trace/trace-condition.exp: Add 64bit tests. + +2016-05-30 Antoine Tremblay + + * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64 + bits types. + (main): Adapt to 8 to 64 bits types. + * gdb.trace/trace-condition.exp: Add new tests. + +2016-05-30 Antoine Tremblay + + * gdb.trace/trace-condition.exp: Add emit_less_unsigned test. + +2016-05-30 Antoine Tremblay + + * gdb.trace/ftrace.exp (test_ftrace_condition): Remove. + Move condition tests... + * gdb.trace/trace-condition.exp: Here. + +2016-05-30 Antoine Tremblay + + * gdb.trace/trace-condition.exp: Add counter-case tests. + +2016-05-30 Jan Kratochvil + + PR c++/15231 + * gdb.ada/out_of_line_in_inlined.exp: Remove xfails. + * gdb.dwarf2/dw2-lexical-block-bare.exp: New file. + +2016-05-27 Pedro Alves + + * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu): + New procedure. + (top level): Call it, and bail out of DejaGnu is known to be bad. + +2016-05-27 Andrew Burgess + + * gdb.base/whatis.c: Extend the test case. + * gdb.base/whatis.exp: Add additional tests. + +2016-05-25 Bernhard Heckel + +* gdb.fortran/type.f90: Add pointer variable. +* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers. + +2016-05-25 Bernhard Heckel + + * gdb.fortran/vla-type.exp: Fix testcase name. + +2016-05-25 Bernhard Heckel + + * gdb.fortran/vla-type.exp: Access elements in nested structs. + +2016-05-25 Bernhard Heckel + + * gdb.fortran/type.f90: Add nested structures. + * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures. + * gdb.fortran/derived-type.exp: Adapt expected output. + * gdb.fortran/vla-type.exp: Adapt expected output. + +2016-05-25 Bernhard Heckel + + * gdb.fortran/whatis_type.exp: Adapt expected output. + +2016-05-25 Bernhard Heckel + + * gdb.fortran/print_type.exp: Fix expected output. + * gdb.fortran/whatis_type.exp: Fix expected output. + +2016-05-25 Bernhard Heckel + + * gdb.fortran/whatis_type.exp: Use multi_line. + +2016-05-24 Tom Tromey + + PR python/17386: + * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that + use value as an index. + +2016-05-23 Tom Tromey + + PR python/17981: + * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for + no-breakpoint case. + +2016-05-24 Pedro Alves + + PR gdb/19828 + * gdb.threads/clone-attach-detach.c: New file. + * gdb.threads/clone-attach-detach.exp: New file. + +2016-05-24 Francis Ricci (tiny patch) + + * gdb.base/annota-input-while-running.exp: Fix syntax error. + +2016-05-23 Tom Tromey + + PR python/19438, PR python/18393: + * gdb.python/py-progspace.exp: Add "dir" test. + * gdb.python/py-objfile.exp: Add "dir" test. + +2016-05-23 Yao Qi + + * gdb.arch/thumb-prologue.exp: Use standard_testfile. + * gdb.arch/thumb2-it.exp: Likewise. + +2016-05-18 Simon Marchi + + * gdb.mi/mi-threads-interrupt.c: New file. + * gdb.mi/mi-threads-interrupt.exp: New file. + +2016-05-17 Simon Marchi + + PR gdb/18077 + * gdb.mi/mi-async-run.exp: New file. + * gdb.mi/mi-async-run.c: New file. + +2016-05-17 Tom Tromey + Manish Goregaokar + + * lib/rust-support.exp: New file. + * lib/gdb.exp (skip_rust_tests): New proc. + (build_executable_from_specs): Handle rust. + * lib/future.exp (gdb_find_rustc): New proc. + (gdb_default_target_compile): Handle rust. + * gdb.rust/expr.exp: New file. + * gdb.rust/generics.exp: New file. + * gdb.rust/generics.rs: New file. + * gdb.rust/methods.exp: New file. + * gdb.rust/methods.rs: New file. + * gdb.rust/modules.exp: New file. + * gdb.rust/modules.rs: New file. + * gdb.rust/simple.exp: New file. + * gdb.rust/simple.rs: New file. + 2016-05-17 Tom Tromey * gdb.base/default.exp (set language): Add rust.