Remove MAX_REGISTER_SIZE from mi/mi-main.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 00731226acd0e4a7483009481d7df66d2f5c1ed1..70736f5cc3e7b3f42b0485519af947d5d7c4db2e 100644 (file)
@@ -1,3 +1,191 @@
+2017-06-08  Alan Hayward  <alan.hayward@arm.com>
+
+       * mi/mi-main.c (register_changed_p): Use cooked_read_value.
+
+2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * NEWS (Changes since GDB 8.0): Announce that GDBserver is now
+       able to start inferiors using a shell.
+       (New remote packets): Announce new packet "QStartupWithShell".
+       * remote.c: Add PACKET_QStartupWithShell.
+       (extended_remote_create_inferior): Handle new
+       PACKET_QStartupWithShell.
+       (remote_protocol_features) <QStartupWithShell>: New entry for
+       PACKET_QStartupWithShell.
+       (_initialize_remote): Call "add_packet_config_cmd" for
+       QStartupShell.
+
+2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-inferior.h"
+       and "nat/fork-inferior.h".
+       * common/common-inferior.h: New file, with contents from
+       "gdb/inferior.h".
+       * commom/common-utils.c: Include "common-utils.h".
+       (stringify_argv): New function.
+       * common/common-utils.h (stringify_argv): New prototype.
+       * configure.nat: Add "fork-inferior.o" as a dependency for
+       "*linux*", "fbsd*" and "nbsd*" hosts.
+       * corefile.c (get_exec_file): Update comment.
+       * darwin-nat.c (darwin_ptrace_him): Call "gdb_startup_inferior"
+       instead of "startup_inferior".
+       (darwin_create_inferior): Call "add_thread_silent" after
+       "fork_inferior".
+       * fork-child.c: Cleanup unnecessary includes.
+       (SHELL_FILE): Move to "common/common-fork-child.c".
+       (environ): Likewise.
+       (exec_wrapper): Initialize.
+       (get_exec_wrapper): New function.
+       (breakup_args): Move to "common/common-fork-child.c"; rename to
+       "breakup_args_for_exec".
+       (escape_bang_in_quoted_argument): Move to
+       "common/common-fork-child.c".
+       (saved_ui): New variable.
+       (prefork_hook): New function.
+       (postfork_hook): Likewise.
+       (postfork_child_hook): Likewise.
+       (gdb_startup_inferior): Likewise.
+       (fork_inferior): Move to "common/common-fork-child.c".  Update
+       function to support gdbserver.
+       (startup_inferior): Likewise.
+       * gdbcore.h (get_exec_file): Remove declaration.
+       * gnu-nat.c (gnu_create_inferior): Call "gdb_startup_inferior"
+       instead of "startup_inferior".  Call "add_thread_silent" after
+       "fork_inferior".
+       * inf-ptrace.c: Include "nat/fork-inferior.h" and "utils.h".
+       (inf_ptrace_create_inferior): Call "gdb_startup_inferior"
+       instead of "startup_inferior".  Call "add_thread_silent" after
+       "fork_inferior".
+       * inferior.h: Include "common-inferior.h".
+       (trace_start_error): Move to "common/common-utils.h".
+       (trace_start_error_with_name): Likewise.
+       (fork_inferior): Move prototype to "nat/fork-inferior.h".
+       (startup_inferior): Likewise.
+       (gdb_startup_inferior): New prototype.
+       * nat/fork-inferior.c: New file, with contents from "fork-child.c".
+       * nat/fork-inferior.h: New file.
+       * procfs.c (procfs_init_inferior): Call "gdb_startup_inferior"
+       instead of "startup_inferior".  Call "add_thread_silent" after
+       "fork_inferior".
+       * target.h (target_terminal_init): Move prototype to
+       "target/target.h".
+       (target_terminal_inferior): Likewise.
+       (target_terminal_ours): Likewise.
+       * target/target.h (target_terminal_init): New prototype, moved
+       from "target.h".
+       (target_terminal_inferior): Likewise.
+       (target_terminal_ours): Likewise.
+       * utils.c (gdb_flush_out_err): New function.
+
+2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-gdbthread.h".
+       * common/common-gdbthread.h: New file, with parts from
+       "gdb/gdbthread.h".
+       * gdbthread.h: Include "common-gdbthread.h".
+       (switch_to_thread): Moved to "common/common-gdbthread.h".
+
+2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * Makefile.in (SFILES): Add "common/job-control.c".
+       (HFILES_NO_SRCDIR): Add "common/job-control.h".
+       (COMMON_OBS): Add "job-control.o".
+       * common/job-control.c: New file, with contents from
+       "gdb/inflow.c".
+       * common/job-control.h: New file, with contents from "terminal.h".
+       * fork-child.c: Include "job-control.h".
+       * inflow.c: Include "job-control.h".
+       (gdb_setpgid): Move to "common/common-inflow.c".
+       (_initialize_inflow): Move setting of "job_control" to
+       "handle_job_control".
+       * terminal.h (job_control): Moved to "common/common-terminal.h".
+       (gdb_setpgid): Likewise.
+       * top.c: Include "job_control.h".
+       * utils.c: Likewise.
+       (job_control): Moved to "job-control.c".
+
+2017-06-07  Pedro Alves  <palves@redhat.com>
+
+       * Makefile.in (SFILES): Add gdb_regex.c.
+       (COMMON_OBS): Add gdb_regex.o.
+       * ada-lang.c (ada_add_standard_exceptions)
+       (ada_add_exceptions_from_frame, name_matches_regex)
+       (ada_add_global_exceptions, ada_exceptions_list_1): Change regex
+       parameter type to compiled_regex.  Adjust.
+       (ada_exceptions_list): Use compiled_regex.
+       * break-catch-throw.c (exception_catchpoint::pattern): Now a
+       std::unique_ptr<compiled_regex>.
+       (exception_catchpoint::~exception_catchpoint): Remove regfree
+       call.
+       (check_status_exception_catchpoint): Adjust to use compiled_regex.
+       (handle_gnu_v3_exceptions): Adjust to use compiled_regex.
+       * breakpoint.c (solib_catchpoint::compiled): Now a
+       std::unique_ptr<compiled_regex>.
+       (solib_catchpoint::~solib_catchpoint): Remove regfree call.
+       (check_status_catch_solib): Adjust to use compiled_regex.
+       (add_solib_catchpoint): Adjust to use compiled_regex.
+       * cli/cli-cmds.c (apropos_command): Use compiled_regex.
+       * cli/cli-decode.c (apropos_cmd): Change regex parameter to
+       compiled_regex reference.  Adjust to use it.
+       * cli/cli-decode.h: Remove struct re_pattern_buffer forward
+       declaration.  Include "gdb_regex.h".
+       (apropos_cmd): Change regex parameter to compiled_regex reference.
+       * gdb_regex.c: New file.
+       * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Delete
+       declarations.
+       (class compiled_regex): New.
+       * linux-tdep.c: Include "common/gdb_optional.h".
+       (struct mapping_regexes): New, factored out from
+       mapping_is_anonymous_p, and adjusted to use compiled_regex.
+       (mapping_is_anonymous_p): Use mapping_regexes wrapped in a
+       gdb::optional and remove cleanups.  Adjust to compiled_regex.
+       * probe.c: Include "common/gdb_optional.h".
+       (collect_probes): Use compiled_regex and gdb::optional and remove
+       cleanups.
+       * skip.c: Include "common/gdb_optional.h".
+       (skiplist_entry::compiled_function_regexp): Now a
+       gdb::optional<compiled_regex>.
+       (skiplist_entry::compiled_function_regexp_is_valid): Delete field.
+       (free_skiplist_entry): Remove regfree call.
+       (compile_skip_regexp, skip_rfunction_p): Adjust to use
+       compiled_regex and gdb::optional.
+       * symtab.c: Include "common/gdb_optional.h".
+       (search_symbols): Use compiled_regex and gdb::optional.
+       * utils.c (do_regfree_cleanup, make_regfree_cleanup)
+       (get_regcomp_error, compile_rx_or_error): Delete.  Some bits moved
+       to gdb_regex.c.
+
+2017-06-07  Alan Hayward  <alan.hayward@arm.com>
+
+       * regcache.c (regcache::save): Avoid buffer use.
+       (regcache::dump): Likewise.
+
+2017-06-07  Alan Hayward  <alan.hayward@arm.com>
+
+       * sh-tdep.c (sh_pseudo_register_read): Remove
+       MAX_REGISTER_SIZE.
+       (sh_pseudo_register_write): Likewise.
+       * sh64-tdep.c (sh64_pseudo_register_read): Likewise.
+       (sh64_pseudo_register_write): Likewise
+
+2017-06-07  Alan Hayward  <alan.hayward@arm.com>
+
+       * aarch64-tdep.c (aarch64_store_return_value): Use
+       V_REGISTER_SIZE.
+       (aarch64_pseudo_read_value): Likewise.
+       (aarch64_pseudo_write): Likewise.
+
+2017-06-06  Yao Qi  <yao.qi@linaro.org>
+
+       * regformats/regdef.h (set_register_cache): Remove the
+       declaration.
+
+2017-06-06 Alan Hayward  <alan.hayward@arm.com>
+
+       * frame.c (frame_unwind_register_signed): Use
+       frame_unwind_register_value.
+
 2017-06-06  Pedro Alves  <palves@redhat.com>
 
        PR breakpoints/21553
This page took 0.0257270000000001 seconds and 4 git commands to generate.