2005-01-18 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Tue, 18 Jan 2005 17:04:28 +0000 (17:04 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 18 Jan 2005 17:04:28 +0000 (17:04 +0000)
commitfa113d1a304c4653f02494b7b7c56ebfc3891bf5
treeba931c581554b9b4a104224e28296d6cb90bc7cb
parent9ee907e0a04fd062374ea23e64664040aed425c9
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.
gdb/ChangeLog
gdb/breakpoint.c
gdb/inf-child.c
gdb/inftarg.c
gdb/linux-nat.c
gdb/target.c
gdb/target.h
This page took 0.026322 seconds and 4 git commands to generate.