]> Git Repo - binutils.git/blobdiff - gdb/gdbserver/ChangeLog
Use PTRACE_SINGLESTEP_ONE when single-stepping one thread.
[binutils.git] / gdb / gdbserver / ChangeLog
index 89cafa69a250c6079fc4f3c16b5372b267758b45..92b213a3f1f8075a83bac5360a83ec9a7311fda3 100644 (file)
@@ -1,3 +1,266 @@
+2014-12-15  Joel Brobecker  <[email protected]>
+
+       * lynx-low.c (lynx_resume): Use PTRACE_SINGLESTEP_ONE if N == 1.
+       Remove FIXME comment about assumption about N.
+
+2014-12-13  Joel Brobecker  <[email protected]>
+
+       * configure.ac: If large-file support is disabled in GDBserver,
+       pass --disable-largefile to ACX_CONFIGURE_DIR call for "gnulib".
+       * configure: Regenerate.
+
+2014-12-12  Andreas Arnez  <[email protected]>
+
+       * linux-low.c (regsets_fetch_inferior_registers): Suppress the
+       warning upon ENODATA from ptrace.
+       * linux-s390-low.c (s390_store_tdb): New.
+       (s390_regsets): Add regset for NT_S390_TDB.
+
+2014-12-12  Andreas Arnez  <[email protected]>
+
+       * linux-low.c (regsets_store_inferior_registers): Skip regsets
+       without a fill_function.
+       * linux-s390-low.c (s390_fill_last_break): Remove.
+       (s390_regsets): Set fill_function to NULL for NT_S390_LAST_BREAK.
+       (s390_arch_setup): Use regset's size instead of fill_function for
+       loop end condition.
+
+2014-12-12  Andreas Arnez  <[email protected]>
+
+       * linux-low.c (regsets_fetch_inferior_registers): Do not invoke
+       the regset's store function when ptrace returned an error.
+       * regcache.c (get_thread_regcache): Invalidate register cache
+       before fetching inferior's registers.
+
+2014-12-12  Andreas Arnez  <[email protected]>
+
+       * linux-low.c (regsets_fetch_inferior_registers): Rephrase
+       while-loop as for-loop.
+       (regsets_store_inferior_registers): Likewise.
+
+2014-11-28  Yao Qi  <[email protected]>
+
+       * configure.ac(AC_CHECK_FUNCS): Remove readlink.
+       * config.in, configure: Re-generate.
+       * hostio.c (handle_unlink): Remove code checking HAVE_READLINK
+       is defined.
+
+2014-11-21  Yao Qi  <[email protected]>
+
+       * configure.ac: Don't invoke AC_FUNC_ALLOCA.
+       (AC_CHECK_HEADERS): Remove malloc.h.
+       * configure: Re-generated.
+       * config.in: Re-generated.
+       * server.h: Don't include alloca.h and malloc.h.
+       * gdbreplay.c: Don't check HAVE_ALLOCA_H is defined.
+       Don't include malloc.h.
+
+2014-11-17  Joel Brobecker  <[email protected]>
+
+       * lynx-low.c (lynx_write_memory): Put lynx_read_memory and
+       corresponding ERRNO check in same block.
+
+2014-11-12  Pedro Alves  <[email protected]>
+
+       * server.c (cont_thread): Update comment.
+       (start_inferior, attach_inferior): No longer clear cont_thread.
+       (handle_v_cont): No longer set cont_thread.
+       (captured_main): Clear cont_thread each time a GDB connects.
+
+2014-11-12  Pedro Alves  <[email protected]>
+
+       * linux-low.c (linux_wait_1): Don't force a wait for the Hc
+       thread, and don't resume all threads if the Hc thread has exited.
+
+2014-11-12  Pedro Alves  <[email protected]>
+
+       * linux-low.c (linux_request_interrupt): Always send a SIGINT to
+       the process group instead of to a specific LWP.
+
+2014-10-15  Pedro Alves  <[email protected]>
+
+       PR server/17487
+       * win32-arm-low.c (arm_set_thread_context): Remove current_event
+       parameter.
+       (arm_set_thread_context): Delete.
+       (the_low_target): Adjust.
+       * win32-i386-low.c (debug_registers_changed)
+       (debug_registers_used): Delete.
+       (update_debug_registers_callback): New function.
+       (x86_dr_low_set_addr, x86_dr_low_set_control): Mark all threads as
+       needing to update their debug registers.
+       (win32_get_current_dr): New function.
+       (x86_dr_low_get_addr, x86_dr_low_get_control)
+       (x86_dr_low_get_status): Fetch the debug register from the thread
+       record's context.
+       (i386_initial_stuff): Adjust.
+       (i386_get_thread_context): Remove current_event parameter.  Don't
+       clear debug_registers_changed nor copy DR values to
+       debug_reg_state.
+       (i386_set_thread_context): Delete.
+       (i386_prepare_to_resume): New function.
+       (i386_thread_added): Mark the thread as needing to update irs
+       debug registers.
+       (the_low_target): Remove i386_set_thread_context and install
+       i386_prepare_to_resume.
+       * win32-low.c (win32_get_thread_context): Adjust.
+       (win32_set_thread_context): Use SetThreadContext
+       directly.
+       (win32_prepare_to_resume): New function.
+       (win32_require_context): New function, factored out from ...
+       (thread_rec): ... this.
+       (continue_one_thread): Call win32_prepare_to_resume on each thread
+       we're about to continue.
+       (win32_resume): Call win32_prepare_to_resume on the event thread.
+       * win32-low.h (struct win32_thread_info)
+       <debug_registers_changed>: New field.
+       (struct win32_target_ops): Change prototype of set_thread_context,
+       delete set_thread_context and add prepare_to_resume.
+       (win32_require_context): New declaration.
+
+2014-10-08  Gary Benson  <[email protected]>
+
+       * server.h: Do not include common-exceptions.h.
+
+2014-10-08  Gary Benson  <[email protected]>
+
+       * server.h: Do not include cleanups.h.
+
+2014-09-30  James Hogan  <[email protected]>
+
+       * Makefile.in (clean): Add rm -f commands for mips-dsp-linux.c and
+       mips64-dsp-linux.c.
+
+2014-09-23  Yao Qi  <[email protected]>
+
+       * linux-low.c (lp_status_maybe_breakpoint): New function.
+       (linux_low_filter_event): Call lp_status_maybe_breakpoint.
+       (count_events_callback): Likewise.
+       (select_event_lwp_callback): Likewise.
+       (cancel_breakpoints_callback): Likewise.
+
+2014-09-19  Don Breazeal  <[email protected]>
+
+       * linux-low.c (handle_extended_wait): Call
+       linux_ptrace_get_extended_event.
+       (get_stop_pc, get_detach_signal, linux_low_filter_event): Call
+       linux_is_extended_waitstatus.
+
+2014-09-16  Joel Brobecker  <[email protected]>
+
+       * Makefile.in (CPPFLAGS): Define.
+       (INTERNAL_CFLAGS_BASE): Add ${CPPFLAGS}.
+       (IPAGENT_CFLAGS): Remove ${CPPFLAGS}.
+
+2014-09-16  Gary Benson  <[email protected]>
+
+       * inferiors.h (current_inferior): Renamed as...
+       (current_thread): New variable.  All uses updated.
+       * linux-low.c (get_pc): Renamed saved_inferior as saved_thread.
+       (maybe_move_out_of_jump_pad): Likewise.
+       (cancel_breakpoint): Likewise.
+       (linux_low_filter_event): Likewise.
+       (wait_for_sigstop): Likewise.
+       (linux_resume_one_lwp): Likewise.
+       (need_step_over_p): Likewise.
+       (start_step_over): Likewise.
+       (linux_stabilize_threads): Renamed save_inferior as saved_thread.
+       * linux-x86-low.c (x86_linux_update_xmltarget): Likewise.
+       * proc-service.c (ps_lgetregs): Renamed reg_inferior as reg_thread
+       and save_inferior as saved_thread.
+       * regcache.c (get_thread_regcache): Renamed saved_inferior as
+       saved_thread.
+       (regcache_invalidate_thread): Likewise.
+       * remote-utils.c (prepare_resume_reply): Likewise.
+       * thread-db.c (thread_db_get_tls_address): Likewise.
+       (disable_thread_event_reporting): Likewise.
+       (remove_thread_event_breakpoints): Likewise.
+       * tracepoint.c (gdb_agent_about_to_close): Renamed save_inferior
+       as saved_thread.
+       * target.h (set_desired_inferior): Renamed as...
+       (set_desired_thread): New declaration.  All uses updated.
+       * server.c (myresume): Updated comment to reference thread instead
+       of inferior.
+       (handle_serial_event): Likewise.
+       (handle_target_event): Likewise.
+
+2014-09-12  Tom Tromey  <[email protected]>
+           Gary Benson  <[email protected]>
+
+       * regcache.h: Include common-regcache.h.
+       (regcache_read_pc): Don't declare.
+       * regcache.c (get_thread_regcache_for_ptid): New function.
+
+2014-09-11  Tom Tromey  <[email protected]>
+           Gary Benson  <[email protected]>
+
+       * symbol.c: New file.
+       * Makefile.in (SFILES): Add symbol.c.
+       (OBS): Add symbol.o.
+
+2014-09-11  Gary Benson  <[email protected]>
+
+       * target.c (target_stop_ptid, target_continue_ptid): New
+       functions.
+
+2014-09-11  Tom Tromey  <[email protected]>
+           Gary Benson  <[email protected]>
+
+       * target.h: Include target/target.h.
+       * target.c (target_read_memory, target_read_uint32)
+       (target_write_memory): New functions.
+
+2014-09-11  Gary Benson  <[email protected]>
+
+       * server.h (debug_hw_points): Don't declare.
+       * server.c (debug_hw_points): Don't define.  Replace all uses
+       with show_debug_regs.
+       * linux-aarch64-low.c (debug_hw_points): Don't define.  Replace
+       all uses with show_debug_regs.
+
+2014-09-08  Edjunior Barbosa Machado  <[email protected]>
+
+       * linux-ppc-low.c (ppc_collect_ptrace_register): Adjust routine to take
+       endianness into account.
+       (ppc_supply_ptrace_register): Likewise.
+
+2014-09-03  James Hogan  <[email protected]>
+
+       * linux-mips-low.c (mips_read_description): Reset errno to 0 prior
+       to reading DSP_CONTROL with PTRACE_PEEKUSER ptrace call.
+
+2014-09-03  Gary Benson  <[email protected]>
+
+       * linux-x86-low.c (x86_linux_prepare_to_resume): Use
+       ALL_DEBUG_ADDRESS_REGISTERS.
+
+2014-09-02  Gary Benson  <[email protected]>
+
+       * i386-low.h: Renamed as...
+       * x86-low.h: New file.  All type, function and variable name
+       prefixes changed from "i386_" to "x86_".  All references updated.
+       * i386-low.c: Renamed as...
+       * x86-low.c: New file.  All type, function and variable name
+       prefixes changed from "i386_" to "x86_".  All references updated.
+
+2014-09-02  Gary Benson  <[email protected]>
+
+       * linux-x86-low.c (x86_linux_new_process): Use XCNEW.
+       (x86_linux_new_thread): Likewise.
+
+2014-08-29  Gary Benson  <[email protected]>
+
+       * server.h (setjmp.h): Do not include.
+       (toplevel): Do not declare.
+       (common-exceptions.h): Include.
+       (cleanups.h): Likewise.
+       * server.c (toplevel): Do not define.
+       (exit_code): New static global.
+       (detach_or_kill_for_exit_cleanup): New function.
+       (main): New function.  Original main renamed to...
+       (captured_main): New function.
+       * utils.c (verror) [!IN_PROCESS_AGENT]: Use throw_verror.
+
 2014-08-29  Gary Benson  <[email protected]>
 
        * Makefile.in (SFILES): Add common/common-exceptions.c.
This page took 0.042757 seconds and 4 git commands to generate.