Make x86-lynx GDBserver pass XML register map to GDB.
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 75bb70b48d70b62a88933b3044496d0e64c4d5bd..49aa2864e8362414eee84a5ddf4f2fa653cf2ca1 100644 (file)
@@ -1,3 +1,79 @@
+2013-01-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * configure.srv (i[34567]86-*-lynxos*): Set srv_xmlfiles.
+
+2013-01-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * configure.srv (powerpc-*-lynxos*): Set srv_xmlfiles.
+
+2013-01-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * lynx-low.c (lynx_resume): Use the resume_info parameter
+       to determine the ptid for the lynx_ptrace call, unless
+       it is equal to minus_one_ptid, in which case we use the
+       ptid of the current_inferior.
+       (lynx_wait_1): After having received a thread create/exit
+       event, resume the inferior's execution using the signaling
+       thread's ptid, rather than the old ptid.
+
+2013-01-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * lynx-low.c (lynx_resume): Delete variable ret.
+
+2013-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdbreplay.c (gdbreplay_version): Update copyright year.
+       * server.c (gdbserver_version): Likewise.
+
+2012-12-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * lynx-low.c (lynx_wait_1): Add debug trace before adding
+       new thread.
+
+2012-12-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * lynx-low.c (ptrace_request_to_str): Add handling for
+       PTRACE_GETTRACESIG.
+
+2012-12-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * lynx-low.c (lynx_attach): Delete variable new_process.
+
+2012-12-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * lynx-low.c (lynx_create_inferior): Delete variable
+       new_process.
+
+2012-12-17  Joel Brobecker  <brobecker@adacore.com>
+
+       * lynx-low.c (ptrace_request_to_str): Do not handle
+       PTRACE_GETTHREADLIST if this macro does not exist.
+
+2012-12-15  Yao Qi  <yao@codesourcery.com>
+
+       * Makefile.in (OBS): Add notif.o.
+       * notif.c, notif.h: New.
+       * server.c: Include "notif.h".
+       (struct vstop_notif) <next>: Remove.
+       <base>: New field.
+       (queue_stop_reply): Update.
+       (push_event, send_next_stop_reply): Remove.
+       (discard_queued_stop_replies): Update.
+       (notif_stop): New variable.
+       (handle_v_stopped): Remove.
+       (handle_v_requests): Don't call handle_v_stopped.  Call
+       handle_ack_notif instead.
+       (queue_stop_reply_callback): Call notif_event_enque instead
+       of queue_stop_reply.
+       (handle_status): Don't call send_next_stop_reply, call
+       notif_write_event instead.
+       (kill_inferior_callback): Likewise.
+       (detach_or_kill_inferior_callback): Likewise.
+       (main): Call initialize_notif.
+       (process_serial_event): Call QUEUE_is_empty.
+       (handle_target_event): Call notif_push instead of push event.
+       * server.h (push_event): Remove declaration.
+
 2012-12-10  Tom Tromey  <tromey@redhat.com>
 
        * Makefile.in (DEPMODE, DEPDIR, depcomp, COMPILE.pre)
        PR gdb/14917:
        * server.h (current_insn_ptr, emit_error): Declare 'extern'.
 
-2012-11-28  Markus Metzger <markus.t.metzger@intel.com>
+2012-11-28  Markus Metzger  <markus.t.metzger@intel.com>
 
        * configure.ac: Check for linux/perf_event.h.
        * config.in: Regenerated.
        instead of <sys/wait.h> header.
        * spu-low.c: Use "gdb_wait.h" header instead of <sys/wait.h> header.
 
-2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
+2012-11-13 Markus Metzger  <markus.t.metzger@intel.com>
 
        * Makefile.in: (INTERNAL_CFLAGS): Add -DGDBSERVER
        (various make rules): Remove -DGDBSERVER
This page took 0.030719 seconds and 4 git commands to generate.