[GDBserver] Fix conversion warning
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index bcbffaa044bc8b749e76fbe999b0bf5690410c7d..c8709b7565b5048dcec91e08a7aedf1555f4102c 100644 (file)
@@ -1,3 +1,577 @@
+2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
+
+2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * gdb.base/killed-outside.exp: Remove $options from a call to
+       `prepare_for_testing'.
+
+2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
+       Change test message.
+
+2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
+       Update comment.
+
+2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.trace/mi-trace-save.exp: New file.
+
+2016-10-13  Yao Qi  <yao.qi@linaro.org>
+
+       * 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  <yao.qi@linaro.org>
+
+       * 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  <lgustavo@codesourcery.com>
+
+       * 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  <jan.kratochvil@redhat.com>
+
+       * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
+
+2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * 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  <yao.qi@linaro.org>
+
+       * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
+
+2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.python/python.exp: Test decode_line("*0").
+
+2016-10-06  Doug Evans  <dje@google.com>
+
+       * gdb.python/py-value.exp (test_value_creation): Add test for large
+       unsigned 64-bit value.
+
+2016-10-06  Tom Tromey  <tom@tromey.com>
+
+       * 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  <macro@imgtec.com>
+
+       * gdb.arch/mips-fcr.exp: New test.
+       * gdb.arch/mips-fcr.c: Source for the new test.
+
+2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * gdb.base/solib-disc.exp: Use `standard_output_file'
+       throughout.
+
+2016-10-06  Pedro Alves  <palves@redhat.com>
+
+       * 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  <palves@redhat.com>
+
+       * 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  <dje@google.com>
+
+       * 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  <jan.kratochvil@redhat.com>
+
+       * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
+
+2016-10-05  Yao Qi  <yao.qi@linaro.org>
+
+       * lib/gdb.exp (support_complex_tests): Return zero if
+       gdb_skip_float_test return true.
+
+2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
+2016-10-03  Simon Marchi  <simon.marchi@ericsson.com>
+
+       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  <antoine.tremblay@ericsson.com>
+2016-10-03  Simon Marchi  <simon.marchi@ericsson.com>
+
+       PR gdb/20487
+       * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
+       =thread-select-event check.
+
+2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
+       the compulsory L operand changes.
+       * gdb.arch/powerpc-power.s: Likewise.
+
+2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       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  <palves@redhat.com>
+
+       * gdb.base/infcall-input.c: New file.
+       * gdb.base/infcall-input.exp: New file.
+
+2016-09-22  Yao Qi  <yao.qi@linaro.org>
+
+       * lib/gdbserver-support.exp: Rename mi_gdb_exit.
+       (gdb_exit): Rename it to ...
+       (gdbserver_gdb_exit): ...  Close GDBserver.
+       (gdb_exit): New proc, call gdbserver_gdb_exit.
+       (mi_gdb_exit): Likewise.
+
+2016-09-22  Yao Qi  <yao.qi@linaro.org>
+
+       * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
+       path.
+       * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
+       Remove duplication.
+
+2016-09-22  Yao Qi  <yao.qi@linaro.org>
+
+       * lib/gdbserver-support.exp: Check the existence of
+       gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
+
+2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
+
+       * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
+
+2016-09-21  Tom Tromey  <tom@tromey.com>
+
+       PR gdb/20604:
+       * gdb.base/quit.exp: New file.
+
+2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * .gitignore: New file.
+
+2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
+       throughout.
+
+2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
+
+2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/casts.cc (decltype): Move it ...
+       (main): ... with its call to ...
+       * gdb.cp/casts03.cc: ... a new file.
+       * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
+
+2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
+
+2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
+
+       * gdb.arch/powerpc-power.s: Update Power9 instruction tests
+       and sync up the test with tests in gas/testsuite/gas/ppc.
+       * gdb.arch/powerpc-power.exp: Likewise.
+
+2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
+
+2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
+       make m1's definition to be different from m2's.  Use 'dummy' as an
+       argument for probe 'two'.
+
+2016-09-10  Jon Beniston  <jon@beniston.com>
+
+       * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
+       for sim target.
+
+2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
+       variable declaration.
+       (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
+       * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
+       * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
+       received HWCAP as its argument.
+
+2016-09-06  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/new-ui-pending-input.c: New file.
+       * gdb.base/new-ui-pending-input.exp: New file.
+       * gdb.exp (clear_gdb_spawn_id): New procedure.
+       (with_spawn_id): Check whether gdb_spawn_id exists before
+       referencing it.  If gdb_spawn_id didn't exist on entry, clear it
+       on exit.
+
+2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdb.base/float128.c: New file.
+       * gdb.base/float128.exp: Likewise.
+       * gdb.base/floatn.c: Likewise.
+       * gdb.base/floatn.exp: Likewise.
+
+2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
+
+2016-09-05  Pedro Alves  <palves@redhat.com>
+
+       PR backtrace/19927
+       * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
+       unwinders are immediately called as side effect of "source" or
+       "disable unwinder" commands.
+       * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
+
+2016-09-02  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
+       is true and $type is "float" or "double".
+
+2016-09-02  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
+       true.
+       * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
+       * gdb.base/call-rt-st.exp: Likewise.
+       * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
+       return value instead of gdb,skip_float_test.
+       * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
+       (do_function_calls): Use its return value instead of
+       gdb,skip_float_test.
+       * gdb.base/finish.exp: Likewise.
+       * gdb.base/funcargs.exp: Likewise.
+       * gdb.base/return.exp: Likewise.
+       * gdb.base/return2.exp: Likewise.
+       * gdb.base/varargs.exp: Likewise.
+       * lib/gdb.exp (gdb_skip_float_test): Change it to
+       gdb_caching_proc.  Detect the broken ptrace on arm-linux.
+
+2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * gdb.multi/tids.exp: Test "thread apply all".
+
+2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.base/default.exp (tty): Remove.
+
+2016-08-24  Kevin Buettner  <kevinb@redhat.com>
+
+       * gdb.python/py-recurse-unwind.c: New file.
+       * gdb.python/py-recurse-unwind.py: New file.
+       * gdb.python/py-recurse-unwind.exp: New file.
+
+2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.base/set-inferior-tty.exp: New file.
+       * gdb.base/set-inferior-tty.c: New file.
+
+2016-08-23  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/20494
+       * gdb.base/new-ui-echo.c: New file.
+       * gdb.base/new-ui-echo.exp: New file.
+
+2016-08-23  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
+       gdbserver_spawn.
+       * gdb.server/connect-without-multi-process.exp (do_test):
+       Likewise.
+
+2016-08-23  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/signals-state-child.exp: Set variables gdb_txt and
+       standalone_txt.  Delete gdb_txt and standalone_txt on host
+       and target.  Spawn the binary on target.  Copy files from
+       target to host.
+
+2016-08-22  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/20505
+       * gdb.base/vdso-warning.exp: Test core dumps too.  Use
+       with_test_prefix.  Factor out bits to ...
+       (test_no_vdso): ... this new procedure.
+
+2016-08-19  Carl Love  <cel@us.ibm.com>
+
+       * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
+       maintaining separate logic for constructing the output path.
+       * gdb.arch/powerpc-d128-regs.exp: Likewise.
+       * gdb.arch/ppc-dfp.exp: Likewise.
+       * gdb.arch/ppc-fp.exp: Likewise.
+       * gdb.arch/vsx-regs.exp: Likewise.
+       * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
+       binprefix for generating the additional binary files.
+
+2016-08-19  Pedro Alves  <palves@redhat.com>
+
+       * gdb.trace/mi-trace-frame-collected.exp
+       (test_trace_frame_collected): On x32, expect two registers.
+
+2016-08-18  Carl Love  <cel@us.ibm.com>
+
+       * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
+       and sync up the test with tests in gas/testsuite/gas/ppc.
+       * gdb.arch/powerpc-power.exp: Likewise.
+
+2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
+       expected error message.
+
+2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.multi/remove-inferiors.exp: New file.
+       * gdb.multi/remove-inferiors.c: New file.
+
+2016-08-12  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
+       argument list.
+
+2016-08-10  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/19187
+       * gdb.reverse/waitpid-reverse.exp: Add comment and remove
+       setup_kfails.
+
+2016-08-09  Pedro Alves  <palves@redhat.com>
+           Simon Marchi  <simon.marchi@ericsson.com>
+
+       PR gdb/20418
+       * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
+       * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
+
+2016-08-09  Pedro Alves  <palves@redhat.com>
+
+       PR mi/20431
+       * gdb.mi/mi-cmd-error.exp: New file.
+
+2016-08-09  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/18653
+       * gdb.base/signals-state-child.c: New file.
+       * gdb.base/signals-state-child.exp: New file.
+       * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
+
+2016-08-09  Pedro Alves  <palves@redhat.com>
+
+       * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
+
+2016-08-03  Tom Tromey  <tom@tromey.com>
+
+       PR python/18565:
+       * gdb.python/py-frame-inline.exp: Add Frame.function test.
+
+2016-08-01  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.threads/process-dies-while-detaching.exp (do_test): Set
+       variable mode to "multi-process" if $multi_process is 1, otherwise
+       set it to "single-process".
+
+2016-08-01  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.cp/anon-struct.exp: Check is_aarch32_target.
+       * gdb.cp/cpexprs.exp: Likewise.
+       * gdb.cp/m-static.exp: Likewise.
+
+2016-07-26  Tom Tromey  <tom@tromey.com>
+
+       PR python/20190:
+       * gdb.threads/tls.exp (check_thread_local): Add python symbol
+       test.
+
+2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
+       selecting assembly source files.
+       * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
+       assembly source files.
+       * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
+       assembly source files.
+       * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
+       selecting assembly source files.
+
+2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.base/new-ui.exp (do_test_invalid_args): New
+       procedure.
+
+2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
+
+       * gdb.btrace/reconnect.c: New file.
+       * gdb.btrace/reconnect.exp: New file.
+
+2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
+
+       * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
+       to test_catch_syscall_group.
+       (test_catch_syscall_group): New.
+
+2016-07-21  Tom Tromey  <tom@tromey.com>
+
+       * gdb.rust/simple.rs (main): Use empty struct expression.
+       * gdb.rust/simple.exp: Add tests for empty struct expression.
+
+2016-07-21  Yao Qi  <yao.qi@linaro.org>
+
+       * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
+       if gdb_skip_xml_test is true on some targets.
+
+2016-07-21  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.server/solib-list.exp: Unset last_loaded_file.
+
+2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
+       "step into captured_main (args)".
+
+2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
+
+2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
+
+2016-07-19  Pedro Alves  <palves@redhat.com>
+
+       * gdb.opt/inline-break.exp: Remove optimize=-O2.
+       * gdb.opt/inline-bt.exp: Likewise.
+       * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
+       additional_flags=-Winline.
+       * gdb.opt/inline-locals.exp: Likewise.
+       * gdb.opt/inline-markers.c (ATTR): Define.
+       (inlined_fn): Use it.
+
+2016-07-19  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
+       (test_with_self): Remove some code.  Remove argument executable.
+       (top-level): Use do_self_tests.
+
+2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
+           Don Breazeal <donb@codesourcery.com>
+
+       * gdb.base/maint.exp: Escape paths used in regular expressions.
+       * gdb.stabs/weird.exp: Likewise.
+
+2016-07-13  Tom Tromey  <tom@tromey.com>
+
+       PR python/15620, PR python/18620:
+       * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
+       (test_bkpt_events): New procs.
+
+2016-07-13  Tom Tromey  <tom@tromey.com>
+
+       PR python/17698:
+       * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
+       test.
+       (test_watchpoints): Likewise.
+       (test_bkpt_pending): New proc.
+
+2016-07-13  Tom Tromey  <tom@tromey.com>
+
+       PR cli/18053:
+       * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
+       completion test.
+
+2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
+       * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
+       * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
+       f_label.
+       (g): Rename g_end_lbl to g_label.
+       * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
+       low_pc and high_pc.
+       * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
+
+2016-07-12  Tom Tromey  <tom@tromey.com>
+
+       PR python/19293:
+       * gdb.python/py-unwind-maint.exp: Update tests.
+
+2016-07-12  Yao Qi  <yao.qi@linaro.org>
+
+       * lib/selftest-support.exp (selftest_setup): Match the output
+       when captured_main is inlined.
+
+2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * gdb.fortran/derived-types.exp (result_line, result_line_2):
+       New variables.
+       (print this%a, print this%b, print this): New tests.
+       * gdb.fortran/derived-types.f90 (this): New object and
+       initialization.
+
+2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.ada/arraydim.exp: Remove extra directory level in build
+       directory.
+
+2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * lib/ada.exp: Remove extra directory level in build directory.
+       * gdb.ada/cond_lang.exp: Likewise.
+       * gdb.ada/exec_changed.exp: Likewise.
+       * gdb.ada/lang_switch.exp: Likewise.
+
+2016-07-06  Manish Goregaokar  <manish@mozilla.com>
+
+       * simple.rs: Add test for raw pointer subscripting
+       * simple.exp: Add test expectations
+
+2016-07-05  Yao Qi  <yao.qi@linaro.org>
+
+       * gdb.mi/mi-reverse.exp: Match =record-started output.
+
 2016-07-01  Pedro Alves  <palves@redhat.com>
 
        * gdb.base/jit-reader.exp (info_registers_current_frame): New
This page took 0.036446 seconds and 4 git commands to generate.