2005-01-19 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 41223e961b77b7483ecb1cc9d74943507b68276e..1c63d23ec98fa00dccb1293c2beec5bb37cbd381 100644 (file)
@@ -1,3 +1,72 @@
+2005-01-19  Andrew Cagney  <cagney@gnu.org>
+
+       * exceptions.h (deprecated_throw_reason): Rename throw_reason.
+       * exceptions.c (deprecated_throw_reason): Rename throw_reason.
+       * utils.c (internal_verror, quit): Update.
+       * remote-sds.c (interrupt_query): Update.
+       * remote-mips.c (mips_error, mips_kill): Update.
+       * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
+       * remote.c (interrupt_query): Update.
+       * ocd.c (interrupt_query): Update.
+       * nto-procfs.c (interrupt_query): Update.
+       * monitor.c (monitor_interrupt_query): Update.
+       * breakpoint.c (break_command_1): Update.
+
+       * infrun.c: (resume, proceed, wait_for_inferior)
+       (handle_inferior_event, stop_stepping)
+       (prepare_to_wait): Write debug output to gdb_stdlog.
+
+2005-01-19  Mark Kettenis  <kettenis@gnu.org>
+
+       * inf-ptrace.c (inf_ptrace_prepare_to_store)
+       (inf_ptrace_post_startup_inferior)
+       (inf_ptrace_acknowledge_created_inferior)
+       (inf_ptrace_insert_fork_catchpoint)
+       (inf_ptrace_remove_fork_catchpoint)
+       (inf_ptrace_insert_vfork_catchpoint):
+       (inf_ptrace_remove_vfork_catchpoint, inf_ptrace_follow_fork)
+       (inf_ptrace_insert_exec_catchpoint)
+       (inf_ptrace_remove_exec_catchpoint): Remove functions.
+       (inf_ptrace_reported_exec_events_per_exec_call): Tweak comment.
+       (inf_ptrace_target): Don't set to_prepare_to_store,
+       to_post_startup_inferior, to_acknowledge_created_inferior,
+       to_insert_fork_ctachpoint, to_remove_fork_catchpoint,
+       to_insert_vfork_catchpoint, to_remove_vfork_catchpoint,
+       to_follow_fork, to_insert_exec_catchpoint,
+       to_remove_exec_catchpoint.
+
+2005-01-18  Andrew Cagney  <cagney@gnu.org>
+
+       * target.h (struct target_ops): Change return type of
+       to_insert_fork_catchpoint, to_insert_vfork_catchpoint and
+       to_insert_exec_catchpoint to void.
+       (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
+       (child_insert_exec_catchpoint): Change return type to void.
+       * target.c (update_current_target): Update.
+       (debug_to_insert_fork_catchpoint) 
+       (debug_to_insert_vfork_catchpoint) 
+       (debug_to_insert_exec_catchpoint): Update.
+       * inf-child.c (inf_child_insert_fork_catchpoint) 
+       (inf_child_insert_vfork_catchpoint) 
+       (inf_child_insert_exec_catchpoint): Update.
+       * breakpoint.c (insert_catchpoint): Update, do not throw an error.
+       * linux-nat.c (child_insert_fork_catchpoint) 
+       (child_insert_vfork_catchpoint)
+       (child_insert_exec_catchpoint): Update.
+       * inftarg.c (child_insert_fork_catchpoint) 
+       (child_insert_vfork_catchpoint,)
+       (child_insert_exec_catchpoint): Update.
+
+       * remote.c (remote_open_1): Use throw_exception.
+
+2005-01-17  Michael Snyder  <msnyder@redhat.com>
+
+       * mips-linux-tdep.c: Whitespace tweaks.
+
+2005-01-17  Corinna Vinschen  <vinschen@redhat.com>
+
+       * infcmd.c (attach_command): Call CLEAR_SOLIB if available.
+
 2005-01-17  Andrew Cagney  <cagney@gnu.org>
 
        * top.h (source_error, source_pre_error): Delete declaration.
This page took 0.023874 seconds and 4 git commands to generate.