X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=82ee0f8e689ebfe21a7787eb2e3d38aacc59af80;hb=97c185659a35d249aa20c89674e3da2baf4b4352;hp=beb77ea7ca0c95e283c85b4a41da1b72ca7aefed;hpb=4a0ca9ec1ee3bc18da72ce42cdd7c2959e58aa76;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index beb77ea7ca..82ee0f8e68 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,274 @@ +2015-02-27 Pedro Alves + + * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust + call to catch_command_errors. + * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to + catch_command_errors. + +2015-02-27 Pedro Alves + + * gdb.gdb/complaints.exp (test_initial_complaints): Also accept + "true" for boolean result. + * gdb.gdb/selftest.exp (test_with_self): Also accept full + prototype of main. + +2015-02-27 Pedro Alves + + * lib/unbuffer_output.c: New file. + * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c". + (main): Call gdb_unbuffer_output. + +2015-02-27 Yao Qi + + * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux* + target. + +2015-02-26 Doug Evans + + * gdb.cp/class2.cc (Dbase, D): New classes. + (main): New local delta. + * gdb.cp/class2.exp: Test printing delta. + * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes. + (dynbar): New global. + * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar. + +2015-02-26 Jan Kratochvil + + * gdb.compile/compile-ifunc.c: New file. + * gdb.compile/compile-ifunc.exp: New file. + +2015-02-26 Antoine Tremblay + + * gdb.base/structs.exp: Check for correct struct on finish. + +2015-02-26 Yao Qi + + * lib/dwarf.exp (function_range): Adjust pattern when $func_length + is zero. + +2015-02-26 Jan Kratochvil + + * gdb.arch/cordic.ko.bz2: New file. + * gdb.arch/cordic.ko.debug.bz2: New file. + * gdb.arch/ppc64-symtab-cordic.exp: New file. + +2015-02-25 Yao Qi + + * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for + aarch64*-*-* target. + +2015-02-23 Pedro Alves + + * lib/gdb.exp (delete_breakpoints): Rewrite using + gdb_test_multiple. + +2015-02-23 Pedro Alves + + * gdb.base/info-os.c: Include stdlib.h. + +2015-02-22 Doug Evans + + PR symtab/17855 + * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache + is read after symbols have been re-read. + * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me. + * gdb.ada/exec_changed/second.adb (Second): Ditto. + +2015-02-21 Doug Evans + + * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'. + +2015-02-21 Jan Kratochvil + + PR corefiles/17808 + * gdb.arch/i386-biarch-core.core.bz2: New file. + * gdb.arch/i386-biarch-core.exp: New file. + +2015-02-21 Pedro Alves + + * gdb.threads/multi-create-ns-info-thr.exp: Return early if + runto_main fails. + +2015-02-20 Pedro Alves + + * gdb.base/solib-corrupted.exp: Expect "stap" as first column of + info probes. + +2015-02-20 Pedro Alves + + * gdb.threads/multi-create-ns-info-thr.exp: New file. + +2015-02-20 Pedro Alves + + * gdb.trace/no-attach-trace.exp: Don't run to main. Do + clean_restart before gdb_target_supports_trace. + +2015-02-20 Pedro Alves + + PR threads/18006 + * gdb.threads/clone-thread_db.c: New file. + * gdb.threads/clone-thread_db.exp: New file. + +2015-02-19 Antoine Tremblay + + PR breakpoints/16812 + * gdb.base/catch-gdb-caused-signals.c: New file. + * gdb.base/catch-gdb-caused-signals.exp: New file. + +2015-02-18 Jose E. Marchesi + + * configure: Regenerated. + * configure.ac: Use GDB_AC_TRANSFORM. + * aclocal.m4: sinclude ../transform.m4. + +2015-02-17 Jose E. Marchesi + + * lib/dtrace.exp: New file. + * gdb.base/dtrace-probe.exp: Likewise. + * gdb.base/dtrace-probe.d: Likewise. + * gdb.base/dtrace-probe.c: Likewise. + * lib/pdtrace.in: Likewise. + * configure.ac: Output variables with the transformed names of + the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in. + * configure: Regenerated. + +2015-02-17 Jose E. Marchesi + + * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from + expected message when trying to access $_probe_* convenience + variables while not on a probe. + +2015-02-11 Jan Kratochvil + + * gdb.python/py-framefilter.exp (pagination quit - *): New tests. + +2015-02-11 Pedro Alves + + * gdb.threads/step-bg-decr-pc-switch-thread.c: New file. + * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file. + +2015-02-10 Doug Evans + + * lib/gdb.exp (gdb_load): Always return a result. + +2015-02-10 Pedro Alves + + * gdb.threads/signal-sigtrap.c: New file. + * gdb.threads/signal-sigtrap.exp: New file. + +2015-02-10 Antoine Tremblay + + * gdb.trace/no-attach-trace.c: New file. + * gdb.trace/no-attach-trace.exp: New file. + +2015-02-09 Mark Wielaard + + * gdb.dwarf2/atomic.c: New file. + * gdb.dwarf2/atomic-type.exp: Likewise. + +2015-02-09 Markus Metzger + + * gdb.btrace/buffer-size.exp: Update "info record" output. + * gdb.btrace/delta.exp: Update "info record" output. + * gdb.btrace/enable.exp: Update "info record" output. + * gdb.btrace/finish.exp: Update "info record" output. + * gdb.btrace/instruction_history.exp: Update "info record" output. + * gdb.btrace/next.exp: Update "info record" output. + * gdb.btrace/nexti.exp: Update "info record" output. + * gdb.btrace/step.exp: Update "info record" output. + * gdb.btrace/stepi.exp: Update "info record" output. + * gdb.btrace/nohist.exp: Update "info record" output. + +2015-02-09 Markus Metzger + + * gdb.btrace/buffer-size: New. + +2015-02-09 Markus Metzger + + * gdb.btrace/delta.exp: Update "info record" output. + * gdb.btrace/enable.exp: Update "info record" output. + * gdb.btrace/finish.exp: Update "info record" output. + * gdb.btrace/instruction_history.exp: Update "info record" output. + * gdb.btrace/next.exp: Update "info record" output. + * gdb.btrace/nexti.exp: Update "info record" output. + * gdb.btrace/step.exp: Update "info record" output. + * gdb.btrace/stepi.exp: Update "info record" output. + * gdb.btrace/nohist.exp: Update "info record" output. + +2015-02-06 Simon Marchi + + PR gdb/15678 + * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input. + +2015-02-06 Pedro Alves + + * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New + macro. + (seconds_left, again): New globals. + (main): Wait seconds_left in a 1-second sleep loop instead of + sleeping 180 seconds. If 'again' is set, reset the seconds + counter. + * gdb.threads/attach-many-short-lived-threads.exp (test): Set + 'again' in the inferior before detaching. Print the seconds left. + (options): New global. + (top level): Build program with -DTIMEOUT=$timeout. + +2015-02-06 Pedro Alves + + * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to + determine how many seconds to pass to 'alarm'. + * gdb.base/gdb-sigterm.exp (top level): Build program with + -DTIMEOUT=$timeout. + (do_test): Return success/failure indication. Add more verbose + logging. Don't fail if 200 single steps are seen. Instead, fail + when the test times out. + (passes): New global. + (top level): Break the testing loop if testing fails on any + iteration. Use gdb_assert. + +2015-02-04 Don Breazeal + + * gdb.base/info-os.c (shmid, semid, msqid): Make variables static + and initialize them. + (ipc_cleanup): New function. + (main): Don't declare shmid, semid, and msqid. Add a call to + atexit so that we call ipc_cleanup on exit. + +2015-02-04 Pedro Alves + + * boards/native-extended-gdbserver.exp: Remove any target variant + specifications from the board name before clearing the isremote + flag from board_info. + +2015-01-31 Doug Evans + + * gdb.base/maint.exp : Update expected output. + +2015-01-31 Gary Benson + + * gdb.base/completion.exp: Disable completion limiting for + existing tests. Add new tests to check completion limiting. + * gdb.linespec/ls-errs.exp: Disable completion limiting. + +2015-01-31 Doug Evans + + * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12. + +2015-01-31 Doug Evans + + * gdb.guile/scm-section-script.c: Add duplicate inlined section script + entries. Duplicate file section script entries. + * gdb.guile/scm-section-script.exp: Add tests for duplicate entries, + inlined entries. Add test for safe-path rejection. + * gdb.python/py-section-script.c: Add duplicate inlined section script + entries. Duplicate file section script entries. + * gdb.python/py-section-script.exp: Add tests for duplicate entries, + inlined entries. Add test for safe-path rejection. + +2015-01-29 Joel Brobecker + + * gdb.ada/disc_arr_bound: New testcase. + 2015-01-29 Joel Brobecker * gdb.ada/mi_var_array: New testcase.