RISC-V: Fix disassembly of c.addi4spn, c.addi16sp, c.lui when imm=0
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 3d2df7d00b6d48704a11a32a4d66210eaed39199..d9ed6876a9e62b3ac33968d525f732860bc53e61 100644 (file)
@@ -1,3 +1,222 @@
+2017-10-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
+
+2017-10-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
+       loop.
+
+2017-10-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
+       $attempt" and "stoppedtry $stoppedtry" test prefixes.
+
+2017-10-24  Pedro Alves  <palves@redhat.com>
+
+       * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
+       parameter and handle it.  Don't output read value in test name.
+
+2017-10-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
+       custom test name.
+
+2017-10-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
+       include the unstable output directory name in the test's name.
+       (initial_setup_simple) <'set args'>: Use custom test name.
+
+2017-10-24  Pedro Alves  <palves@redhat.com>
+
+       * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
+       with explicit test name.
+
+2017-10-20  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
+       'wait -i'.  Use gdb_assert and remote_close.
+
+2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
+       number from variable rather than hard-coded.
+
+2017-10-19  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/long-inferior-output.c: New file.
+       * gdb.base/long-inferior-output.exp: New file.
+
+2017-11-18  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
+       method.
+       (main): Call it.
+       * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
+       Add additional user-defined conversion operator tests.
+
+2017-10-17  Pedro Alves  <palves@redhat.com>
+
+       * boards/native-stdio-gdbserver.exp: Load "local-board".
+
+2017-10-17  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/quit-live.c: New file.
+       * gdb.base/quit-live.exp: New file.
+
+2017-10-16  Keith Seitz  <keiths@redhat.com>
+
+       * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
+       (class_with_protected_typedef, class_with_private_typedef)
+       (struct_with_public_typedef, struct_with_protected_typedef)
+       (struct_with_private_typedef): New classes/structs.
+       * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
+       typedefs and access specifiers.
+
+2017-10-16  Pedro Alves  <palves@redhat.com>
+           Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * README (Local vs Remote vs Native): New section.
+       * boards/local-board.exp: New file, with bits factored out from
+       ...
+       * boards/native-extended-gdbserver.exp: ... here.  Load
+       "local-board".
+       * boards/native-gdbserver.exp: Load "local-board".
+       (${board}_spawn, ${board}_exec): Delete.
+       * boards/native-stdio-gdbserver.exp: Most contents factored out to
+       ...
+       * boards/stdio-gdbserver-base.exp: ... this new file.
+       * boards/native-stdio-gdbserver.exp: Reimplement, by loading
+       "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
+       procedure.
+       * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
+       instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
+       stdio_gdbserver_command.
+       (${board}_get_remote_address, ${board}_get_comm_port)
+       (${board}_download, ${board}_upload): Delete.
+       (get_target_remote_pipe_cmd): New.
+
+2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdb.python/py-breakpoint.exp (test_bkpt_basic,
+       test_bkpt_deletion, test_bkpt_cond_and_cmds,
+       test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
+       test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
+       test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
+       remove with_test_prefix.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * lib/gdb.exp (target_can_use_run_cmd): New procedure.
+       * gdb.base/annota1.exp: Use it instead of is_remote.
+       * gdb.base/annota3.exp: Use it instead of is_remote.
+       * gdb.cp/annota2.exp: Use it instead of is_remote.
+       * gdb.cp/annota3.exp: Use it instead of is_remote.
+       * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
+       (test_num_test_vars, run_and_count_vars, find_env)
+       (test_set_unset_env, test_inherit_env_var): New procedures.
+       (top level): Use them.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * lib/selftest-support.exp (selftest_setup): Extend comments, and
+       also skip on stub-like targets.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/22293
+       * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
+       (top level): Move some tests to ...
+       (test_not_found): ... this new procedure.
+       (top level): Call it.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
+       expect different "info terminal" output if testing with a
+       non-native target.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+           Simon Marchi  <simon.marchi@polymtl.ca>
+
+       PR python/12966
+       * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
+       already.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
+       is_remote.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.threads/thread_events.exp: Check gdb_protocol instead of
+       is_remote.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
+       is set.
+       (corefile_test_attach): Likewise.  Check can_spawn_for_attach
+       instead of is_remote.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
+       (top level): Add comment.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/remote.exp (top level): Fix comment typo and add
+       missing return.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+           Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
+       calls and add comments.  Skip test if use_gdb_stub is set.
+       (top level): Use "set cwd" command instead of "cd" command.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
+       is_remote target check.
+
+2017-10-13  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/scope.exp: Use build_executable + clean_restart +
+       gdb_file_cmd instead of prepare_for_testing and no longer skip
+       "before run" tests on is_remote target boards.  Update comments.
+       * boards/native-extended-gdbserver.exp
+       (extended_gdbserver_load_last_file): New, factored out from ...
+       (gdb_load): ... this.  Move further below and add comment.
+       (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
+
+2017-10-12  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/attach.exp: Remove references to gdb64.
+       * gdb.base/dbx.exp: Remove references to gdb64.
+
+2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
+           Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/label.exp: Remove is_remote target check.
+
+2017-10-12  Pedro Alves  <palves@redhat.com>
+
+       * gdb.base/auvx.exp (coredir): Update comment.
+       (top level) <core_works>: Use "set cwd" command instead of "cd"
+       command.
+
 2017-10-12  Pedro Alves  <palves@redhat.com>
            Simon Marchi  <simon.marchi@polymtl.ca>
 
This page took 0.069442 seconds and 4 git commands to generate.