]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdbserver/ChangeLog
Add single sentence description to top of entry of previous commit.
[thirdparty/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 7171cfa31bca3673f1942ebb7b869b7b5792d32c..21c73b27ccec37b32d35c8fda6884cc4cbe2bb7a 100644 (file)
@@ -1,3 +1,866 @@
+2014-02-20  Doug Evans  <dje@google.com>
+
+       Remove global all_lwps.
+       * inferiors.h (ptid_of): Move here from linux-low.h.
+       (pid_of, lwpid_of): Ditto.
+       * linux-aarch64-low.c (debug_reg_change_callback): Update, "entry"
+       parameter is a struct thread_info * now.
+       (aarch64_notify_debug_reg_change): Fetch pid from current_inferior
+       directly.  Pass &all_threads to find_inferior instead of &all_lwps.
+       (aarch64_stopped_data_address): Fetch lwpid from current_inferior
+       directly.
+       (aarch64_linux_prepare_to_resume): Fetch ptid from thread.
+       (aarch64_arch_setup): Fetch lwpid from current_inferior directly.
+       * linux-arm-low.c (update_registers_callback): Update, "entry"
+       parameter is a struct thread_info * now.
+       Fetch lwpid from current_inferior directly.
+       (arm_insert_point): Pass &all_threads to find_inferior instead of
+       &all_lwps.
+       (arm_remove_point): Ditto.
+       (arm_stopped_by_watchpoint): Fetch lwp from current_inferior.
+       (arm_prepare_to_resume): Fetch pid from thread.
+       (arm_read_description): Fetch lwpid from current_inferior directly.
+       * linux-low.c (all_lwps): Delete.
+       (delete_lwp): Delete call to remove_inferior.
+       (handle_extended_wait): Fetch lwpid from thread.
+       (add_lwp): Don't set lwp->entry.id.  Remove call to
+       add_inferior_to_list.
+       (linux_attach_lwp_1): Fetch pid from current_inferior directly.
+       (linux_kill_one_lwp): Fetch ptid,lwpid from thread.
+       (kill_one_lwp_callback): Ditto.
+       (linux_kill): Don't dereference NULL pointer.
+       Fetch ptid,lwpid from thread.
+       (get_detach_signal): Fetch ptid from thread.
+       (linux_detach_one_lwp): Fetch ptid,lwpid from thread.
+       Simplify call to regcache_invalidate_thread.
+       (delete_lwp_callback): Update, "entry" parameter is a
+       struct thread_info * now.  Fetch pid from thread.
+       (linux_mourn): Pass &all_threads to find_inferior instead of &all_lwps.
+       (status_pending_p_callback): Update, "entry" parameter is a
+       struct thread_info * now.  Fetch ptid from thread.
+       (find_lwp_pid): Update, "entry" parameter is a
+       struct thread_info * now.
+       (linux_wait_for_lwp): Fetch pid from thread.
+       (linux_fast_tracepoint_collecting): Fetch lwpid from thread.
+       (maybe_move_out_of_jump_pad): Fetch lwpid from current_inferior.
+       (enqueue_one_deferred_signal): Fetch lwpid from thread.
+       (dequeue_one_deferred_signal): Ditto.
+       (cancel_breakpoint): Fetch ptid from current_inferior.
+       (linux_wait_for_event): Pass &all_threads to find_inferior,
+       not &all_lwps.  Fetch ptid, lwpid from thread.
+       (count_events_callback): Update, "entry" parameter is a
+       struct thread_info * now.
+       (select_singlestep_lwp_callback): Ditto.
+       (select_event_lwp_callback): Ditto.
+       (cancel_breakpoints_callback): Ditto.
+       (linux_cancel_breakpoints): Pass &all_threads to find_inferior,
+       not &all_lwps.
+       (select_event_lwp): Ditto.  Fetch ptid from event_thread.
+       (unsuspend_one_lwp): Update, "entry" parameter is a
+       struct thread_info * now.
+       (unsuspend_all_lwps): Pass &all_threads to find_inferior,
+       not &all_lwps.
+       (linux_stabilize_threads): Ditto.  And for for_each_inferior.
+       Fetch lwpid from thread, not lwp.
+       (linux_wait_1): Fetch ptid, lwpid from current_inferior.
+       Pass &all_threads to find_inferior, not &all_lwps.
+       (send_sigstop): Fetch lwpid from thread, not lwp.
+       (send_sigstop_callback): Update, "entry" parameter is a
+       struct thread_info * now.
+       (suspend_and_send_sigstop_callback): Ditto.
+       (wait_for_sigstop): Ditto.  Fetch ptid, lwpid from thread, lwp.
+       (stuck_in_jump_pad_callback): Update, "entry" parameter is a
+       struct thread_info * now.
+       (move_out_of_jump_pad_callback): Ditto.  Fetch ptid, lwpid
+       from thread, lwp.
+       (lwp_running): Update, "entry" parameter is a
+       struct thread_info * now.
+       (stop_all_lwps): Fetch ptid from thread.
+       Pass &all_threads to find_inferior, for_each_inferior, not &all_lwps.
+       (linux_resume_one_lwp): Fetch lwpid from thread.
+       (linux_set_resume_request): Update, "entry" parameter is a
+       struct thread_info * now.  Fetch pid, lwpid from thread.
+       (resume_status_pending_p): Update, "entry" parameter is a
+       struct thread_info * now.
+       (need_step_over_p): Ditto.  Fetch lwpid from thread.
+       (start_step_over): Fetch lwpid from thread.
+       (linux_resume_one_thread): Update, "entry" parameter is a
+       struct thread_info * now.  Fetch lwpid from thread.
+       (linux_resume): Pass &all_threads to find_inferior, not &all_lwps.
+       (proceed_one_lwp): Update, "entry" parameter is a
+       struct thread_info * now.  Fetch lwpid from thread.
+       (unsuspend_and_proceed_one_lwp): Update, "entry" parameter is a
+       struct thread_info * now.
+       (proceed_all_lwps): Pass &all_threads to find_inferior, not &all_lwps.
+       (unstop_all_lwps): Ditto.  Fetch lwpid from thread.
+       (regsets_fetch_inferior_registers): Fetch lwpid from current_inferior
+       directly.
+       (regsets_store_inferior_registers): Ditto.
+       (fetch_register, store_register): Ditto.
+       (linux_read_memory, linux_write_memory): Ditto.
+       (linux_request_interrupt): Ditto.
+       (linux_read_auxv): Ditto.
+       (linux_xfer_siginfo): Ditto.
+       (linux_qxfer_spu): Ditto.
+       (linux_qxfer_libraries_svr4): Ditto.
+       * linux-low.h (ptid_of, pid_of, lwpid_of): Delete,
+       moved to inferiors.h.
+       (get_lwp): Delete.
+       (get_thread_lwp): Update.
+       (struct lwp_info): Delete member "entry".  Simplify comment for
+       member "thread".
+       (all_lwps): Delete.
+       * linux-mips-low.c (mips_read_description): Fetch lwpid from
+       current_inferior directly.
+       (update_watch_registers_callback): Update, "entry" parameter is a
+       struct thread_info * now.  Fetch pid from thread.
+       (mips_linux_prepare_to_resume): Fetch ptid from thread.
+       (mips_insert_point): Fetch lwpid from current_inferior.
+       Pass &all_threads to find_inferior, not &all_lwps.
+       (mips_remove_point): Pass &all_threads to find_inferior, not &all_lwps.
+       (mips_stopped_by_watchpoint): Fetch lwpid from current_inferior
+       directly.
+       (mips_stopped_data_address): Ditto.
+       * linux-s390-low.c (s390_arch_setup): Fetch pid from current_inferior
+       directly.
+       * linux-tile-low.c (tile_arch_setup): Ditto.
+       * linux-x86-low.c (x86_get_thread_area): Fetch lwpid from thread.
+       (update_debug_registers_callback): Update, "entry" parameter is a
+       struct thread_info * now.  Fetch pid from thread.
+       (i386_dr_low_set_addr): Fetch pid from current_inferior directly.
+       Pass &all_threads to find_inferior, not &all_lwps.
+       (i386_dr_low_get_addr): Fetch ptid from current_inferior directly.
+       (i386_dr_low_set_control): Fetch pid from current_inferior directly.
+       Pass &all_threads to find_inferior, not &all_lwps.
+       (i386_dr_low_get_control): Fetch ptid from current_inferior directly.
+       (i386_dr_low_get_status): Ditto.
+       (x86_linux_prepare_to_resume): Fetch ptid from thread.
+       (x86_siginfo_fixup): Fetch lwpid from current_inferior directly.
+       (x86_linux_read_description): Ditto.
+       * proc-service.c (ps_getpid): Fetch pid from current_inferior directly.
+
+2014-02-20  Doug Evans  <dje@google.com>
+
+       * inferiors.c (get_first_inferior): Fix buglet.
+
+2014-02-19  Doug Evans  <dje@google.com>
+
+       * gdbthread.h (add_thread): Change result type to struct thread_info *.
+       * inferiors.c (add_thread): Change result type to struct thread_info *.
+       All callers updated.
+       (add_lwp): Call add_thread here instead of in callers.
+       All callers updated.
+       * linux-low.h (get_lwp_thread): Rewrite.
+       (struct lwp_info): New member "thread".
+
+2014-02-19  Doug Evans  <dje@google.com>
+
+       * linux-low.c (add_lwp): Change result to struct lwp_info *.
+       All callers updated.
+
+2014-02-19  Doug Evans  <dje@google.com>
+
+       * inferiors.c (add_thread): Fix whitespace.
+
+2014-02-19  Doug Evans  <dje@google.com>
+
+       * dll.c (clear_dlls): Replace accessing list implemention details
+       with API function.
+       * gdbthread.h (get_first_thread): Declare.
+       * inferiors.c (for_each_inferior_with_data): New function.
+       (get_first_thread): New function.
+       (find_thread_ptid): Simplify.
+       (get_first_inferior): New function.
+       (clear_list): Delete.
+       (one_inferior_p): New function.
+       (clear_inferior_list): New function.
+       (clear_inferiors): Update.
+       * inferiors.h (for_each_inferior_with_data): Declare.
+       (clear_inferior_list): Declare.
+       (one_inferior_p): Declare.
+       (get_first_inferior): Declare.
+       * linux-low.c (linux_wait_for_event): Replace accessing list
+       implemention details with API function.
+       * server.c (target_running): Ditto.
+       (accumulate_file_name_length): New function.
+       (emit_dll_description): New function.
+       (handle_qxfer_libraries): Replace accessing list implemention
+       details with API function.
+       (handle_qxfer_threads_worker): New function.
+       (handle_qxfer_threads_proper): Replace accessing list implemention
+       details with API function.
+       (handle_query): Ditto.
+       (visit_actioned_threads_callback_ftype): New typedef.
+       (visit_actioned_threads_data): New struct.
+       (visit_actioned_threads): Rewrite to be find_inferior callback.
+       (resume): Call find_inferior.
+       (handle_status): Replace accessing list implemention
+       details with API function.
+       (process_serial_event): Replace accessing list implemention details
+       with API function.
+       * target.c (set_desired_inferior): Replace accessing list implemention
+       details with API function.
+       * tracepoint.c (same_process_p): New function.
+       (gdb_agent_about_to_close): Replace accessing list implemention
+       details with API function.
+       * win32-low.c (child_delete_thread): Replace accessing list
+       implemention details with API function.
+       (match_dll_by_basename): New function.
+       (dll_is_loaded_by_basename): New function.
+       (win32_ensure_ntdll_loaded): Replace accessing list implemention
+       details call to dll_is_loaded_by_basename.
+
+2014-02-19  Doug Evans  <dje@google.com>
+
+       * dll.h (struct dll_info): Add comment.
+       * gdbthread.h (struct thread_info): Add comment.
+       (current_ptid): Simplify.
+       * inferiors.c (add_process): Update.
+       (remove_process): Update.
+       * inferiors.h (struct process_info): Rename member "head" to "entry".
+       * linux-low.c (delete_lwp): Update.
+       (add_lwp): Update.
+       (last_thread_of_process_p): Update.
+       (kill_one_lwp_callback, linux_kill): Update.
+       (status_pending_p_callback): Update.
+       (wait_for_sigstop): Update.  Simplify read of ptid.
+       (start_step_over): Update.
+       * linux-low.h (ptid_of, pid_of, lwpid_of): Update.
+       (get_lwp_thread): Update.
+       (struct lwp_info): Rename member "head" to "entry".
+       * regcache.h (inferior_list_entry): Delete.
+       * server.c (kill_inferior_callback): Update.
+       (detach_or_kill_inferior_callback): Update.
+       (print_started_pid): Update.
+       (print_attached_pid): Update.
+       (process_serial_event): Simplify read of ptid.
+       * thread-db.c (thread_db_create_event): Update.
+       (thread_db_get_tls_address): Update.
+       * win32-low.c (current_inferior_ptid): Simplify.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <supports_btrace>: Add target_ops
+       argument.
+       (target_supports_btrace): Update.
+
+2014-02-14  Yao Qi  <yao@codesourcery.com>
+
+       * Makefile.in (IPA_OBJS): Append rsp-low-ipa.o.
+       (rsp-low-ipa.o): New target.
+
+2014-02-12  Tom Tromey  <tromey@redhat.com>
+
+       * ax.c (gdb_parse_agent_expr): Use hex2bin, not
+       convert_ascii_to_int.
+       * regcache.c (registers_to_string): Likewise.
+       * remote-utils.c (decode_M_packet): Likewise.
+       * server.c (process_serial_event): Likewise.
+
+2014-02-12  Tom Tromey  <tromey@redhat.com>
+
+       * server.c (handle_query, handle_v_run): Use hex2bin, not
+       unhexify.
+       * tracepoint.c (cmd_qtdpsrc, cmd_qtdv, cmd_qtnotes): Likewise.
+
+2014-02-12  Tom Tromey  <tromey@redhat.com>
+
+       * ax.c (gdb_unparse_agent_expr): Use bin2hex, not
+       convert_int_to_ascii.
+       * regcache.c (registers_to_string, collect_register_as_string):
+       Likewise.
+       * remote-utils.c (look_up_one_symbol, relocate_instruction):
+       Likewise.
+       * server.c (process_serial_event): Likewise.
+       * tracepoint.c (cmd_qtstatus, response_source, response_tsv)
+       (cmd_qtbuffer, cstr_to_hexstr): Likewise.
+
+2014-02-12  Tom Tromey  <tromey@redhat.com>
+
+       * remote-utils.c (look_up_one_symbol, monitor_output): Use
+       bin2hex, not hexify.
+       * tracepoint.c (cmd_qtstatus): Likewise.
+
+2014-02-12  Tom Tromey  <tromey@redhat.com>
+
+       * remote-utils.c (monitor_output): Pass explicit length to
+       hexify.
+
+2014-02-12  Tom Tromey  <tromey@redhat.com>
+
+       * tracepoint.c: Include rsp-low.h.
+       * server.c: Include rsp-low.h.
+       * remote-utils.h (convert_ascii_to_int, convert_int_to_ascii)
+       (unhexify, hexify, remote_escape_output, unpack_varlen_hex): Don't
+       declare.
+       * remote-utils.c: Include rsp-low.h.
+       (fromhex, hexchars, ishex, unhexify, tohex, hexify)
+       (remote_escape_output, remote_unescape_input, unpack_varlen_hex)
+       (convert_int_to_ascii, convert_ascii_to_int): Move to
+       common/rsp-low.c.
+       * regcache.c: Include rsp-low.h.
+       * ax.c: Include rsp-low.h.
+       * Makefile.in (SFILES): Add common/rsp-low.c.
+       (OBS): Add rsp-low.o.
+       (rsp-low.o): New target.
+
+2014-02-12  Tom Tromey  <tromey@redhat.com>
+
+       * utils.h (pulongest, plongest, phex_nz): Don't declare.
+       Include print-utils.h.
+       * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
+       (plongest, thirty_two, phex_nz): Remove.
+       * Makefile.in (SFILES): Add common/print-utils.c.
+       (OBS): Add print-utils.o.
+       (print-utils-ipa.o): New target.
+       (print-utils.o): New target.
+       (IPA_OBJS): Add print-utils-ipa.o.
+
+2014-02-06  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in (SFILES): Fix indentation.
+
+2014-02-05  Doug Evans  <dje@google.com>
+
+       * linux-low.c (linux_wait_for_event): Improve comment.
+       (linux_wait_1): Keep current_inferior in sync with event_child.
+
+2014-01-22  Doug Evans  <dje@google.com>
+
+       * gdbthread.h (gdb_id_to_thread): Delete, unused.
+
+2014-01-22  Doug Evans  <dje@google.com>
+
+       * configure.ac (AC_CHECK_FUNCS): Add test for gettimeofday.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+       * Makefile.in (SFILES): Add debug.c.
+       (OBS): Add debug.o.
+       * debug.c: New file.
+       * debug.h: New file.
+       * linux-aarch64-low.c (*): Update all debugging printfs to use
+       debug_printf instead of fprintf.
+       * linux-arm-low.c (*): Ditto.
+       * linux-cris-low.c (*): Ditto.
+       * linux-crisv32-low.c (*): Ditto.
+       * linux-m32r-low.c (*): Ditto.
+       * linux-sparc-low.c (*): Ditto.
+       * linux-x86.c (*): Ditto.
+       * linux-low.c (*): Ditto.
+       (linux_wait_1): Add calls to debug_enter, debug_exit.
+       (linux_wait): Remove redundant debugging printf.
+       (stop_all_lwps): Add calls to debug_enter, debug_exit.
+       (linux_resume, unstop_all_lwps): Ditto.
+       * mem-break.c (*): Update all debugging printfs to use
+       debug_printf instead of fprintf.
+       * remote-utils.c (*): Ditto.
+       * thread-db.c (*): Ditto.
+       * server.c #include <ctype.h>, "gdb_vecs.h".
+       (debug_threads): Moved to debug.c.
+       (*): Update all debugging printfs to use debug_printf instead of
+       fprintf.
+       (start_inferior): Replace call to fflush with call to debug_flush.
+       (monitor_show_help): Mention set debug-format.
+       (parse_debug_format_options): New function.
+       (handle_monitor_command): Handle "monitor set debug-format".
+       (gdbserver_usage): Mention --debug-format.
+       (main): Parse --debug-format.
+       * server.h (debug_threads): Declaration moved to debug.h.
+       #include "debug.h".
+       * tracepoint.c (trace_debug_1) [!IN_PROCESS_AGENT]: Add version of
+       trace_debug_1 that uses debug_printf.
+       (tracepoint_look_up_symbols): Update all debugging printfs to use
+       debug_printf instead of fprintf.
+
+2014-01-20  Baruch Siach  <baruch@tkos.co.il>
+
+       * linux-xtensa-low.c: Include asm/ptrace.h instead of
+       sys/ptrace.h.
+
+2014-01-17  Pedro Alves  <palves@redhat.com>
+
+       PR build/16445
+       * linux-x86-low.c: Don't include elf/common.h if ELFMAG0 is
+       defined after including gdb_proc_service.h.
+
+2014-01-16  Doug Evans  <dje@google.com>
+
+       * dll.c (UNSPECIFIED_CORE_ADDR): New macro.
+       (match_dll): Use it.
+
+2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * target.h (target_ops) <read_btrace>: Change parameters and
+       return type to allow error reporting.
+       * server.c (handle_qxfer_btrace): Support delta reads.  Pass
+       trace reading errors on.
+       * linux-low.c (linux_low_read_btrace): Pass trace reading
+       errors on.
+       (linux_low_disable_btrace): New.
+
+2014-01-15  Doug Evans  <dje@google.com>
+
+       * inferiors.c (thread_id_to_gdb_id): Delete.
+       * inferiors.h (thread_id_to_gdb_id): Delete.
+
+2014-01-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
+       "-I$(srcdir)/../".  Fixes MinGW compilation errors with old GCC
+       versions.
+
+2014-01-08  Pedro Alves  <palves@redhat.com>
+
+       * server.c (handle_status): Don't discard previous queued stop
+       replies or thread's pending status here.
+       (main) <disconnection>: Do it here instead.
+
+2014-01-08  Pedro Alves  <palves@redhat.com>
+
+       * gdbthread.h (struct thread_info) <status_pending_p>: New field.
+       * server.c (visit_actioned_threads, handle_pending_status): New
+       function.
+       (handle_v_cont): Factor out parts to ...
+       (resume): ... this new function.  If in all-stop, and a thread
+       being resumed has a pending status, report it without actually
+       resuming.
+       (myresume): Adjust to use the new 'resume' function.
+       (clear_pending_status_callback, set_pending_status_callback)
+       (find_status_pending_thread_callback): New functions.
+       (handle_status): Handle the case of multiple threads having
+       interesting statuses to report.  Report threads' real last signal
+       instead of always reporting GDB_SIGNAL_TRAP.  Look for a thread
+       with an interesting thread to report the status for, instead of
+       always reporting the status of the first thread.
+
+2014-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdbserver.c (gdbserver_version): Set copyright year to 2014.
+       * gdbreplay.c (gdbreplay_version): Likewise.
+
+2013-12-18  Yufeng Zhang  <yufeng.zhang@arm.com>
+
+       * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Set
+       iov.iov_len with the real length in use.
+
+2013-12-13  Joel Brobecker  <brobecker@adacore.com>
+
+       * Makefile.in (safe-ctype.o, lbasename.o): New rules.
+       * configure.srv: Add safe-ctype.o and lbasename.o to srv_tgtobj
+       for all targets that use win32-low.c.
+       * win32-low.c (win32_ensure_ntdll_loaded): New function.
+       (do_initial_child_stuff): Add call to win32_ensure_ntdll_loaded.
+
+2013-12-13  Pedro Alves  <palves@redhat.com>
+
+       * target.c (mywait): Set OURSTATUS->KIND to TARGET_WAITKIND_STOPPED
+       if equal to TARGET_WAITKIND_LOADED.
+       * win32-low.c (cached_status): New static global.
+       (win32_wait): Add declaration.
+       (do_initial_child_stuff): Flush all initial pending debug events
+       up to the initial breakpoint.
+       (win32_wait): If CACHED_STATUS was set, return that instead
+       of doing a real wait.  Remove the code resuming the execution
+       of the inferior after receiving a TARGET_WAITKIND_LOADED event
+       during the initial phase.  Also remove the code changing
+       OURSTATUS->KIND from TARGET_WAITKIND_LOADED to
+       TARGET_WAITKIND_STOPPED.
+
+2013-12-11  Yao Qi  <yao@codesourcery.com>
+
+       * notif.c (handle_notif_ack): Return 0 if no notification
+       matches.
+
+2013-11-20  Doug Evans  <dje@google.com>
+
+       * linux-low.c (linux_set_resume_request): Fix comment.
+
+2013-11-20  Doug Evans  <dje@google.com>
+
+       * linux-low.c (resume_status_pending_p): Tweak comment.
+
+2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
+
+       * Makefile.in: Add i386-mpx.c, i386-mpx-linux.c, amd64-mpx.c,
+       amd64-mpx-linux.c, x32-mpx.c and x32-mpx-linux.c generation.
+       * configure.srv (srv_i386_regobj): Add i386-mpx.o.
+       (srv_i386_linux_regobj): Add i386-mpx-linux.o.
+       (srv_amd64_regobj): Add amd64-mpx.o.
+       (srv_amd64_linux_regobj): Add amd64-mpx-linux.o.
+       (srv_i386_32bit_xmlfiles): Add i386/32bit-mpx.xml.
+       (srv_i386_64bit_xmlfiles): Add i386/64bit-mpx.xml.
+       * i387-fp.c (num_pl_bnd_register) Added constant.
+       (num_pl_bnd_cfg_registers) Added constant.
+       (struct i387_xsave) Added reserved area and MPX fields.
+       (i387_cache_to_xsave, i387_xsave_to_cache) Add MPX.
+       * linux-x86-low.c (init_registers_i386_mpx_linux): Declare new
+       function.
+       (tdesc_i386_mpx_linux): Add MPX amd64 target.
+       (init_registers_amd64_mpx_linux): Declare new function.
+       (tdesc_amd64_mpx_linux): Add MPX amd64 target.
+       (x86_64_regmap): Add MPX registers.
+       (x86_linux_read_description): Add MPX case.
+       (initialize_low_arch): Initialize MPX targets.
+
+2013-11-18  Tom Tromey  <tromey@redhat.com>
+
+       * configure: Rebuild.
+       * configure.ac: Don't check for stdlib.h.
+       * gdbreplay.c: Unconditionally include stdlib.h.
+
+2013-11-18  Tom Tromey  <tromey@redhat.com>
+
+       * config.in: Rebuild.
+       * configure: Rebuild.
+       * configure.ac: Don't use AC_HEADER_DIRENT.
+
+2013-11-18  Tom Tromey  <tromey@redhat.com>
+
+       * server.h: Don't check HAVE_STRING_H.
+       * gdbreplay.c: Don't check HAVE_STRING_H.
+       * configure: Rebuild.
+
+2013-11-18  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in (gdbreplay$(EXEEXT)): Depend on and link against
+       LIBGNU.
+
+2013-11-08  Tom Tromey  <tromey@redhat.com>
+
+       * configure, config.in: Rebuild.
+       * configure.ac: Remove unused configury.
+
+2013-11-08  Tom Tromey  <tromey@redhat.com>
+
+       * acinclude.m4: Include common.m4, codeset.m4.
+       * configure, config.in: Rebuild.
+       * configure.ac: Use GDB_AC_COMMON.
+
+2013-11-06  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * linux-s390-low.c (HWCAP_S390_TE): New define.
+       (s390_arch_setup): Consider the TE field in the HWCAP for
+       determining 'have_regset_tdb'.
+
+2013-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       PR gdb/16014
+       * tracepoint.c (download_tracepoint_1): Remove unnecessary double
+       call to sizeof.
+
+2013-10-02  Pedro Alves  <palves@redhat.com>
+
+       * server.c (process_serial_event): Don't output "GDBserver
+       exiting" if GDB is connected through stdio.
+       * target.c (mywait): Likewise, be silent if GDB is connected
+       through stdio.
+
+2013-10-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * lynx-low.c (lynx_add_threads_after_attach): New function.
+       (lynx_attach): Remove call to add_thread.  Add call to
+       lynx_add_threads_after_attach instead.
+
+2013-09-28  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac (AC_CHECK_HEADERS): Add sys/syscall.h
+       * config.in, configure: Regenerated.
+
+2013-09-18  Yao Qi  <yao@codesourcery.com>
+
+       PR server/15959
+       * server.c (start_inferior): Clear 'resume_info'.
+
+2013-09-16  Jiong Wang  <jiwang@tilera.com>
+
+       * linux-tile-low.c (tile_regsets): Modify the size field to 64-bit
+       for each register.
+
+2013-09-16  Jiong Wang  <jiwang@tilera.com>
+
+       * configure.srv <tilegx*-*-linux*>: Remove linux-osdata.o from and add
+       linux-tile-low.o to srv_tgtobj.
+
+2013-09-16  Will Newton  <will.newton@linaro.org>
+
+       * linux-aarch64-low.c (aarch64_linux_set_debug_regs): Zero
+       out regs.
+
+2013-09-06  Pedro Alves  <palves@redhat.com>
+
+       * Makefile.in (gdb_proc_service_h, regdef_h, regcache_h)
+       (signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h)
+       (linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h)
+       (server_h, gdbthread_h, linux_low_h, linux_ptrace_h)
+       (gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h)
+       (mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
+
+2013-09-06  Pedro Alves  <palves@redhat.com>
+
+       * Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
+       explicit header dependencies and use $COMPILE/$POSTCOMPILE.
+
+2013-09-06  Pedro Alves  <palves@redhat.com>
+
+       * linux-amd64-ipa.c: Include tracepoint.h.
+       * linux-i386-ipa.c: Include tracepoint.h.
+
+2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
+
+       * linux-crisv32-low.c (PTRACE_GET_THREAD_AREA): New macro.
+       (ps_get_thread_area): New function.
+
+2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
+
+       * linux-crisv32-low.c (elf_gregset_t): Delete typedef.
+       (initialize_low_arch): Call init_registers_crisv32 rather than
+       init_register_crisv32.
+
+2013-09-05  Pedro Alves  <palves@redhat.com>
+
+       * server.h (handle_vFile, hostio_last_error_from_errno): Move
+       to ...
+       * hostio.h: ... this new file.
+       * hostio.c, server.c, linux-low.c, nto-low.c, spu-low,
+       win32-low.c: Include hostio.h.
+
+2013-09-05  Pedro Alves  <palves@redhat.com>
+
+       * server.h (gdb_client_data, handler_func, callback_handler_func)
+       (delete_file_handler, add_file_handler, append_callback_event)
+       (delete_callback_event, start_event_loop, initialize_event_loop):
+       Move to event-loop.h and include it.
+       * event-loop.h: New file.
+
+2013-09-05  Pedro Alves  <palves@redhat.com>
+
+       * dll.c, inferiors.c, remote-utils.c, server.c: Include "dll.h".
+       * server.h (struct dll_info, all_dlls, dlls_changed, clear_dlls)
+       (loaded_dll, unloaded_dll): Move to ...
+       * dll.h: ... this new file.
+       * inferiors.c, remote-utils.c, win32-low.c: Include "dll.h".
+
+2013-09-05  Pedro Alves  <palves@redhat.com>
+
+       * server.h (current_process, get_thread_process, all_processes)
+       (add_inferior_to_list, for_each_inferior, current_inferior)
+       (remove_inferior, add_process, remove_process, find_process_pid)
+       (have_started_inferiors_p, have_attached_inferiors_p)
+       (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id)
+       (clear_inferiors, find_inferior, find_inferior_id)
+       (inferior_target_data, set_inferior_target_data)
+       (inferior_regcache_data, set_inferior_regcache_data): Move to
+       inferiors.h, and include it.
+       * inferiors.h: New file.
+
+2013-09-05  Pedro Alves  <palves@redhat.com>
+
+       * server.h (struct emit_ops, current_insn_ptr, emit_error):
+       Move ...
+        * ax.h: ... here.
+
+2013-09-05  Pedro Alves  <palves@redhat.com>
+
+       * ax.c, linux-low.c, linux-x86-low.c, server.c: Include
+       tracepoint.h.
+       * server.h (IPA_BUFSIZ, initialize_tracepoint, tracing)
+       (disconnected_tracing, tracepoint_look_up_symbols, stop_tracing
+       (handle_tracepoint_general_set, handle_tracepoint_query)
+       (tracepoint_finished_step, tracepoint_was_hit)
+       (release_while_stepping_state_list, current_traceframe)
+       (in_readonly_region, traceframe_read_mem)
+       (fetch_traceframe_registers, traceframe_read_sdata)
+       (traceframe_read_info, struct fast_tpoint_collect_status)
+       (fast_tracepoint_collecting, force_unlock_trace_buffer)
+       (handle_tracepoit_bkpts, initialize_low_tracepoint)
+       (supply_fast_tracepoint_registers)
+       (supply_static_tracepoint_registers, set_trampoline_buffer_space)
+       (ipa_tdesc, claim_trampoline_space)
+       (have_fast_tracepoint_trampoline_buffer, gdb_agent_about_to_close)
+       (agent_mem_read, agent_get_trace_state_variable_value)
+       (agent_set_trace_state_variable_value, agent_tsv_read)
+       (agent_mem_read_string, get_raw_reg_func_addr)
+       (get_get_tsv_func_addr, get_set_tsv_func_addr): Move to ...
+       * tracepoint.h: ... this new file.
+
+2013-09-05  Pedro Alves  <palves@redhat.com>
+
+       * server.h (perror_with_name, error, fatal, warning, paddress)
+       (pulongest, plongest, phex_nz, pfildes): Move to utils.h, and
+       include it.
+       * utils.h: New file.
+
+2013-09-05  Pedro Alves  <palves@redhat.com>
+
+       * server.h (remote_debug, noack_mode, transport_is_reliable)
+       (gdb_connected, STDIO_CONNECTION_NAME, remote_connection_is_stdio)
+       (read_ptid, write_ptid, putpkt, putpkt_binary, putpkt_notif)
+       (getpkt, remote_prepare, remote_open, remote_close, write_ok)
+       (write_enn, initialize_async_io, enable_async_io)
+       (disable_async_io, check_remote_input_interrupt_request)
+       (convert_ascii_to_int, convert_int_to_ascii, new_thread_notify)
+       (dead_thread_notify, prepare_resume_reply)
+       (decode_address_to_semicolon, decode_address, decode_m_packet)
+       (decode_M_packet, decode_X_packet, decode_xfer_write)
+       (decode_search_memory_packet, unhexify, hexify)
+       (remote_escape_output, unpack_varlen_hex, clear_symbol_cache)
+       (look_up_one_symbol, relocate_instruction)
+       (monitor_output): Move to remote-utils.h, and include it.
+       * remote-utils.h: New file.
+
+2013-09-05  Pedro Alves  <palves@redhat.com>
+
+       * server.h (_): Delete.
+
+2013-09-02  Pedro Alves  <palves@redhat.com>
+
+       * tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.
+       (init_trace_buffer): Ensure at least TRACEFRAME_EOB_MARKER_SIZE is
+       allocated.
+       (trace_buffer_alloc): Use TRACEFRAME_EOB_MARKER_SIZE.
+
+2013-09-02  Pierre Muller  <muller@sourceware.org>
+
+       * win32-low.c (child_xfer_memory): Check if ReadProcessMemory
+       or WriteProcessMemory complete successfully and handle
+       ERROR_PARTIAL_COPY error.
+
+2013-09-02  Pedro Alves  <palves@redhat.com>
+
+       * server.c (gdb_read_memory): Return -1 on traceframe memory read
+       error instead of EIO.
+
+2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR server/15604
+       * linux-low.c: Include filestuff.h.
+       (linux_create_inferior) <pid == 0>: Call close_most_fds.
+       * lynx-low.c: Include filestuff.h.
+       (lynx_create_inferior) <pid == 0>: Call close_most_fds.
+       * server.c: Include filestuff.h.
+       (main): Call notice_open_fds.
+       * spu-low.c: Include filestuff.h.
+       (spu_create_inferior) <pid == 0>: Call close_most_fds.
+
+2013-08-22  Luis Machado  <lgustavo@codesourcery.com>
+
+       * Makefile.in: Explain why ../target and ../nat are not
+       listed as include file search paths.
+       (linux-waitpid.o): New object file rule.
+       * configure.srv (srv_native_linux_obj): New variable.
+       Replace all occurrences of linux native object files with
+       $srv_native_linux_obj.
+       * linux-low.c: Include nat/linux-nat.h and nat/linux-waitpid.h.
+       (HAS_NOMMU): Move defining logic to common/linux-ptrace.c.
+       (linux_enable_event_reporting): Remove declaration.
+       (my_waitpid): Moved to common/linux-waitpid.c.
+       (linux_wait_for_event): Pass ptid when calling
+       linux_enable_event_reporting.
+       (linux_supports_tracefork_flag): Remove.
+       (linux_enable_event_reporting): Likewise.
+       (linux_tracefork_grandchild): Remove.
+       (STACK_SIZE): Moved to common/linux-ptrace.c.
+       (linux_tracefork_child): Remove.
+       (linux_test_for_tracefork): Remove.
+       (linux_look_up_symbols): Call linux_supports_traceclone.
+       (initialize_low): Remove call to linux_test_for_tracefork.
+       * linux-low.h (PTRACE_TYPE_ARG3): Move to
+       common/linux-ptrace.h.
+       (PTRACE_TYPE_ARG4): Likewise.
+       Include linux-ptrace.h.
+
+2013-08-21  Pedro Alves  <palves@redhat.com>
+
+       * config.in: Renegerate.
+
+2013-08-19  Luis Machado  <lgustavo@codesourcery.com>
+
+       * Makefile.in (INCLUDE_CFLAGS): Include -I$(srcdir)/../.
+       (SFILES): Remove $(srcdir)/common/target-common.c and
+       add $(srcdir)/target/waitstatus.c.
+       (OBS): Remove target-common.o and add waitstatus.o.
+       (server_h): Remove $(srcdir)/../common/target-common.h and
+       add $(srcdir)/../target/resume.h, $(srcdir)/../target/wait.h
+       and $(srcdir)/../target/waitstatus.h.
+       (target-common.o): Remove.
+       (waitstatus.o): New target object file.
+       * target.h: Do not include target-common.h and
+       include target/resume.h, target/wait.h and
+       target/waitstatus.h.
+
+2013-08-13  Luis Machado  <lgustavo@codesourcery.com>
+
+       * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
+       to PTRACE_TYPE_ARG3.
+       * linux-low.c: Rename all occurrences of PTRACE_ARG3_TYPE
+       to PTRACE_TYPE_ARG3 and PTRACE_ARG4_TYPE to
+       PTRACE_TYPE_ARG4.
+       * linux-low.h (PTRACE_ARG3_TYPE): Rename to PTRACE_TYPE_ARG3.
+       (PTRACE_ARG4_TYPE): Rename to PTRACE_TYPE_ARG4.
+
+2013-07-27  Jie Zhang  <jie@codesourcery.com>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+           Yao Qi  <yao@codesourcery.com>
+
+       * Makefile.in (SFILES): Add common/mips-linux-watch.c.
+       (mips-linux-watch.o): New rule.
+       (mips_linux_watch_h): New variable.
+       * configure.srv <mips*-*-linux*>: Add mips-linux-watch.o to
+       srv_tgtobj.
+       * linux-mips-low.c: Include mips-linux-watch.h.
+       (struct arch_process_info, struct arch_lwp_info): New.
+       (update_watch_registers_callback): New function.
+       (mips_linux_new_process, mips_linux_new_thread) New functions.
+       (mips_linux_prepare_to_resume, mips_insert_point): New
+       functions.
+       (mips_remove_point, mips_stopped_by_watchpoint): New
+       functions.
+       (rsp_bp_type_to_target_hw_bp_type): New function.
+       (mips_stopped_data_address): New function.
+       (the_low_target): Add watchpoint support functions.
+
+2013-07-27  Yao Qi  <yao@codesourcery.com>
+
+       * i386-low.c: Include break-common.h.
+       (enum target_hw_bp_type): Remove.
+
+2013-07-24  Luis Machado  <lgustavo@codesourcery.com>
+
+       * Makefile.in (SFILES): /common/target-common.c.
+       (OBS): Add target-common.o.
+       (server_h): Add $(srcdir)/../common/target-common.h.
+       (target-common.o): New target.
+       * server.c (queue_stop_reply_callback): Free
+       status string after use.
+       * target.c (target_waitstatus_to_string): Remove.
+       * target.h: Include target-common.h.
+       (resume_kind): Likewise.
+       (target_waitkind): Likewise.
+       (target_waitstatus): Likewise.
+       (TARGET_WNOHANG): Likewise.
+
+2013-07-04  Yao Qi  <yao@codesourcery.com>
+
+       * Makefile.in (host_alias): Use @host_noncanonical@.
+       (target_alias): Use @target_noncanonical@.
+       * configure.ac: Use ACX_NONCANONICAL_TARGET and
+       ACX_NONCANONICAL_HOST.
+       * configure: Regenerated.
+
+       Revert:
+       2013-06-28  Mircea Gherzan  <mircea.gherzan@intel.com>
+
+       * configure.ac (version_host, version_target): Set and AC_SUBST them.
+       * configure: Rebuild.
+       * Makefile.in (version_host, version_target): Get from configure.
+       (version.c): Use $(version_host) and $(version_target).
+
+2013-07-03  Pedro Alves  <palves@redhat.com>
+
+       * Makefile.in (config.status): Depend on development.sh.
+       * acinclude.m4: Include libmcheck.m4.
+       * configure: Regenerate.
+
 2013-07-02  Mircea Gherzan  <mircea.gherzan@intel.com>
 
        * win32-low.c (winapi_DebugActiveProcessStop): Move the WINAPI
@@ -5,7 +868,7 @@
        (winapi_DebugSetProcessKillOnExit): Ditto.
        (winapi_DebugBreakProcess): Ditto.
        (winapi_GenerateConsoleCtrlEvent): Ditto.
-       
+
 2013-07-02  Mircea Gherzan  <mircea.gherzan@intel.com>
 
        * notif.h (notif_event): Add a dummy member to avoid compiler
        (nios2_regs_info): New function.
        (the_low_target): Adjust.
        (initialize_low_arch): New function.
-        * linux-aarch64-low.c (tdesc_aarch64): Declare.
-        (aarch64_arch_setup): Set the current process'es tdesc.
-        (target_regsets): Rename to ...
-        (aarch64_regsets): ... this.
-        (aarch64_regsets_info, aarch64_usrregs_info, regs_info): New globals.
-        (aarch64_regs_info): New function.
-        (the_low_target): Adjust.
-        (initialize_low_arch): New function.
+       * linux-aarch64-low.c (tdesc_aarch64): Declare.
+       (aarch64_arch_setup): Set the current process'es tdesc.
+       (target_regsets): Rename to ...
+       (aarch64_regsets): ... this.
+       (aarch64_regsets_info, aarch64_usrregs_info, regs_info): New globals.
+       (aarch64_regs_info): New function.
+       (the_low_target): Adjust.
+       (initialize_low_arch): New function.
        * linux-tile-low.c (tdesc_tilegx, tdesc_tilegx32): Declare
        globals.
        (target_regsets): Rename to ...
 
 2012-07-19  Michael Eager  <eager@eagercon.com>
 
-       * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate 
+       * i386-low.c (Z_packet_to_hw_type): Add Z_PACKET_HW_BP, translate
        to hw_execute.
        * linux-x86-low.c (x86_insert_point, x86_remove_point):
        Call i386_low_insert_watchpoint, i386_low_remove_watchpoint to add/del