* reloc.c (BFD_RELOC_HI16_PCREL): Define.
[deliverable/binutils-gdb.git] / gdb / gdbserver / ChangeLog
index 8baf82e9f6ecf4e6f39ae022ed01a73c3538e59c..6c8fd3ae73d3da18401373df65349be5dc32f6fc 100644 (file)
@@ -1,3 +1,139 @@
+2005-05-10  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * linux-s390-low.c (s390_breakpoint, s390_breakpoint_len): Define.
+       (s390_get_pc, s390_set_pc, s390_breakpoint_at): New functions.
+       (the_low_target): Add new members.
+
+2005-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * proc-service.c (ps_lgetregs): Search all_processes instead of
+       all_threads.
+
+2005-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * server.c (start_inferior): Change return type to int.
+       (attach_inferior): Change sigptr to int *.
+       (handle_v_cont, handle_v_requests): Change signal to int *.
+       (main): Change signal to int.
+
+2005-04-15  Kei Sakamoto  <sakamoto.kei@renesas.com>
+
+       * Makefile.in: Add linux-m32r-low.o, reg-m32r.c and reg-m32r.o.
+       * configure.srv: Add m32r*-*-linux*.
+       * linux-m32r-low.c: New file.
+
+2005-03-04  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.in (stamp-h): Set CONFIG_HEADERS explicitly.
+
+2005-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * inferiors.c (change_inferior_id, add_thread, find_inferior_id):
+       Take unsigned long arguments for PIDs.
+       * linux-low.c (add_process, linux_attach_lwp, linux_attach)
+       (linux_thread_alive, linux_wait_for_event, kill_lwp, send_sigstop)
+       (wait_for_sigstop, linux_resume_one_process)
+       (regsets_fetch_inferior_registers, linux_send_signal)
+       (linux_read_auxv): Likewise.  Update the types of variables holding
+       PIDs.  Update format string specifiers.
+       * linux-low.h (struct process_info, linux_attach_lwp): Likewise.
+       * remote-utils.c (prepare_resume_reply): Likewise.
+       * server.c (cont_thread, general_thread, step_thread)
+       (thread_from_wait, old_thread_from_wait, signal_pid): Change type to
+       unsigned long.
+       (handle_query): Update format specifiers.
+       (handle_v_cont, main): Use strtoul for thread IDs.
+       * server.h (struct inferior_list_entry): Use unsigned long for ID.
+       (add_thread, find_inferior_id, change_inferior_id, cont_thread)
+       (general_thread, step_thread, thread_from_wait)
+       (old_thread_from_wait): Update.
+       * target.h (struct thread_resume): Use unsigned long for THREAD.
+       (struct target_ops): Use unsigned long for arguments to attach and
+       thread_alive.
+
+2005-02-24  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * acinclude.m4: Include bfd/bfd.m4 directly.
+       * configure.ac: Use AC_ARG_PROGRAM.  Suggested by Aron Griffis
+       <agriffis@toolchain.org>.
+       * aclocal.m4, configure: Regenerated.
+
+2005-01-07  Andrew Cagney  <cagney@gnu.org>
+
+       * configure.ac: Rename configure.in, require autoconf 2.59.
+       * configure: Re-generate.
+
+2004-12-08  Daniel Jacobowitz  <dan@debian.org>
+
+       * acinclude.m4 (SRV_CHECK_THREAD_DB): Add ps_get_thread_area.  Reset
+       LIBS when finished.
+       * aclocal.m4: Regenerated.
+       * configure: Regenerated.
+
+2004-11-21  Andreas Schwab  <schwab@suse.de>
+
+       * linux-m68k-low.c (m68k_num_gregs): Define.
+       (m68k_fill_gregset, m68k_store_gregset, m68k_fill_fpregset)
+       (m68k_store_fpregset, target_regsets) [HAVE_LINUX_REGSETS]: New.
+       (m68k_breakpoint, m68k_breakpoint_len, m68k_get_pc, m68k_set_pc)
+       (m68k_breakpoint_at): New.  Add to the_low_target.
+
+       * configure.srv (m68*-*-linux*): Set srv_linux_regsets and
+       srv_linux_thread_db to yes.
+
+2004-10-20  Joel Brobecker  <brobecker@gnat.com>
+
+       * linux-x86-64-low.c (ARCH_SET_GS): Add definition if missing.
+       (ARCH_SET_FS): Likewise.
+       (ARCH_GET_FS): Likewise.
+       (ARCH_GET_GS): Likewise.
+
+2004-10-16  Daniel Jacobowitz  <dan@debian.org>
+
+       * linux-i386-low.c (ps_get_thread_area): New.
+       * linux-x86-64-low.c (ps_get_thread_area): New.
+       * linux-low.c: Include <sys/syscall.h>.
+       (linux_kill_one_process): Don't kill the first thread here.
+       (linux_kill): Kill the first thread here.
+       (kill_lwp): New function.
+       (send_sigstop, linux_send_signal): Use it.
+       * proc-service.c: Clean up #ifdefs.
+       (fpregset_info): Delete.
+       (ps_lgetregs): Update and enable implementation.
+       (ps_lsetregs, ps_lgetfpregs, ps_lsetfpregs): Remove disabled
+       implementations.
+       * remote-utils.c (struct sym_cache, symbol_cache): New.
+       (input_interrupt): Print a clearer message.
+       (async_io_enabled): New variable.
+       (enable_async_io, disable_async_io): Use it.  Update comments.
+       (look_up_one_symbol): Use the symbol cache.
+       * thread-db.c (thread_db_look_up_symbols): New function.
+       (thread_db_init): Update comments.  Call thread_db_look_up_symbols.
+
+2004-10-16  Daniel Jacobowitz  <dan@debian.org>
+
+       * configure.in: Test for -rdynamic.
+       * configure: Regenerated.
+       * Makefile (INTERNAL_LDFLAGS): New.
+       (gdbserver, gdbreplay): Use it.
+
+2004-09-02  Andrew Cagney  <cagney@gnu.org>
+
+       * Makefile.in (TAGS): Replace TM_FILE with DEPRECATED_TM_FILE.
+
+2004-03-23  Daniel Jacobowitz  <drow@mvista.com>
+
+       * linux-low.c (linux_wait): Clear all_processes list also.
+
+2004-03-12  Daniel Jacobowitz  <drow@mvista.com>
+
+       * linux-low.c: Include <errno.h>.  Remove extern declaration of
+       errno.
+
+2004-03-12  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdbreplay.c, server.h, utils.c: Update copyright years.
+
 2004-03-04  Nathan J. Williams  <nathanw@wasabisystems.com>
 
        * server.c (main): Print child status or termination signal from
This page took 0.025918 seconds and 4 git commands to generate.