Fix gdb.base/fork-running-state.exp race
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 0af50b0498adb5f191f6fbc2cf20bb379c9f8ca2..5dd055385d75ac86ed7060b07ca5c8ab7d22e32b 100644 (file)
@@ -1,3 +1,280 @@
+2018-04-10  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
+       exits.  Instead loop running forever.
+       (fork_parent): Run forever too.
+
+2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
+       mi_continue_to_line.
+       * gdb.mi/mi-stack.c (callee4): Add comment.
+
+2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdb.mi/mi-stack.exp: Fix indentation.
+
+2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
+
+       PR gdb/22979
+       * gdb.arch/amd64-osabi.exp: New file.
+
+2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
+
+       PR gdb/22980
+       * gdb.base/osabi.exp: New file.
+
+2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
+
+       * gdb.cp/static-typedef-print.exp: New file.
+       * gdb.cp/static-typedef-print.cc: New file.
+
+2018-03-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/varsize_limit: New testcase.
+
+2018-03-27  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
+
+       * gdb.ada/notcplusplus: New testcase.
+
+       * gdb.base/c-linkage-name.c: New file.
+       * gdb.base/c-linkage-name.exp: New testcase.
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
+       * gdb.python/py-framefilter.py (name_error): New global.
+       (ErrorInName.function): Use name_error.
+
+2018-03-26  Tom Tromey  <tom@tromey.com>
+
+       PR backtrace/15582:
+       * gdb.python/py-framefilter.exp: Add "bt hide" test.
+
+2018-03-23  Keith Seitz  <keiths@redhat.com>
+
+       PR c++/22968
+       * gdb.cp/subtypes.exp: New file.
+       * gdb.cp/subtypes.h: New file.
+       * gdb.cp/subtypes.cc: New file.
+       * gdb.cp/subtypes-2.cc: New file.
+
+2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
+       (done): Call '_exit' not 'exit' to avoid atexit handlers.
+       * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
+       -nostartfiles when compiling the test.  Confirm that all registers
+       xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
+
+2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
+       option, syntax was wrong anyway.
+       * gdb.arch/arm-disp-step.exp: Likewise.
+       * gdb.arch/sparc64-regs.exp: Likewise.
+       * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
+       option, syntax was wrong anyway, switch to use
+       prepare_for_testing.
+       * gdb.arch/i386-disp-step.exp: Likewise.
+
+2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.ada/exec_changed.exp: Replace "target_info exists
+       use_gdb_stub" by "use_gdb_stub".
+       * gdb.ada/start.exp: Likewise.
+       * gdb.base/async-shell.exp: Likewise.
+       * gdb.base/attach-pie-misread.exp: Likewise.
+       * gdb.base/attach-wait-input.exp: Likewise.
+       * gdb.base/break-entry.exp: Likewise.
+       * gdb.base/break-interp.exp: Likewise.
+       * gdb.base/dprintf-detach.exp: Likewise.
+       * gdb.base/nostdlib.exp: Likewise.
+       * gdb.base/solib-nodir.exp: Likewise.
+       * gdb.base/statistics.exp: Likewise.
+       * gdb.base/testenv.exp: Likewise.
+       * gdb.mi/mi-exec-run.exp: Likewise.
+       * gdb.mi/mi-start.exp: Likewise.
+       * gdb.multi/dummy-frame-restore.exp: Likewise.
+       * gdb.multi/multi-arch-exec.exp: Likewise.
+       * gdb.multi/multi-arch.exp: Likewise.
+       * gdb.multi/tids.exp: Likewise.
+       * gdb.multi/watchpoint-multi.exp: Likewise.
+       * gdb.python/py-events.exp: Likewise.
+       * gdb.threads/attach-into-signal.exp: Likewise.
+       * gdb.threads/attach-stopped.exp: Likewise.
+       * gdb.threads/threadapply.exp: Likewise.
+       * lib/selftest-support.exp: Likewise.
+
+2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/info-proc.exp: Add test for "info proc cmdline".
+
+2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
+
+       * gdb.perf/template-breakpoints.cc: New file.
+       * gdb.perf/template-breakpoints.exp: New file.
+       * gdb.perf/template-breakpoints.py: New file.
+
+2018-03-19  Tom Tromey  <tom@tromey.com>
+
+       * gdb.rust/simple.rs (main): Add local variables field1, field2,
+       y0.
+       * gdb.rust/simple.exp: Test bare identifier form of struct
+       initializer.
+
+2018-03-19  Tom Tromey  <tom@tromey.com>
+
+       * gdb.gdb/observer.exp: Remove.
+
+2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
+       "qualified" option when setting breakpoints.
+       * gdb.trace/backtrace.exp: Likewise.
+       * gdb.trace/circ.exp: Likewise.
+       * gdb.trace/collection.exp: Likewise.
+       * gdb.trace/disconnected-tracing.exp: Likewise.
+       * gdb.trace/ftrace-lock.exp: Likewise.
+       * gdb.trace/ftrace.exp: Likewise.
+       * gdb.trace/infotrace.exp: Likewise.
+       * gdb.trace/packetlen.exp: Likewise.
+       * gdb.trace/passc-dyn.exp: Likewise.
+       * gdb.trace/qtro.exp: Likewise.
+       * gdb.trace/read-memory.exp: Likewise.
+       * gdb.trace/report.exp: Likewise.
+       * gdb.trace/signal.exp: Likewise.
+       * gdb.trace/status-stop.exp: Likewise.
+       * gdb.trace/strace.exp: Likewise.
+       * gdb.trace/tfind.exp: Likewise.
+       * gdb.trace/trace-break.exp: Likewise.
+       * gdb.trace/trace-condition.exp: Likewise.
+       * gdb.trace/trace-mt.exp: Likewise.
+       * gdb.trace/tstatus.exp: Likewise.
+       * gdb.trace/tsv.exp: Likewise.
+       * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
+       * gdb.trace/unavailable.exp: Likewise.
+       * gdb.trace/while-dyn.exp: Likewise.
+
+2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
+       that libinproctrace is copied to the target.
+
+2018-03-14  Tom Tromey  <tom@tromey.com>
+
+       PR cli/14977:
+       * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
+       a null pointer.
+       * gdb.base/wchar.exp: Likewise.
+
+2018-03-14  Tom Tromey  <tom@tromey.com>
+
+       PR cli/19918:
+       * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
+       flag.
+
+2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
+
+       PR gdb/22841
+       * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
+       "target" to remote_exec.
+
+2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       PR gdb/22841
+       * boards/gdbserver-base.exp (${board}_file, ${board}_download,
+       ${board}_upload): Remove.
+
+2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.cp/watch-cp.cc: New test.
+       * gdb.cp/watch-cp.exp: New file.
+
+2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/infcall-nested-structs.exp: New file.
+       * gdb.base/infcall-nested-structs.c: New file.
+       * gdb.base/float.exp: Add riscv support.
+
+2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+       * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
+       * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
+
+2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdb.server/abspath.exp: New file.
+       * lib/gdb.exp (with_cwd): New procedure.
+
+2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
+       use it.
+       (gdb_is_target_remote_prompt): New proc.
+       (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
+       (gdb_is_target_native): Pass prompt parameter to
+       gdb_is_target_1.
+
+2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdb.base/load-command.c: New file.
+       * gdb.base/load-command.exp: New file.
+       * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
+       (gdb_is_target_1): ...this, and generalize for other targets
+       than just remote.
+       (gdb_is_target_remote): Use gdb_is_target_1.
+       (gdb_is_target_native): use gdb_is_target_1.
+
+2018-02-26  Tom Tromey  <tom@tromey.com>
+
+       PR python/16497:
+       * gdb.python/py-framefilter.exp: Update test.
+
+2018-02-26  Tom Tromey  <tom@tromey.com>
+
+       * gdb.dwarf2/variant.c: New file.
+       * gdb.dwarf2/variant.exp: New file.
+
+2018-02-26  Tom Tromey  <tom@tromey.com>
+
+       * gdb.rust/simple.exp: Accept more possible results in enum test.
+
+2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * lib/cp-support.exp (cp_test_ptype_class): Move space inside
+       parentheses.
+
+2018-02-23  Maciej W. Rozycki  <macro@mips.com>
+
+       * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
+       name of a variable: $actual_linejj -> $actual_line.
+
+2018-02-21  John Baldwin  <jhb@FreeBSD.org>
+
+       * gdb.arch/amd64-i386-address.exp: Fix a typo.
+
+2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.btrace/buffer-size.exp: Do not force BTS.
+
+2018-02-14  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
+       getting a "Quit".
+
+2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
+       Fix test name.
+
+2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.cp/m-static.exp: Check type of optimized out static
+       member.
+
 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
 
        * config/sid.exp (gdb_target_sid): Remove use of cleanup.
This page took 0.029933 seconds and 4 git commands to generate.