Remove find_inferior
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 349af82c7ebdb77a76f1e5901b2c48e39023d248..882aff4dbbbd59befb104d09c8b9e9b745e9c4c3 100644 (file)
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * inferiors.h (find_inferior): Remove.
+       * inferiors.c (find_inferior): Remove.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (resume_status_pending_p): Update comment.
+       (need_step_over_p): Update comment.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (proceed_one_lwp): Return void, change parameter
+       type.
+       (unsuspend_and_proceed_one_lwp): Likewise.
+       (proceed_all_lwps): Use for_each_thread.
+       (unstop_all_lwps): Likewise.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (linux_resume_one_thread): Return void, take
+       parameter directly.
+       (linux_resume): Use for_each_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (send_sigstop_callback): Return void, change
+       parameter type.  Rename to...
+       (send_sigstop): ... this.
+       (suspend_and_send_sigstop_callback): Return void, change parameter
+       type.  Rename to...
+       (suspend_and_send_sigstop): ... this.
+       (stop_all_lwps): Use for_each_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (lwp_running): Return bool, remove unused
+       argument.
+       (linux_stabilize_threads): Use find_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (select_singlestep_lwp_callback): Remove.
+       (count_events_callback): Remove.
+       (select_event_lwp_callback): Remove.
+       (select_event_lwp): Use find_thread/for_each_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (not_stopped_callback): Return bool, take filter
+       argument directly.
+       (linux_wait_for_event_filtered): Use find_thread.
+       (linux_wait_1): Likewise.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (same_lwp): Remove.
+       (find_lwp_pid): Use find_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (delete_lwp_callback): Remove.
+       (linux_mourn): Use for_each_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (linux_detach_lwp_callback): Return void, remove
+       args parameter, don't check for pid.
+       (linux_detach): Use for_each_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.c (struct counter): Remove.
+       (second_thread_of_pid_p): Remove.
+       (last_thread_of_process_p): Use find_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * inferiors.c (find_inferior_in_random): Remove.
+       * inferiors.h (find_inferior_in_random): Remove.
+       * linux-low.c (status_pending_p_callback): Return bool, accept
+       parameter ptid directly.
+       (linux_wait_for_event_filtered): Use find_thread_in_random.
+       (linux_wait_1): Likewise.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * inferiors.c (find_inferior_id): Remove.
+       (find_thread_ptid): Move implemention from find_inferior_id to
+       here.
+       * inferiors.h (find_inferior_id): Remove.
+       * server.c (handle_status): Use find_thread_ptid.
+       (process_serial_event): Likewise.
+       * thread-db.c (find_one_thread): Likewise.
+       (thread_db_thread_handle): Likewise.
+       * win32-low.c (thread_rec): Likewise.
+       (child_delete_thread): Likewise.
+       (win32_thread_alive): Likewise.
+       (get_child_debug_event): Likewise.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-mips-low.c (update_watch_registers_callback): Return
+       void, remove pid_p parameter, don't check for pid.
+       (mips_insert_point, mips_remove_point): Use for_each_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * lynx.low (lynx_delete_thread_callback): Remove.
+       (lynx_mourn): Use for_each_thread.
+
+2017-12-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * regcache.c (regcache_invalidate_one): Remove.
+       (regcache_invalidate_pid): use for_each_thread.
+
+2017-11-26  Tom Tromey  <tom@tromey.com>
+
+       * linux-low.c (linux_create_inferior): Update.
+
+2017-11-24  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * spu-low.c (spu_create_inferior): Fix typo in argument name.
+
+2017-11-24  Alan Hayward  <alan.hayward@arm.com>
+
+       * configure.srv: Add linux-aarch64-tdesc-selftest.o.
+       * linux-aarch64-low.c (initialize_low_arch): Call init func.
+       * linux-aarch64-tdesc-selftest.c: New file.
+       * linux-aarch64-tdesc.h (initialize_low_tdesc): New declaration.
+
+2017-11-24  Alan Hayward  <alan.hayward@arm.com>
+
+       * configure.srv: Add new file.
+       * linux-aarch64-low.c (initialize_low_arch): Call init func.
+       * linux-aarch64-tdesc-selftest.c: New file.
+       * linux-aarch64-tdesc.h (initialize_low_tdesc): New declaration.
+
+2017-11-24  Alan Hayward  <alan.hayward@arm.com>
+
+       * linux-aarch64-ipa.c (initialize_low_tracepoint): Remove init.
+       * linux-aarch64-low.c (initialize_low_arch): Remove init.
+       * linux-aarch64-tdesc.c (aarch64_linux_read_description): Add init.
+
+2017-11-24  Alan Hayward  <alan.hayward@arm.com>
+
+       * configure.srv: Add new files.
+       * linux-aarch64-ipa.c (get_ipa_tdesc): Call
+       aarch64_linux_read_description.
+       * linux-aarch64-low.c (aarch64_linux_read_description):
+       Merge with aarch64_arch_setup.
+       (aarch64_arch_setup): Call aarch64_linux_read_description.
+       * linux-aarch64-tdesc.c: New file.
+       * linux-aarch64-tdesc.h: New file.
+
+2017-11-24  Yao Qi  <yao.qi@linaro.org>
+
+       * configure.srv: Set $srv_regobj for tic6x-linux.
+       * linux-tic6x-low.c: Include "arch/tic6x.h" and "tdesc.h".
+       (tic6x_read_description): Move some code to tic6x_arch_setup.
+       (tic6x_tdesc_test): New function.
+       (initialize_low_arch): Call selftests::register_test.
+
+2017-11-22  Yao Qi  <yao.qi@linaro.org>
+
+       * remote-utils.c (prepare_resume_reply): Use memcpy.
+
+2017-11-19  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-low.c (kill_one_lwp_callback): Return void, take
+       argument directly, don't filter on pid.
+       (linux_kill): Use for_each_thread.
+
+2017-11-19  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-low.c (need_step_over_p): Return bool, remove dummy
+       argument.
+       (linux_resume, proceed_all_lwps): Use find_thread.
+
+2017-11-19  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-low.c (resume_status_pending_p): Return bool, remove
+       flag_p argument.
+       (linux_resume): Use find_thread.
+
+2017-11-19  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-low.c (struct thread_resume_array): Remove.
+       (linux_set_resume_request): Return void, take arguments
+       directly.
+       (linux_resume): Use for_each_thread.
+
+2017-11-19  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-low.c (stuck_in_jump_pad_callback): Change prototype,
+       return bool, remove data argument.
+       (linux_stabilize_threads): Use find_thread.
+
+2017-11-19  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-low.c (unsuspend_one_lwp): Remove.
+       (unsuspend_all_lwps): Use for_each_thread, inline code from
+       unsuspend_one_lwp.
+
+2017-11-19  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdbthread.h (find_thread): Add overload with ptid_t filter.
+       * linux-low.c (struct iterate_over_lwps_args): Remove.
+       (iterate_over_lwps_filter): Remove.
+       (iterate_over_lwps): Use find_thread.
+
+2017-11-19  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-low.c (reset_lwp_ptrace_options_callback): Remove.
+       (linux_handle_new_gdb_connection): Use for_each_thread, inline
+       code from reset_lwp_ptrace_options_callback.
+
+2017-11-19  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-arm-low.c (struct update_registers_data): Remove.
+       (update_registers_callback): Return void, take arguments
+       directly, don't check thread's pid.
+       (arm_insert_point, arm_remove_point): Use for_each_thread.
+
+2017-11-19  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * win32-low.c (continue_one_thread): Return void, take argument
+       directly.
+       (child_continue): Use for_each_thread.
+
+2017-11-19  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * win32-i386-low.c (update_debug_registers_callback): Rename
+       to ...
+       (update_debug_registers): ... this, return void, remove pid_p arg.
+       (x86_dr_low_set_addr, x86_dr_low_set_control): Use for_each_thread.
+
+2017-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * inferiors.h (struct process_info): Add constructor, initialize
+       fields..
+       <syscalls_to_catch>: Change type to std::vector<int>.
+       * inferiors.c (add_process): Allocate process_info with new.
+       (remove_process): Free process_info with delete.
+       * linux-low.c (handle_extended_wait): Adjust.
+       (gdb_catching_syscalls_p, gdb_catch_this_syscall_p): Adjust.
+       * server.c (handle_general_set): Adjust.
+
+2017-11-16  Pedro Alves  <palves@redhat.com>
+
+       * remote-utils.c (remote_close): Block SIGIO signals instead of
+       uninstalling the SIGIO handler.
+
+2017-11-16  Alan Hayward  <alan.hayward@arm.com>
+
+       * tdesc.c (tdesc_get_features_xml): Allow null osabi.
+
+2017-11-16  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-tic6x-low.c (tic6x_fill_gregset): Cast buf.
+       (tic6x_store_gregset): Likewise.
+       (tic6x_usrregs_info): Move it up.
+
+2017-11-15  Alan Hayward  <alan.hayward@arm.com>
+
+       * Makefile.in: Update arch rules.
+       * configure.srv: Explicitly mark arch/ files.
+
+2017-11-13  Andreas Schwab  <schwab@suse.de>
+
+       * linux-m68k-low.c (m68k_supports_hardware_single_step): New
+       function.
+       (struct linux_target_ops) <supports_hardware_single_step>: Initialize.
+
+2017-11-06  Pedro Alves  <palves@redhat.com>
+
+       * config.in, configure: Regenerate.
+
+2017-10-27  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * target.c (struct thread_search): Remove.
+       (thread_search_callback): Remove.
+       (prepare_to_access_memory): Use for_each_thread instead of
+       find_inferior.  Inline code from thread_search_callback.
+
+2017-10-27  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * server.c (struct visit_actioned_threads_data): Remove.
+       (visit_actioned_threads): Change prototype to take arguments
+       directly.
+       (resume): Use find_thread instead of find_inferior.
+
+2017-10-27  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * server.c (queue_stop_reply_callback): Change prototype, return
+       void.
+       (find_status_pending_thread_callback): Remove.
+       (handle_status): Replace find_inferior with find_thread and
+       for_each_thread.
+
+2017-10-25  Alan Hayward  <alan.hayward@arm.com>
+
+       * linux-aarch64-low.c (aarch64_fill_gregset): Replace defines
+       with REGNO.
+       (aarch64_store_gregset): Likewise.
+       (aarch64_fill_fpregset): Likewise.
+       (aarch64_store_fpregset): Likewise.
+
+2017-10-21  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * gdbthread.h (find_thread, for_each_thread): New functions.
+       * inferiors.c (thread_of_pid): Remove.
+       (find_any_thread_of_pid): Use find_thread.
+       * linux-low.c (num_lwps): Use for_each_thread.
+
+2017-10-17  Yao Qi  <yao.qi@linaro.org>
+
+       * Makefile.in: Remove one rule.
+       * configure.srv: Rename aarch64-insn.o with arch/aarch64-insn.o.
+
+2017-10-17  Yao Qi  <yao.qi@linaro.org>
+
+       * configure.srv: Rename arm-linux.o with arch/arm-linux.o.
+       Rename arm-get-next-pcs.o with arch/arm-get-next-pcs.o.
+
+2017-10-17  Yao Qi  <yao.qi@linaro.org>
+
+       * configure.srv: Rename arm.o with arch/arm.o.
+
+2017-10-17  Yao Qi  <yao.qi@linaro.org>
+
+       * Makefile.in (CONFIG_SRC_SUBDIR): New variable.
+       (clean): Remove .o files in CONFIG_SRC_SUBDIR.
+       (distclean): Remove DEPDIR in CONFIG_SRC_SUBDIR.
+       (arch-i386.o, arch-amd64.o): Remove rules.
+       (arch/%.o): New rule.
+       Update POSTCOMPILE and COMPILE.pre.
+       * configure.ac: Invoke AC_CONFIG_COMMANDS.
+       * configure: Re-generated.
+       * configure.srv: Replace arch-i386.o with arch/i386.o.
+       Replace arch-amd64.o with arch/amd64.o.
+
+2017-10-16  Yao Qi  <yao.qi@linaro.org>
+
+       * configure: Regenerated.
+
+2017-10-14  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * inferiors.h: (struct inferior_list): Remove.
+       (struct inferior_list_entry); Remove.
+       (add_inferior_to_list, clear_inferior_list, one_inferior_p,
+       A_I_NEXT, ALL_INFERIORS_TYPE, ALL_INFERIORS, remove_inferior,
+       get_first_inferior): Remove.
+       (for_each_inferior, for_each_inferior_with_data, find_inferior,
+       find_inferior_id, find_inferior_in_random): Change signature.
+       * inferiors.c (all_threads): Change type to
+       std::list<thread_info *>.
+       (get_thread): Remove macro.
+       (find_inferior, find_inferior_id): Change signature, implement
+       using find_thread.
+       (find_inferior_in_random): Change signature, implement using
+       find_thread_in_random.
+       (for_each_inferior, for_each_inferior_with_data): Change
+       signature, implement using for_each_thread.
+       (add_inferior_to_list, remove_inferior): Remove.
+       (add_thread, get_first_thread, thread_of_pid,
+       find_any_thread_of_pid, free_one_thread, remove_thread): Update.
+       (get_first_inferior, one_inferior_p, clear_inferior_list):
+       Remove.
+       (clear_inferiors, get_thread_process): Update.
+       * gdbthread.h: Include <list>.
+       (struct thread_info) <entry>: Remove field.
+       <id>: New field.
+       (all_threads): Change type to std::list<thread_info *>.
+       (get_first_inferior): Add doc.
+       (find_thread, for_each_thread, find_thread_in_random): New
+       functions.
+       (current_ptid, pid_of, ptid_of, lwpid_of): Update.
+       * linux-arm-low.c (update_registers_callback): Update.
+       * linux-low.c (second_thread_of_pid_p): Update.
+       (kill_one_lwp_callback, linux_detach_lwp_callback,
+       delete_lwp_callback, status_pending_p_callback, same_lwp,
+       find_lwp_pid, num_lwps, iterate_over_lwps_filter,
+       iterate_over_lwps, not_stopped_callback,
+       resume_stopped_resumed_lwps, count_events_callback,
+       select_singlestep_lwp_callback, select_event_lwp_callback,
+       unsuspend_one_lwp, linux_wait_1, send_sigstop_callback,
+       suspend_and_send_sigstop_callback, wait_for_sigstop,
+       stuck_in_jump_pad_callback, move_out_of_jump_pad_callback,
+       lwp_running, linux_set_resume_request, resume_status_pending_p,
+       need_step_over_p, start_step_over, linux_resume_one_thread,
+       proceed_one_lwp, unsuspend_and_proceed_one_lwp,
+       reset_lwp_ptrace_options_callback): Update.
+       * linux-mips-low.c (update_watch_registers_callback): Update.
+       * regcache.c (regcache_invalidate_one, regcache_invalidate):
+       Update.
+       (free_register_cache_thread_one): Remove.
+       (regcache_release): Update.
+       * server.c (handle_btrace_enable_bts, handle_btrace_enable_pt,
+       handle_qxfer_threads_worker): Update.
+       (handle_query): Update, use list iterator.
+       (visit_actioned_threads, handle_pending_status,
+       queue_stop_reply_callback, gdb_wants_all_threads_stopped,
+       clear_pending_status_callback, set_pending_status_callback,
+       find_status_pending_thread_callback, handle_status,
+       process_serial_event): Update.
+       * target.c (thread_search_callback): Update.
+       * thread-db.c (thread_db_get_tls_address): Update.
+       * tracepoint.c (tracepoint_finished_step, tracepoint_was_hit):
+       Update.
+       * win32-i386-low.c (update_debug_registers_callback): Update.
+       * win32-low.c (delete_thread_info, child_delete_thread,
+       continue_one_thread, suspend_one_thread,
+       get_child_debug_event): Adjust.
+
+2017-10-14  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdbthread.h (ptid_of, pid_of, lwpid_of): New functions.
+       * inferiors.h: Include <list>.
+       (struct process_info) <entry>: Remove field.
+       <pid>: New field.
+       (pid_of): Change macro to function.
+       (ptid_of, lwpid_of): Remove macro.
+       (all_processes): Change type to std::list<process_info *>.
+       (ALL_PROCESSES): Remove macro.
+       (for_each_process, find_process): New function.
+       * inferiors.c (all_processes): Change type to
+       std::list<process_info *>.
+       (find_thread_process): Adjust.
+       (add_process): Likewise.
+       (remove_process): Likewise.
+       (find_process_pid): Likewise.
+       (get_first_process): Likewise.
+       (started_inferior_callback): Remove.
+       (have_started_inferiors_p): Adjust.
+       (attached_inferior_callback): Remove.
+       (have_attached_inferiors_p): Adjust.
+       * linux-low.c (check_zombie_leaders): Likewise.
+       * linux-x86-low.c (x86_arch_setup_process_callback): Remove.
+       (x86_linux_update_xmltarget): Adjust.
+       * server.c (handle_query): Likewise.
+       (gdb_reattached_process): Remove.
+       (handle_status): Adjust.
+       (kill_inferior_callback): Likewise.
+       (detach_or_kill_inferior): Remove.
+       (print_started_pid): Likewise.
+       (print_attached_pid): Likewise.
+       (detach_or_kill_for_exit): Update.
+       (process_serial_event): Likewise.
+       * linux-arm-low.c (arm_new_fork): Likewise.
+
+2017-10-14  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * dll.h: Include <list>.
+       (struct dll_info): Add constructor.
+       <entry>: Remove field.
+       (all_dlls): Change type to std::list<dll_info>.
+       * dll.c: Include <algorithm>.
+       (get_dll): Remove macro.
+       (all_dlls): Change type to std::list<dll_info *>.
+       (free_one_dll): Remove.
+       (match_dll): Likewise.
+       (loaded_dll): Adjust.
+       (unloaded_dll): Adjust to all_dlls type change, use
+       std::find_if.  Inline code from match_dll.
+       (clear_dlls): Adjust to all_dlls type change.
+       * server.c (emit_dll_description): Remove.
+       (handle_qxfer_libraries): Adjust to all_dlls type change,
+       integrate emit_dll_description's functionality.
+
+2017-10-12  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-low.h (struct linux_target_ops) <delete_process>: New
+       field.
+       * linux-low.c (linux_mourn): Call the_low_target.delete_process.
+       * linux-aarch64-low.c (aarch64_linux_delete_process): New.
+       (struct linux_target_ops): Add delete_process callback.
+       * linux-arm-low.c (arm_delete_process): New.
+       (struct linux_target_ops): Add delete_process callback.
+       * linux-bfin-low.c (struct linux_target_ops): Likewise.
+       * linux-crisv32-low.c (struct linux_target_ops): Likewise.
+       * linux-m32r-low.c (struct linux_target_ops): Likewise.
+       * linux-mips-low.c (mips_linux_delete_process): New.
+       (struct linux_target_ops): Add delete_process callback.
+       * linux-ppc-low.c (struct linux_target_ops): Likewise.
+       * linux-s390-low.c (struct linux_target_ops): Likewise.
+       * linux-sh-low.c (struct linux_target_ops): Likewise.
+       * linux-tic6x-low.c (struct linux_target_ops): Likewise.
+       * linux-tile-low.c (struct linux_target_ops): Likewise.
+       * linux-x86-low.c (x86_linux_delete_process): New.
+       (struct linux_target_ops): Add delete_process callback.
+       * linux-xtensa-low.c (struct linux_target_ops): Likewise.
+
+2017-10-12  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-aarch64-low.c (the_low_target): Add thread delete
+       callback.
+       * linux-arm-low.c (arm_delete_thread): New function.
+       (the_low_target): Add thread delete callback.
+       * linux-bfin-low.c (the_low_target): Likewise.
+       * linux-crisv32-low.c (the_low_target): Likewise.
+       * linux-low.c (delete_lwp): Invoke delete_thread callback if
+       set.
+       * linux-low.h (struct linux_target_ops) <delete_thread>: New
+       field.
+       * linux-m32r-low.c (the_low_target): Add thread delete callback.
+       * linux-mips-low.c (mips_linux_delete_thread): New function.
+       (the_low_target): Add thread delete callback.
+       * linux-ppc-low.c (the_low_target): Likewise.
+       * linux-s390-low.c (the_low_target): Likewise.
+       * linux-sh-low.c (the_low_target): Likewise.
+       * linux-tic6x-low.c (the_low_target): Likewise.
+       * linux-tile-low.c (the_low_target): Likewise.
+       * linux-x86-low.c (the_low_target): Likewise.
+       * linux-xtensa-low.c (the_low_target): Likewise.
+
+2017-10-06  Yuanhui Zhang  <asmwarrior@gmail.com>
+
+       * win32-low.c: Include "common-inferior.h".
+
+2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * inferiors.c (set_inferior_cwd): New function.
+       * server.c (handle_general_set): Handle QSetWorkingDir packet.
+       (handle_query): Inform that QSetWorkingDir is supported.
+       * win32-low.c (create_process): Pass the inferior's cwd to
+       CreateProcess.
+
+2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * inferiors.c (current_inferior_cwd): New global variable.
+       (get_inferior_cwd): New function.
+       * inferiors.h (struct process_info) <cwd>: New field.
+
+2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * Makefile.in (SFILES): Add $(srcdir)/common/gdb_tilde_expand.c.
+       (OBS): Add gdb_tilde_expand.o.
+
+2017-10-02  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * lynx-i386-low.c (lynx_i386_arch_setup): Call init_target_desc.
+       * nto-x86-low.c (nto_x86_arch_setup): Likewise.
+
+2017-09-29  Pedro Alves  <palves@redhat.com>
+
+       * ax.c (gdb_parse_agent_expr): Constify.
+       * ax.h (gdb_parse_agent_expr): Constify.
+       * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
+       Constify.
+       * mem-break.h (add_breakpoint_condition, add_breakpoint_commands): Constify.
+       * remote-utils.c (hex_or_minus_one, read_ptid): Constify.
+       * remote-utils.h (read_ptid): Constify.
+       * server.c (handle_qxfer_exec_file, handle_query, handle_v_cont)
+       (process_point_options, process_serial_event): Constify.
+       * tracepoint.c (add_tracepoint_action, cmd_qtdp, cmd_qtdpsrc)
+       (cmd_qtdv, cmd_qtenable_disable, cmd_qtro, cmd_qtframe, cmd_qtp)
+       (cmd_qtbuffer): Constify.
+
+2017-09-29  Pedro Alves  <palves@redhat.com>
+
+       * proc-service.c (ps_pdread): Return PS_ERR if reading memory
+       fails.
+
+2017-09-29  Pedro Alves  <palves@redhat.com>
+
+       * linux-low.c (handle_extended_wait): Pass parent thread instead
+       of process to thread_db_notice_clone.
+       * linux-low.h (thread_db_notice_clone): Replace parent process
+       parameter with parent thread parameter.
+       * thread-db.c (find_one_thread): Add comment.
+       (thread_db_notice_clone): Replace parent process parameter with
+       parent thread parameter.  Temporarily switch to the parent thread.
+
+2017-09-26  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * gdbthread.h: Include "common-gdbthread.h".
+       * inferiors.c (switch_to_thread): Use "gdb_assert" instead of
+       "if" when validating the ptid.
+       * remote-utils.c: Include "gdbthread.h".
+       (prepare_resume_reply): Use "switch_to_thread".
+       * target.c (done_accessing_memory): Likewise.
+
+2017-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * configure.srv (s390*-*-linux*): Add s390-gs-linux64.o and
+       s390x-gs-linux64.o to srv_regobj.  Add s390-gs-linux64.xml,
+       s390x-gs-linux64.xml, s390-gs.xml, and s390-gsbc.xml to
+       srv_xmlfiles.  Add s390-gs-linux64-ipa.o and
+       s390x-gs-linux64-ipa.o to ipa_obj.
+       * linux-s390-low.c (HWCAP_S390_GS): New define.
+       (s390_fill_gs, s390_store_gs, s390_fill_gsbc, s390_store_gsbc):
+       New functions.
+       (s390_regsets): Add regsets for NT_S390_GS_CB and NT_S390_GS_BC.
+       (s390_arch_setup): Check for guarded-storage support and choose
+       appropriate tdesc.
+       (initialize_low_arch): Invoke init_registers_s390_gs_linux64 and
+       init_registers_s390x_gs_linux64.
+       * linux-s390-tdesc.h (enum s390_linux_tdesc) <S390_TDESC_GS>: New
+       enum value.
+       (init_registers_s390x_gs_linux64, tdesc_s390x_gs_linux64)
+       (init_registers_s390_gs_linux64, tdesc_s390_gs_linux64): Declare.
+
+2017-09-22  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * win32-i386-low.c (i386_arch_setup): Call init_target_desc.
+
+2017-09-21  Kevin Buettner  <kevinb@redhat.com>
+
+       * linux-low.h (struct lwp_info): Add new field, thread_handle.
+       (thread_db_thread_handle): Declare.
+       * linux-low.c (linux_target_ops): Initialize thread_handle.
+       * server.c (handle_qxfer_threads_worker): Add support for
+       "handle" attribute.
+       * target.h (struct target_ops): Add new function pointer,
+       thread_handle.
+       (target_thread_handle): Define.
+       * thread-db.c (find_one_thread, attach_thread): Set thread_handle
+       field in lwp.
+       (thread_db_thread_handle): New function.
+
+2017-09-21  Kevin Buettner  <kevinb@redhat.com>
+
+       * linux-low.c (handle_extended_wait): Call thread_db_notice_clone().
+       * linux-low.h (thread_db_notice_clone): Declare.
+       * thread-db.c (thread_db_notice_clone): New function.
+
+2017-09-21  Pedro Alves  <palves@redhat.com>
+
+       * server.c (gdb_read_memory, handle_status, process_serial_event)
+       (handle_serial_event, handle_target_event): Adjust to
+       set_desired_thread prototype change.
+       * target.c (set_desired_thread): Remove 'use_general' parameter
+       and adjust.
+       * target.h (set_desired_thread): Remove 'use_general' parameter.
+
+2017-09-20  Tom Tromey  <tom@tromey.com>
+
+       * target.c (target_terminal::terminal_state): Define.
+       (target_terminal::init): Rename from target_terminal_init.
+       (target_terminal::inferior): Rename from
+       target_terminal_inferior.
+       (target_terminal::ours): Rename from target_terminal_ours.
+       (target_terminal::ours_for_output, target_terminal::info): New.
+
+2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * server.c (accumulate_file_name_length): Remove.
+       (emit_dll_description): Adjust to std::string change.
+       (handle_qxfer_libraries): Use std::string to hold document.
+
+2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-low.c (linux_qxfer_libraries_svr4): Adjust to change of
+       return type of xml_escape_text.
+       * server.c (emit_dll_description): Likewise.
+
+2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * server.c (captured_main): Accept argument for --selftest.
+       Update run_tests call.
+       * linux-x86-tdesc-selftest.c (initialize_low_tdesc): Add names
+       when registering selftests.
+
+2017-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * regcache.c (get_thread_regcache): Update code to use "std::vector"
+       instead of "VEC" for "target_desc.reg_defs".
+       (regcache_cpy): Likewise.
+       (registers_to_string): Likewise.
+       (registers_from_string): Likewise.
+       (find_regno): Likewise.
+       (supply_regblock): Likewise.
+       (regcache_raw_read_unsigned): Likewise.
+       * tdesc.c (init_target_desc): Likewise.
+       (tdesc_create_reg): Likewise.
+       * tdesc.h: Remove declaration of "tdesc_reg_p".  Include <vector>.
+       (struct target_desc) <reg_defs>: Convert to "std::vector".
+       (target_desc): Do not initialize "reg_defs".
+       (~target_desc): Update code to use "std::vector" instead of "VEC"
+       for "target_desc.reg_defs".
+       (operator==): Likewise.
+
+2017-09-15  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * inferiors.h (thread_to_gdb_id): Remove.
+       * inferiors.c (thread_to_gdb_id): Remove.
+       * server.c (handle_qxfer_threads_worker, handle_query): Adjust.
+       * lynx-low.c (lynx_resume, lynx_wait_1, lynx_fetch_registers,
+       lynx_store_registers, lynx_read_memory, lynx_write_memory):
+       Likewise.
+       * nto-low.c (nto_fetch_registers, nto_store_registers,
+       nto_stopped_by_watchpoint, nto_stopped_data_address): Likewise.
+
+2017-09-15  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * inferiors.h (gdb_id_to_thread_id): Remove.
+       * inferiors.c (gdb_id_to_thread_id): Remove.
+       * server.c (process_serial_event): Adjust to gdb_id_to_thread_id
+       removal.  Move pid declaration closer to where it's used.
+
+2017-09-15  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * server.c (handle_detach): New function.
+       (process_serial_event): Move code out, call handle_detach.
+
+2017-09-15  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * server.c (require_running): Rename to ...
+       (require_running_or_return): ... this ...
+       (require_running_or_break): ... and this.
+       (handle_query, process_serial_event): Adjust.
+
+2017-09-15  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-low.c (linux_set_resume_request): Remove unused
+       variables.
+
+2017-09-15  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * server.c (first_thread_of): Remove.
+       (process_serial_event): Replace usage of first_thread_of with
+       find_any_thread_of_pid.
+       * tracepoint.c (same_process_p): Remove.
+       (gdb_agent_about_to_close): Replace usage of same_process_p with
+       find_any_thread_of_pid.
+       * linux-x86-low.c (same_process_callback): Remove.
+       (x86_arch_setup_process_callback): Replace usage of
+       same_process_callback with find_any_thread_of_pid.
+       * thread-db.c (any_thread_of): Remove.
+       (switch_to_process): Replace usage of any_thread_of with
+       find_any_thread_of_pid.
+       * inferiors.c (thread_pid_matches_callback): Remove.
+       (find_thread_process): Adjust to use find_any_thread_of_pid.
+
+2017-09-10  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * regcache.c (get_thread_regcache): Guard calls to "memset"
+          with "!VEC_empty".
+
+2017-09-10  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * linux-low.c (handle_extended_wait): Use
+       "allocate_target_description" instead of "XNEW".
+       * linux-x86-low.c (initialize_low_arch): Likewise.
+
+2017-09-05  Yao Qi  <yao.qi@linaro.org>
+
+       * configure.srv (srv_i386_regobj): Remove.
+       (srv_amd64_regobj): Remove.
+       (srv_regobj): Set it to "" for x86 non-linux targets.
+       * linux-x86-tdesc.c (i386_linux_read_description):
+       * lynx-i386-low.c: Include x86-xstate.h and arch/i386.h.
+       (init_registers_i386): Remove the declaration.
+       (tdesc_i386): Remove the declaration.
+       (lynx_i386_arch_setup): Call i386_create_target_description.
+       * nto-x86-low.c: Likewise.
+       * win32-i386-low.c [__x86_64__]: include arch/amd64.h.
+       [!__x86_64__]: include arch/i386.h.
+       (i386_arch_setup) [__x86_64__]: Call amd64_create_target_description.
+
+2017-09-05  Yao Qi  <yao.qi@linaro.org>
+
+       * configure.srv (srv_amd64_linux_xmlfiles): Remove
+       i386/amd64-XXX-linux from it.
+
+2017-09-05  Yao Qi  <yao.qi@linaro.org>
+
+       * configure.srv: Empty srv_amd64_linux_regobj if $development is
+       false.
+       (ipa_amd64_linux_regobj): Remove.
+       (ipa_x32_linux_regobj): Remove.
+
+2017-09-05  Yao Qi  <yao.qi@linaro.org>
+
+       * Makefile.in (arch-amd64.o): New rule.
+       * configure.srv: Append arch-amd64.o.
+       * linux-amd64-ipa.c: Include common/x86-xstate.h.
+       (get_ipa_tdesc): Call amd64_linux_read_description.
+       (initialize_low_tracepoint): Don't call init_registers_x32_XXX
+       and init_registers_amd64_XXX.
+       * linux-x86-low.c (x86_linux_read_description): Call
+       amd64_linux_read_description.
+       (x86_get_ipa_tdesc_idx): Call amd64_get_ipa_tdesc_idx.
+       (initialize_low_arch): Don't call init_registers_x32_XXX and
+       init_registers_amd64_XXX.
+       * linux-x86-tdesc-selftest.c: Declare init_registers_amd64_XXX
+       and tdesc_amd64_XXX.
+       [__x86_64__] (amd64_tdesc_test): New function.
+       (initialize_low_tdesc) [__x86_64__]: Call init_registers_x32_XXX
+       and init_registers_amd64_XXX.
+       * linux-x86-tdesc.c: Include arch/amd64.h.
+       (xcr0_to_tdesc_idx): New function.
+       (i386_linux_read_description): New function.
+       (amd64_get_ipa_tdesc_idx): New function.
+       * linux-x86-tdesc.h (amd64_get_ipa_tdesc_idx): Declare.
+       (amd64_get_ipa_tdesc): Declare.
+
+2017-09-05  Yao Qi  <yao.qi@linaro.org>
+
+       * configure.srv (srv_i386_linux_xmlfiles): Remove
+       i386/i386-XXX-linux.xml from it.
+
+2017-09-05  Yao Qi  <yao.qi@linaro.org>
+
+       * configure.srv: Set srv_i386_linux_regobj empty if $development
+       is false.
+       * linux-i386-ipa.c (initialize_low_tracepoint): Don't call
+       initialize_low_tdesc.
+       * linux-x86-low.c (initialize_low_arch): Wrap initialize_low_tdesc
+       with #if initialize_low_tdesc.
+       * linux-x86-tdesc-selftest.c: New file.
+       * linux-x86-tdesc.c: Move code to linux-x86-tdesc-selftest.c.
+
+2017-09-05  Yao Qi  <yao.qi@linaro.org>
+
+       * Makefile.in (arch-i386.o): New rule.
+       * configure.srv (i[34567]86-*-linux*): Add arch-i386.o.
+       (x86_64-*-linux*): Likewise.
+       * linux-x86-tdesc.c: Don't include ../features/i386/32bit-XXX.c,
+       include arch/i386.h.
+       (i386_linux_read_description): Remove code and call
+       i386_create_target_description.
+       * tdesc.c (allocate_target_description): New function.
+       * tdesc.h (set_tdesc_architecture): Remove declaration.
+       (set_tdesc_osabi): Likewise.
+
+2017-09-05  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-x86-tdesc.c: Don't include <inttypes.h>.
+       (i386_linux_read_description) [!IN_PROCESS_AGENT]: Call
+       set_tdesc_architecture and set_tdesc_osabi.  Remove code setting
+       .xmltarget.
+       * server.c (get_features_xml): Call tdesc_get_features_xml.
+       * tdesc.c (set_tdesc_architecture): New function.
+       (set_tdesc_osabi): New function.
+       (tdesc_get_features_xml): New function.
+       (tdesc_create_feature): Add an argument.
+       * tdesc.h (struct target_desc) <features>: New field.
+       <arch, osabi>: New field.
+       (~target_desc): xfree features, arch, and osabi.
+       (target_desc::oerator==): Don't compare .xmltarget.
+       [!IN_PROCESS_AGENT] (set_tdesc_architecture): Declare.
+       (set_tdesc_osabi): Likewise.
+       (tdesc_get_features_xml): Likewise.
+
+2017-09-05  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-x86-tdesc.c: Include selftest.h.
+       (i386_tdesc_test): New function.
+       (initialize_low_tdesc): Call selftests::register_test.
+       * tdesc.h: Include regdef.h.
+       (target_desc): Override operator == and !=.
+
+2017-09-05  Yao Qi  <yao.qi@linaro.org>
+
+       * configure.srv (srv_tgtobj): Append linux-x86-tdesc.o.
+       (ipa_obj): Likewise.
+       * linux-i386-ipa.c: Include common/x86-xstate.h
+       (get_ipa_tdesc): Call i386_linux_read_description.
+       (initialize_low_tracepoint): Don't call  init_registers_XXX
+       functions, call initialize_low_tdesc instead.
+       * linux-x86-low.c (x86_linux_read_description): Call
+       i386_linux_read_description.
+       (initialize_low_arch): Don't call init_registers_i386_XXX
+       functions, call initialize_low_tdesc.
+       * linux-x86-tdesc.c: New file.
+       * linux-x86-tdesc.h (x86_linux_tdesc): New X86_TDESC_LAST.
+       (i386_get_ipa_tdesc_idx): Declare.
+       (i386_get_ipa_tdesc): Declare.
+       (initialize_low_tdesc): Declare.
+
+2017-09-05  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-x86-low.c (x86_get_ipa_tdesc_idx): Use X86_TDESC_MMX
+       instead of 0.
+
+2017-09-05  Yao Qi  <yao.qi@linaro.org>
+
+       * Makefile.in (IPA_OBJS): Add vec-ipa.o
+       * regcache.c (get_thread_regcache): Use VEC_length.
+       (init_register_cache): Likewise.
+       (regcache_cpy): Likewise.
+       (registers_to_string): Iterate reg_defs via VEC_iterate.
+       (find_regno): Likewise.
+       (find_register_by_number): Use VEC_index.
+       (register_size): Call find_register_by_number.
+       (register_data): Call find_register_by_number.
+       (supply_regblock): Use VEC_length.
+       (regcache_raw_read_unsigned): Likewise.
+       * tdesc.c (init_target_desc): Iterate reg_defs via
+       VEC_iterate.
+       (default_description): Update initializer.
+       (copy_target_description): Don't update field num_registers.
+       * tdesc.h (struct target_desc) <reg_defs>: Change it to VEC.
+       <num_registers>: Remove.
+
+2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * Makefile.in (.SECONDARY): Define target.
+
+2017-09-03  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-low.c (linux_wait_1): Adjust.
+       * server.c (queue_stop_reply_callback): Adjust.
+
+2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * server.c (handle_general_set): Handle QEnvironmentHexEncoded,
+       QEnvironmentUnset and QEnvironmentReset packets.
+       (handle_query): Inform remote that QEnvironmentHexEncoded,
+       QEnvironmentUnset and QEnvironmentReset are supported.
+
+2017-08-25  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * inferiors.h (inferior_target_data): Rename to ...
+       (thread_target_data): ... this.
+       (inferior_regcache_data): Rename to ...
+       (thread_regcache_data): ... this.
+       (set_inferior_regcache_data): Rename to ...
+       (set_thread_regcache_data): ... this.
+       * inferiors.c (inferior_target_data): Rename to ...
+       (thread_target_data): ... this.
+       (inferior_regcache_data): Rename to ...
+       (thread_regcache_data): ... this.
+       (set_inferior_regcache_data): Rename to ...
+       (set_thread_regcache_data): ... this.
+       (free_one_thread): Update.
+       * linux-low.h (get_thread_lwp): Update.
+       * regcache.c (get_thread_regcache): Update.
+       (regcache_invalidate_thread): Update.
+       (free_register_cache_thread): Update.
+       * win32-i386-low.c (update_debug_registers_callback): Update.
+       (win32_get_current_dr): Update.
+       * win32-low.c (thread_rec): Update.
+       (delete_thread_info): Update.
+       (continue_one_thread): Update.
+       (suspend_one_thread): Update.
+
+2017-08-24  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * inferiors.c (set_inferior_target_data): Remove.
+       * inferiors.h (set_inferior_target_data): Remove.
+
+2017-08-18  Yao Qi  <yao.qi@linaro.org>
+
+       * Makefile.in (OBS): Add selftest.o.
+       * configure.ac: AC_DEFINE GDB_SELF_TEST if $development.
+       * configure, config.in: Re-generated.
+       * server.c: Include common/sefltest.h.
+       (captured_main): Handle option --selftest.
+
+2017-08-09  Yao Qi  <yao.qi@linaro.org>
+
+       * configure.srv (srv_i386_regobj): Remove i386-avx.o,
+       i386-avx-avx512.o, i386-avx-mpx-avx512-pku.o, i386-mpx.o,
+       i386-avx-mpx.o and i386-mmx.o.
+       (srv_amd64_regobj): Remove amd64-avx.o, amd64-avx-avx512.o,
+       amd64-avx-mpx-avx512-pku.o, amd64-mpx.o and amd64-avx-mpx.o.
+       (srv_i386_xmlfiles): Remove i386/i386-avx.xml,
+       i386/i386-avx-avx512.xml, i386/i386-avx-mpx-avx512-pku.xml,
+       i386/i386-mpx.xml, i386/i386-avx-mpx.xml and i386/i386-mmx.xml.
+       (srv_amd64_xmlfile):i386/amd64-avx.xml, i386/amd64-avx-avx512.xml,
+       i386/amd64-avx-mpx-avx512-pku.xml, i386/amd64-mpx.xml,
+       i386/amd64-avx-mpx.xml.
+
+2017-08-09  Yao Qi  <yao.qi@linaro.org>
+
+       * configure.srv (srv_amd64_regobj): Remove x32.o, x32-avx.o
+       and x32-avx-avx512.o.
+       (srv_amd64_xmlfiles): Remove i386/x32.xml, i386/x32-avx.xml
+       i386/x32-avx-avx512.xml.
+
+2017-07-26  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * tracepoint.h (enum class fast_tpoint_collect_result): New
+       enumeration.
+       (fast_tracepoint_collecting): Change return type to
+       fast_tpoint_collect_result.
+       * tracepoint.c (fast_tracepoint_collecting): Likewise.
+       * linux-low.h: Include tracepoint.h.
+       (struct lwp_info) <collecting_fast_tracepoint>: Change type to
+       fast_tpoint_collect_result.
+       * linux-low.c (handle_tracepoints): Adjust.
+       (linux_fast_tracepoint_collecting): Change return type to
+       fast_tpoint_collect_result.
+       (maybe_move_out_of_jump_pad, linux_wait_for_event_filtered,
+       linux_wait_1, stuck_in_jump_pad_callback,
+       lwp_signal_can_be_delivered, linux_resume_one_lwp_throw,
+       proceed_one_lwp): Adjust to type change.
+
+2017-07-10  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-x86-low.c (x86_linux_read_description): Re-indent the code.
+
+2017-06-29  Yao Qi  <yao.qi@linaro.org>
+
+       * tdesc.h (struct target_desc) [IN_PROCESS_AGENT] <expedite_regs>:
+       Remove.
+       [IN_PROCESS_AGENT] <xmltarget>: Likewise.
+
+2017-06-20  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * Makefile.in (IPA_OBJS): Sort and format one item per line.
+
+2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * linux-low.c (linux_create_inferior): Adjust code to access the
+       environment information via 'gdb_environ' class.
+       * lynx-low.c (lynx_create_inferior): Likewise.
+       * server.c (our_environ): Make it an instance of 'gdb_environ'.
+       (get_environ): Return a pointer to 'our_environ'.
+       (captured_main): Initialize 'our_environ'.
+       * server.h (get_environ): Adjust prototype.
+       * spu-low.c (spu_create_inferior): Adjust code to access the
+       environment information via 'gdb_environ' class.
+
+2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-low.c (linux_read_memory, linux_write_memory): Remove
+       usage of "register" keyword.
+
+2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * configure: Re-generate.
+
+2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * configure: Re-generate.
+
+2017-06-17  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * Makefile.in (COMPILE.pre): Add "-x c++".
+
+2017-06-09  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * fork-child.c: Conditionally include <signal.h>.
+
+2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * server.c (handle_general_set): Handle new packet
+       "QStartupWithShell".
+       (handle_query): Add "QStartupWithShell" to the list of supported
+       packets.
+       (gdbserver_usage): Add help text explaining the
+       new "--startup-with-shell" and "--no-startup-with-shell" CLI
+       options.
+       (captured_main): Recognize and act upon the presence of the new
+       CLI options.
+
+2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * Makefile.in (SFILES): Add "nat/fork-inferior.o".
+       * configure: Regenerate.
+       * configure.srv (srv_linux_obj): Add "fork-child.o" and
+       "fork-inferior.o".
+       (i[34567]86-*-lynxos*): Likewise.
+       (spu*-*-*): Likewise.
+       * fork-child.c: New file.
+       * linux-low.c: Include "common-inferior.h", "nat/fork-inferior.h"
+       and "environ.h".
+       (linux_ptrace_fun): New function.
+       (linux_create_inferior): Adjust function prototype to reflect
+       change on "target.h".  Adjust function code to use
+       "fork_inferior".
+       (linux_request_interrupt): Delete "signal_pid".
+       * lynx-low.c: Include "common-inferior.h" and "nat/fork-inferior.h".
+       (lynx_ptrace_fun): New function.
+       (lynx_create_inferior): Adjust function prototype to reflect
+       change on "target.h".  Adjust function code to use
+       "fork_inferior".
+       * nto-low.c (nto_create_inferior): Adjust function prototype and
+       code to reflect change on "target.h".  Update comments.
+       * server.c: Include "common-inferior.h", "nat/fork-inferior.h",
+       "common-terminal.h" and "environ.h".
+       (terminal_fd): Moved to fork-child.c.
+       (old_foreground_pgrp): Likewise.
+       (restore_old_foreground_pgrp): Likewise.
+       (last_status): Make it global.
+       (last_ptid): Likewise.
+       (our_environ): New variable.
+       (startup_with_shell): Likewise.
+       (program_name): Likewise.
+       (program_argv): Rename to...
+       (program_args): ...this.
+       (wrapper_argv): New variable.
+       (start_inferior): Delete function.
+       (get_exec_wrapper): New function.
+       (get_exec_file): Likewise.
+       (get_environ): Likewise.
+       (prefork_hook): Likewise.
+       (post_fork_inferior): Likewise.
+       (postfork_hook): Likewise.
+       (postfork_child_hook): Likewise.
+       (handle_v_run): Update code to deal with arguments coming from the
+       remote host.  Update calls from "start_inferior" to
+       "create_inferior".
+       (captured_main): Likewise.  Initialize environment variable.  Call
+       "have_job_control".
+       * server.h (post_fork_inferior): New prototype.
+       (get_environ): Likewise.
+       (last_status): Declare.
+       (last_ptid): Likewise.
+       (signal_pid): Likewise.
+       * spu-low.c: Include "common-inferior.h" and "nat/fork-inferior.h".
+       (spu_ptrace_fun): New function.
+       (spu_create_inferior): Adjust function prototype to reflect change
+       on "target.h".  Adjust function code to use "fork_inferior".
+       * target.c (target_terminal_init): New function.
+       (target_terminal_inferior): Likewise.
+       (target_terminal_ours): Likewise.
+       * target.h: Include <vector>.
+       (struct target_ops) <create_inferior>: Update prototype.
+       (create_inferior): Update macro.
+       * utils.c (gdb_flush_out_err): New function.
+       * win32-low.c (win32_create_inferior): Adjust function prototype
+       and code to reflect change on "target.h".
+
+2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * inferiors.c (switch_to_thread): New function.
+
+2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * Makefile.in (SFILE): Add "common/job-control.c".
+       (OBS): Add "job-control.o".
+
+2017-05-06  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * Makefile: Remove "@host_makefile_frag@".
+
+2017-05-05  Pedro Alves  <palves@redhat.com>
+
+       * configure: Regenerate.
+
+2017-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * configure: Regenerate.
+
+2017-05-02  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-arm-low.c (arm_gdbserver_get_next_pcs): Adjust to
+       software_single_step change of return type to
+       std::vector<CORE_ADDR>.
+       * linux-low.c (install_software_single_step_breakpoints):
+       Likewise.
+       * linux-low.h (install_software_single_step_breakpoints):
+       Likewise.
+
+2017-04-12  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * remote-utils.c: Include "gdb_termios.h" instead of
+       "terminal.h".
+       * terminal.h: Delete file.
+
+2017-04-12  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * server.c: Include <vector>.
+       <program_argv, wrapper_argv>: Convert to std::vector.
+       (start_inferior): Rewrite function to use C++.
+       (handle_v_run): Likewise.  Update code that calculates the argv
+       based on the vRun packet; use C++.
+       (captured_main): Likewise.
+
+2017-04-06  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * server.c (handle_v_cont): Initialize thread_resume::thread
+       with null_ptid.
+
+2017-04-05  Pedro Alves  <palves@redhat.com>
+
+       * configure: Regenerate.
+
+2017-04-05  Pedro Alves  <palves@redhat.com>
+
+       * gdbreplay.c (sync_error): Constify.
+       * linux-x86-low.c (push_opcode): Constify.
+
+2017-04-05  Pedro Alves  <palves@redhat.com>
+
+       * win32-low.c (get_child_debug_event)
+       <CREATE_PROCESS_DEBUG_EVENT>: Don't report TARGET_WAITKIND_EXECD.
+       Report TARGET_WAITKIND_SPURIOUS instead.
+
+2017-04-05  Pedro Alves  <palves@redhat.com>
+
+        * remote-utils.c (remote_prepare, remote_open): Constify.
+        * remote-utils.h (remote_prepare, remote_open): Constify.
+        * server.c (captured_main): Constify 'port' handling.
+
+2017-04-04  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * Makefile.in (clean): Clear .deps.
+
+2017-03-31  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * .gitignore: Remove generated files, replace with wildcard.
+       * (clean): Replace removal of generated files with wildcard.
+       (version.c): Replace with...
+       (version-generated.c): ...this.
+       (xml-builtin.c): Replace with...
+       (xml-builtin-generated.c): ...this.
+       (%-ipa.o: %-generated.c, %.o: %-generated.c): New rules.
+       (%.c: *regformats*): Replace with...
+       (%-generated.c: *regformats*): ...this.
+
+2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * linux-xtensa-low.c (regnum::R_THREADPTR): New enum member.
+       (xtensa_fill_gregset): Call collect_register_by_name for
+       threadptr register.
+       (xtensa_store_gregset): Call supply_register_by_name for
+       threadptr register.
+
+2017-03-27  Max Filippov  <jcmvbkbc@gmail.com>
+
+       * linux-xtensa-low.c (xtensa_fill_gregset): Call collect_register
+       for all registers in a0_regnum..a0_regnum + C0_NREGS range.
+       (xtensa_store_gregset): Call supply_register for all registers in
+       a0_regnum..a0_regnum + C0_NREGS range.
+
+2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in (%-ipa.o: %-ipa.c): New rule.
+       (ax-ipa.o: ax.c): Remove.
+       (linux-i386-ipa.o: linux-i386-ipa.c): Remove.
+       (linux-amd64-ipa.o: linux-amd64-ipa.c): Remove.
+       (linux-aarch64-ipa.o: linux-aarch64-ipa.c): Remove.
+       (linux-s390-ipa.o: linux-s390-ipa.c): Remove.
+       (linux-ppc-ipa.o: linux-ppc-ipa.c): Remove.
+
+2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in (%-ipa.o: ../common/%.c): New rule.
+       (print-utils-ipa.o: ../common/print-utils.c): Remove.
+       (rsp-low-ipa.o: ../common/rsp-low.c): Remove.
+       (errors-ipa.o: ../common/errors.c): Remove.
+       (format-ipa.o: ../common/format.c): Remove.
+       (common-utils-ipa.o: ../common/common-utils.c): Remove.
+
+2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in (%-ipa.o: %.c): New rule.
+       (tracepoint-ipa.o: tracepoint.c): Remove.
+       (utils-ipa.o: utils.c): Remove.
+       (remote-utils-ipa.o: remote-utils.c): Remove.
+       (regcache-ipa.o: regcache.c): Remove.
+       (i386-linux-ipa.o: i386-linux.c): Remove.
+       (i386-mmx-linux-ipa.o: i386-mmx-linux.c): Remove.
+       (i386-avx-linux-ipa.o: i386-avx-linux.c): Remove.
+       (i386-mpx-linux-ipa.o: i386-mpx-linux.c): Remove.
+       (i386-avx-mpx-linux-ipa.o: i386-avx-mpx-linux.c): Remove.
+       (i386-avx-avx512-linux-ipa.o: i386-avx-avx512-linux.c): Remove.
+       (i386-avx-mpx-avx512-pku-linux-ipa.o: i386-avx-mpx-avx512-pku-linux.c): Remove.
+       (amd64-linux-ipa.o: amd64-linux.c): Remove.
+       (amd64-avx-linux-ipa.o: amd64-avx-linux.c): Remove.
+       (amd64-mpx-linux-ipa.o: amd64-mpx-linux.c): Remove.
+       (amd64-avx-mpx-linux-ipa.o: amd64-avx-mpx-linux.c): Remove.
+       (amd64-avx-avx512-linux-ipa.o: amd64-avx-avx512-linux.c): Remove.
+       (amd64-avx-mpx-avx512-pku-linux-ipa.o: amd64-avx-mpx-avx512-pku-linux.c): Remove.
+       (aarch64-ipa.o: aarch64.c): Remove.
+       (s390-linux32-ipa.o: s390-linux32.c): Remove.
+       (s390-linux32v1-ipa.o: s390-linux32v1.c): Remove.
+       (s390-linux32v2-ipa.o: s390-linux32v2.c): Remove.
+       (s390-linux64-ipa.o: s390-linux64.c): Remove.
+       (s390-linux64v1-ipa.o: s390-linux64v1.c): Remove.
+       (s390-linux64v2-ipa.o: s390-linux64v2.c): Remove.
+       (s390-te-linux64-ipa.o: s390-te-linux64.c): Remove.
+       (s390-vx-linux64-ipa.o: s390-vx-linux64.c): Remove.
+       (s390-tevx-linux64-ipa.o: s390-tevx-linux64.c): Remove.
+       (s390x-linux64-ipa.o: s390x-linux64.c): Remove.
+       (s390x-linux64v1-ipa.o: s390x-linux64v1.c): Remove.
+       (s390x-linux64v2-ipa.o: s390x-linux64v2.c): Remove.
+       (s390x-te-linux64-ipa.o: s390x-te-linux64.c): Remove.
+       (s390x-vx-linux64-ipa.o: s390x-vx-linux64.c): Remove.
+       (s390x-tevx-linux64-ipa.o: s390x-tevx-linux64.c): Remove.
+       (powerpc-32l-ipa.o: powerpc-32l.c): Remove.
+       (powerpc-altivec32l-ipa.o: powerpc-altivec32l.c): Remove.
+       (powerpc-cell32l-ipa.o: powerpc-cell32l.c): Remove.
+       (powerpc-vsx32l-ipa.o: powerpc-vsx32l.c): Remove.
+       (powerpc-isa205-32l-ipa.o: powerpc-isa205-32l.c): Remove.
+       (powerpc-isa205-altivec32l-ipa.o: powerpc-isa205-altivec32l.c): Remove.
+       (powerpc-isa205-vsx32l-ipa.o: powerpc-isa205-vsx32l.c): Remove.
+       (powerpc-e500l-ipa.o: powerpc-e500l.c): Remove.
+       (powerpc-64l-ipa.o: powerpc-64l.c): Remove.
+       (powerpc-altivec64l-ipa.o: powerpc-altivec64l.c): Remove.
+       (powerpc-cell64l-ipa.o: powerpc-cell64l.c): Remove.
+       (powerpc-vsx64l-ipa.o: powerpc-vsx64l.c): Remove.
+       (powerpc-isa205-64l-ipa.o: powerpc-isa205-64l.c): Remove.
+       (powerpc-isa205-altivec64l-ipa.o: powerpc-isa205-altivec64l.c): Remove.
+       (powerpc-isa205-vsx64l-ipa.o: powerpc-isa205-vsx64l.c): Remove.
+       (tdesc-ipa.o: tdesc.c): Remove.
+       (x32-linux-ipa.o: x32-linux.c): Remove.
+       (x32-avx-linux-ipa.o: x32-avx-linux.c): Remove.
+       (x32-avx512-linux-ipa.o: x32-avx512-linux.c): Remove.
+
+2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in (%.o: ../arch/%.c): New rule.
+       (arm.o: ../arch/arm.c): Remove.
+       (arm-linux.o: ../arch/arm-linux.c): Remove.
+       (arm-get-next-pcs.o: ../arch/arm-get-next-pcs.c): Remove.
+       (aarch64-insn.o: ../arch/aarch64-insn.c): Remove.
+
+2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in (%.o: ../nat/%.c): New rule.
+       (x86-dregs.o: ../nat/x86-dregs.c): Remove.
+       (amd64-linux-siginfo.o: ../nat/amd64-linux-siginfo.c): Remove.
+       (linux-btrace.o: ../nat/linux-btrace.c): Remove.
+       (linux-osdata.o: ../nat/linux-osdata.c): Remove.
+       (linux-procfs.o: ../nat/linux-procfs.c): Remove.
+       (linux-ptrace.o: ../nat/linux-ptrace.c): Remove.
+       (linux-waitpid.o: ../nat/linux-waitpid.c): Remove.
+       (mips-linux-watch.o: ../nat/mips-linux-watch.c): Remove.
+       (ppc-linux.o: ../nat/ppc-linux.c): Remove.
+       (linux-personality.o: ../nat/linux-personality.c): Remove.
+       (aarch64-linux-hw-point.o: ../nat/aarch64-linux-hw-point.c): Remove.
+       (aarch64-linux.o: ../nat/aarch64-linux.c): Remove.
+       (x86-linux.o: ../nat/x86-linux.c): Remove.
+       (x86-linux-dregs.o: ../nat/x86-linux-dregs.c): Remove.
+       (linux-namespaces.o: ../nat/linux-namespaces.c): Remove.
+
+2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in (%.o: ../common/%.c): New rule.
+       (signals.o: ../common/signals.c): Remove.
+       (print-utils.o: ../common/print-utils.c): Remove.
+       (rsp-low.o: ../common/rsp-low.c): Remove.
+       (common-utils.o: ../common/common-utils.c): Remove.
+       (posix-strerror.o: ../common/posix-strerror.c): Remove.
+       (mingw-strerror.o: ../common/mingw-strerror.c): Remove.
+       (vec.o: ../common/vec.c): Remove.
+       (gdb_vecs.o: ../common/gdb_vecs.c): Remove.
+       (xml-utils.o: ../common/xml-utils.c): Remove.
+       (ptid.o: ../common/ptid.c): Remove.
+       (buffer.o: ../common/buffer.c): Remove.
+       (format.o: ../common/format.c): Remove.
+       (filestuff.o: ../common/filestuff.c): Remove.
+       (agent.o: ../common/agent.c): Remove.
+       (errors.o: ../common/errors.c): Remove.
+       (environ.o: ../common/environ.c): Remove.
+       (common-debug.o: ../common/common-debug.c): Remove.
+       (cleanups.o: ../common/cleanups.c): Remove.
+       (common-exceptions.o: ../common/common-exceptions.c): Remove.
+       (fileio.o: ../common/fileio.c): Remove.
+       (common-regcache.o: ../common/common-regcache.c): Remove.
+       (signals-state-save-restore.o: ../common/signals-state-save-restore.c): Remove.
+       (new-op.o: ../common/new-op.c): Remove.
+       (btrace-common.o: ../common/btrace-common.c): Remove.
+
+2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in (%.o: ../target/%.c): New rule.
+       (waitstatus.o: ../target/waitstatus.c): Remove.
+
+2017-03-13  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in
+       (%.c: ../regformats/%.dat,
+       (%.c: ../regformats/arm/%.dat,
+       (%.c: ../regformats/i386/%.dat,
+       (%.c: ../regformats/rs6000/%.dat): New rules.
+       (aarch64.c): Remove.
+       (reg-arm.c): Remove.
+       (arm-with-iwmmxt.c): Remove.
+       (arm-with-vfpv2.c): Remove.
+       (arm-with-vfpv3.c): Remove.
+       (arm-with-neon.c): Remove.
+       (reg-bfin.c): Remove.
+       (reg-cris.c): Remove.
+       (reg-crisv32.c): Remove.
+       (i386.c): Remove.
+       (i386-linux.c): Remove.
+       (i386-avx.c): Remove.
+       (i386-avx-linux.c): Remove.
+       (i386-avx-avx512.c): Remove.
+       (i386-avx-avx512-linux.c): Remove.
+       (i386-mpx.c): Remove.
+       (i386-mpx-linux.c): Remove.
+       (i386-avx-mpx-avx512-pku.c): Remove.
+       (i386-avx-mpx-avx512-pku-linux.c): Remove.
+       (i386-avx-mpx.c): Remove.
+       (i386-avx-mpx-linux.c): Remove.
+       (i386-mmx.c): Remove.
+       (i386-mmx-linux.c): Remove.
+       (reg-ia64.c): Remove.
+       (reg-m32r.c): Remove.
+       (reg-m68k.c): Remove.
+       (reg-cf.c): Remove.
+       (mips-linux.c): Remove.
+       (mips-dsp-linux.c): Remove.
+       (mips64-linux.c): Remove.
+       (mips64-dsp-linux.c): Remove.
+       (nios2-linux.c): Remove.
+       (powerpc-32.c): Remove.
+       (powerpc-32l.c): Remove.
+       (powerpc-altivec32l.c): Remove.
+       (powerpc-cell32l.c): Remove.
+       (powerpc-vsx32l.c): Remove.
+       (powerpc-isa205-32l.c): Remove.
+       (powerpc-isa205-altivec32l.c): Remove.
+       (powerpc-isa205-vsx32l.c): Remove.
+       (powerpc-e500l.c): Remove.
+       (powerpc-64l.c): Remove.
+       (powerpc-altivec64l.c): Remove.
+       (powerpc-cell64l.c): Remove.
+       (powerpc-vsx64l.c): Remove.
+       (powerpc-isa205-64l.c): Remove.
+       (powerpc-isa205-altivec64l.c): Remove.
+       (powerpc-isa205-vsx64l.c): Remove.
+       (s390-linux32.c): Remove.
+       (s390-linux32v1.c): Remove.
+       (s390-linux32v2.c): Remove.
+       (s390-linux64.c): Remove.
+       (s390-linux64v1.c): Remove.
+       (s390-linux64v2.c): Remove.
+       (s390-te-linux64.c): Remove.
+       (s390-vx-linux64.c): Remove.
+       (s390-tevx-linux64.c): Remove.
+       (s390x-linux64.c): Remove.
+       (s390x-linux64v1.c): Remove.
+       (s390x-linux64v2.c): Remove.
+       (s390x-te-linux64.c): Remove.
+       (s390x-vx-linux64.c): Remove.
+       (s390x-tevx-linux64.c): Remove.
+       (tic6x-c64xp-linux.c): Remove.
+       (tic6x-c64x-linux.c): Remove.
+       (tic6x-c62x-linux.c): Remove.
+       (reg-sh.c): Remove.
+       (reg-sparc64.c): Remove.
+       (reg-spu.c): Remove.
+       (amd64.c): Remove.
+       (amd64-linux.c): Remove.
+       (amd64-avx.c): Remove.
+       (amd64-avx-linux.c): Remove.
+       (amd64-avx-avx512.c): Remove.
+       (amd64-avx-avx512-linux.c): Remove.
+       (amd64-mpx.c): Remove.
+       (amd64-mpx-linux.c): Remove.
+       (amd64-avx-mpx-avx512-pku.c): Remove.
+       (amd64-avx-mpx-avx512-pku-linux.c): Remove.
+       (amd64-avx-mpx.c): Remove.
+       (amd64-avx-mpx-linux.c): Remove.
+       (x32.c): Remove.
+       (x32-linux.c): Remove.
+       (x32-avx.c): Remove.
+       (x32-avx-linux.c): Remove.
+       (x32-avx-avx512.c): Remove.
+       (x32-avx-avx512-linux.c): Remove.
+       (reg-xtensa.c): Remove.
+       (reg-tilegx.c): Remove.
+       (reg-tilegx32.c): Remove.
+
+2017-03-07  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * Makefile.in (SFILES): Add "common/environ.c".
+       (OBJS): Add "common/environ.h".
+
+2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * configure.ac: Check if the fs_base and gs_base members of
+       `struct user_regs_struct' exist.
+       * config.in: Regenerated.
+       * configure: Likewise.
+
+2017-01-09  Antoine Tremblay  <antoine.tremblay@ericsson.com>
+
+       * linux-aarch32-low.c (arm_breakpoint_kind_from_pc): Use
+       target_read_memory.
+       * linux-arm-low.c (get_next_pcs_read_memory_unsigned_integer): Likewise.
+       (get_next_pcs_syscall_next_pc): Likewise.
+
+2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
+
+       * win32-i386-low.c: Fix incorrect reference to a couple source files.
+       * nto-x86-low.c: Likewise.
+
+2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in: Include disable-implicit-rules.mk.
+
+2016-11-23  Pedro Alves  <palves@redhat.com>
+
+       * debug.c: Include <chrono> instead of "gdb_sys_time.h".
+       (debug_vprintf): Use std::chrono::steady_clock instead of
+       gettimeofday.  Use '.' instead of ':'.
+       * tracepoint.c: Include <chrono> instead of "gdb_sys_time.h".
+       (get_timestamp): Use std::chrono::steady_clock instead of
+       gettimeofday.
+
+2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in: Fix whitespace formatting.
+
+2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in (SFILES, OBS): Flatten list and order
+       alphabetically.
+
+2016-11-23  Pedro Alves  <palves@redhat.com>
+
+       * event-loop.c (handle_file_event): Use warning.
+       * linux-low.c (linux_resume_one_lwp_throw): Use warning.
+       * mem-break.c (add_breakpoint_condition, add_breakpoint_commands):
+       Use warning.
+
+2016-11-23  Pedro Alves  <palves@redhat.com>
+
+       * linux-low.c (check_zombie_leaders): Use debug_printf for debug
+       output.
+       * notif.c (handle_notif_ack, notif_event_enque): Likewise.
+       * remote-utils.c (putpkt_binary_1, readchar, getpkt): Use
+       debug_printf and debug_flush for debug output.
+       * server.c (handle_general_set): Likewise.
+       * thread-db.c (try_thread_db_load): Use debug_printf for debug
+       output.
+
+2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in (.c.o): Replace rule with ...
+       (%.o: %.c): ... this one.
+
+2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
+       prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
+       make.
+       * configure.ac: Remove checks for the make program.
+       * configure: Re-generate.
+
+2016-10-28  Pedro Alves  <palves@redhat.com>
+
+       * Makefile.in (CXX_DIALECT): Get from configure.
+       (COMPILE.pre, CC_LD): Append $(CXX_DIALECT).
+       * acinclude.m4: Include ../ax_cxx_compile_stdcxx.m4.
+       * configure.ac: Call AX_CXX_COMPILE_STDCXX.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+
+2016-10-27  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-low.c (linux_supports_range_stepping): Return true if
+       can_software_single_step return true.
+
+2016-10-27  Yao Qi  <yao.qi@linaro.org>
+
+       * inferiors.c (find_inferior_in_random): New function.
+       * inferiors.h (find_inferior_in_random): Declare.
+       * linux-low.c (linux_wait_for_event_filtered): Call
+       find_inferior_in_random instead of find_inferior.
+
+2016-10-27  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-low.c (linux_wait_1): If single-step breakpoints are
+       inserted, remove them.
+
+2016-10-26  Pedro Alves  <palves@redhat.com>
+
+       * linux-low.c (handle_extended_wait): Link parent/child fork
+       threads.
+       (linux_wait_1): Unlink them.
+       (linux_set_resume_request): Ignore resume requests for
+       already-resumed and unhandled fork child threads.
+       * linux-low.h (struct lwp_info) <fork_relative>: New field.
+       * server.c (in_queued_stop_replies_ptid, in_queued_stop_replies):
+       New functions.
+       (handle_v_requests) <vCont>: Don't call require_running.
+       * server.h (in_queued_stop_replies): New declaration.
+
+2016-10-24  Yao Qi  <yao.qi@linaro.org>
+
+       PR server/20733
+       * linux-aarch64-low.c (append_insns): Cast the return value to
+       'uint32_t *'.
+
+2016-10-10  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-aarch32-low.c (enum arm_breakpoint_kinds): Remove.
+
+2016-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * target.c (target_supports_multi_process): New function, moved
+       from...
+       * target.h (target_supports_multi_process): ... here.  Remove
+       macro.
+
+2016-10-05  Tom Tromey  <tom@tromey.com>
+
+       PR remote/20655:
+       * tracepoint.c (handle_tracepoint_bkpts): Check
+       ipa_error_tracepoint, not ipa_stopping_tracepoint.
+
+2016-10-05  Yao Qi  <yao.qi@linaro.org>
+
+       * configure.srv: Update the path of arm-*.xml files.
+
+2016-10-05  Terry Guo  <terry.guo@arm.com>
+           Yao Qi  <yao.qi@linaro.org>
+
+       * Makefile.in: Adjust the path of rules.
+       * configure.srv: Update the path of xml files.
+       * regformats/arm-with-iwmmxt.dat: Regenerated.
+       * regformats/arm-with-neon.dat: Likewise.
+       * regformats/arm-with-vfpv2.dat: Likewise.
+       * regformats/arm-with-vfpv3.dat Likewise.
+
+2016-09-30  Yao Qi  <yao.qi@linaro.org>
+
+       PR gdbserver/20627
+       * target.c (target_stop_and_wait): Don't call
+       target_continue_no_signal, use resume_stop instead.
+
+2016-09-26  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-low.c (linux_wait_1): Call debug_exit.
+
+2016-09-23  Pedro Alves  <palves@redhat.com>
+
+       * Makefile.in (SFILES): Add common/new-op.c.
+       (OBS): Add common/new-op.o.
+       (new-op.o): New rule.
+
+2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * .gitinore: Ignore more files.
+
+2016-09-21  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-aarch32-low.c (arm_fill_gregset): Keep bits 20 to
+       23.
+
+2016-09-19  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * server.c (start_inferior): Call target_mourn_inferior instead of
+       mourn_inferior; pass ptid_t argument to it.
+       (resume): Likewise.
+       (handle_target_event): Likewise.
+       * target.c (target_mourn_inferior): New function.
+       * target.h (mourn_inferior): Delete macro.
+
+2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * linux-low.c (lwp_is_stepping): New function.
+
+2016-09-06  Carl Love  <cel@us.ibm.com>
+
+       * server.c (start_inferior):  Fixed comment, requested comment change
+       didn't get updated correctly.  Removed reference to ptrace () call as
+       it is only true on Linux systems.
+
+2016-09-06  Carl Love  <cel@us.ibm.com>
+
+       * server.c (start_inferior):  Do not call
+       function target_post_create_inferior () if the
+       inferior process has already exited.
+
+2016-09-05  Pedro Alves  <palves@redhat.com>
+
+       * Makefile.in (COMPILER, COMPILER_CFLAGS): Remove.
+       (COMPILE.pre, CC_LD): Use CXX directly.
+       (INTERNAL_CFLAGS_BASE): Use CXXFLAGS directly.
+       * acinclude.m4: Don't include build-with-cxx.m4.
+       * configure.ac: Remove GDB_AC_BUILD_WITH_CXX call.
+       * configure: Regenerate.
+
+2016-09-02  Akash Trehan  <akash.trehan123@gmail.com>
+
+       PR gdb/19495
+       * remote-utils.c (relocate_instruction): Remove redundant strcpy()
+       call writing data to own_buf.
+
+2016-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * target.c (mywait): Call target_wait instead of
+       the_target->wait.
+       (target_wait): New function.
+
+2016-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * server.c (start_inferior): New variable 'ptid'.  Replace calls
+       to the_target->resume by target_continue{,_no_signal}, depending
+       on the case.
+       * target.c (target_stop_and_wait): Call target_continue_no_signal
+       instead of the_target->resume.
+       (target_continue): New function.
+
+2016-08-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
+
+       * linux-low.c (linux_wait_1): Move event switch after unsuspend_lwps.
+
+2016-08-25  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+       PR server/20491
+       * gdb_proc_service.h (ps_get_thread_area): Remove const from struct
+       ps_prochandle.
+       * linux-aarch64-low.c (ps_get_thread_area): Likewise.
+       * linux-arm-low.c (ps_get_thread_area): Likewise.
+       * linux-crisv32-low.c (ps_get_thread_area): Likewise.
+       * linux-m68k-low.c (ps_get_thread_area): Likewise.
+       * linux-mips-low.c (ps_get_thread_area): Likewise.
+       * linux-nios2-low.c (ps_get_thread_area): Likewise.
+       * linux-tic6x-low.c (ps_get_thread_area): Likewise.
+       * linux-x86-low.c (ps_get_thread_area): Likewise.
+       * linux-xtensa-low.c (ps_get_thread_area): Likewise.
+
+2016-08-19  Pedro Alves  <palves@redhat.com>
+
+       * linux-x86-low.c (amd64_emit_call): Emit missing call opcode.
+
+2016-08-19  Pedro Alves  <palves@redhat.com>
+
+       * linux-x86-low.c (amd64_install_fast_tracepoint_jump_pad): Fix
+       comment.  Use memcpy instead of casting through unsigned long.
+
+2016-08-19  Pedro Alves  <palves@redhat.com>
+
+       * linux-amd64-ipa.c (alloc_jump_pad_buffer) [__ILP32__]: Try
+       allocating around 0x80000000.
+
+2016-08-19  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/20415
+       * Makefile.in (x32-linux-ipa.o, x32-avx-linux-ipa.o)
+       (x32-avx512-linux-ipa.o): New rules.
+       * configure.ac (x86_64-*-linux*): New x32 check.
+       * configure.srv (ipa_x32_linux_regobj): New.
+       (x86_64-*-linux*): Use $ipa_x32_linux_regobj if building for x32.
+       * linux-amd64-ipa.c (get_ipa_tdesc) [__ILP32__]: Return x32
+       descriptions.
+       (initialize_low_tracepoint) [__ILP32__]: Initialize x32
+       descriptions.
+       * configure: Regenerate.
+
+2016-08-09  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/18653
+       * Makefile.in (OBS): Add signals-state-save-restore.o.
+       (signals-state-save-restore.o): New rule.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+       * linux-low.c: Include "signals-state-save-restore.h".
+       (linux_create_inferior): Call
+       restore_original_signals_state.
+       * server.c: Include "dispositions-save-restore.h".
+       (captured_main): Call save_original_signals_state.
+
+2016-08-05  Pedro Alves  <palves@redhat.com>
+
+       * configure: Regenerate.
+
+2016-08-04  Yao Qi  <yao.qi@linaro.org>
+
+       * linux-low.c (regsets_fetch_inferior_registers): Check
+       errno is ESRCH or not.
+
+2016-08-02  Yao Qi  <yao.qi@linaro.org>
+
+       * thread-db.c (struct thread_db) <td_ta_event_getmsg_p>: Remove.
+       <td_ta_set_event_p, td_ta_event_addr_p>: Remove.
+       (thread_db_load_search): Update.
+       (try_thread_db_load_1): Don't look for td_ta_event_addr,
+       td_ta_set_event and td_ta_event_getmsg.
+
+2016-07-26  Pedro Alves  <palves@redhat.com>
+
+       PR server/20414
+       * linux-x86-low.c (x86_get_pc, x86_set_pc): Use uint64_t instead
+       of unsigned long for 64-bit registers and use uint32_t instead of
+       unsigned int for 32-bit registers.
+
+2016-07-26  Pedro Alves  <palves@redhat.com>
+
+       * linux-x86-low.c (x86_siginfo_fixup): Rename 'native' parameter
+       to 'ptrace'.
+
 2016-07-21  Tom Tromey  <tom@tromey.com>
 
        * configure: Rebuild.
This page took 0.054119 seconds and 4 git commands to generate.