* inferiors.c (struct thread_info): Add gdb_id.
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 4c3e0fef6ff35749c27cb2a8762e895dbeceb4e0..1646cc2fcb829ff5920ad557d136ff2bd6dc8903 100644 (file)
@@ -1,3 +1,32 @@
+2005-07-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * inferiors.c (struct thread_info): Add gdb_id.
+       (add_thread): Add gdb_id argument.
+       (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New.
+       * linux-low.c (linux_create_inferior, linux_attach_lwp): Update
+       calls to add_thread.
+       * remote-utils.c (prepare_resume_reply: Use thread_to_gdb_id.
+       * server.c (handle_query): Use thread_to_gdb_id.
+       (handle_v_cont, main): Use gdb_id_to_thread_id.
+       * server.h (add_thread): Update prototype.
+       (thread_id_to_gdb_id, thread_to_gdb_id, gdb_id_to_thread_id): New
+       prototypes.
+
+2005-07-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * linux-low.c (fetch_register, usr_store_inferior_registers): Handle
+       left-padded registers.
+       * linux-low.h (struct linux_target_ops): Add left_pad_xfer.
+       * linux-ppc64-low.c (the_low_target): Set left_pad_xfer.
+
+2005-07-01  Steve Ellcey  <sje@cup.hp.com>
+
+       * configure.ac (BFD_NEED_DECLARATION): Replace with AC_CHECK_DECLS.
+       * configure: Regenerate.
+       * config.in: Regenerate.
+       * server.h (NEED_DECLARATION_STRERROR):
+       Replace with !HAVE_DECL_STRERROR.
+
 2005-06-16  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * linux-low.c (linux_wait, linux_send_signal): Don't test
This page took 0.026892 seconds and 4 git commands to generate.