OSDN Git Service

2005-01-18 Andrew Cagney <cagney@gnu.org>
authorcagney <cagney>
Tue, 18 Jan 2005 17:04:24 +0000 (17:04 +0000)
committercagney <cagney>
Tue, 18 Jan 2005 17:04:24 +0000 (17:04 +0000)
commit24a37b7c7e3b0f336034323391294cb0f8bd1f14
treeca79c36b0b5eaadc0765f80e6f6f8eea4a1d1c6a
parent66b51be07eab904a77b7f6f0f2b81ee656d2dad6
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