From 7110ccc127a5bc1513a2d6e095649df72f7c85dd Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 12 Jan 1999 22:58:18 +0000 Subject: [PATCH] * inftarg.c (child_ops): Don't initialize statically. (init_child_ops): New function, fills in child_ops. (_initialize_inftarg): Use it. (child_post_attach): Declare extern. (child_wait): Fix ambiguous parens. (child_attach_to_process): Remove unused local wstatus. (child_insert_fork_catchpoint, child_remove_fork_catchpoint, child_insert_vfork_catchpoint, child_remove_vfork_catchpoint, child_has_forked, child_insert_exec_catchpoint, child_remove_exec_catchpoint): Return a value. --- gdb/ChangeLog | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ae1e7d9fe1..8a8401a687 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Tue Jan 12 14:50:10 1999 Stan Shebs + + * inftarg.c (child_ops): Don't initialize statically. + (init_child_ops): New function, fills in child_ops. + (_initialize_inftarg): Use it. + (child_post_attach): Declare extern. + (child_wait): Fix ambiguous parens. + (child_attach_to_process): Remove unused local wstatus. + (child_insert_fork_catchpoint, child_remove_fork_catchpoint, + child_insert_vfork_catchpoint, child_remove_vfork_catchpoint, + child_has_forked, child_insert_exec_catchpoint, + child_remove_exec_catchpoint): Return a value. + Mon Jan 11 16:43:44 1999 Michael Snyder * remote.c (remote_wait): Add inferior_pid to thread list only @@ -11,7 +24,7 @@ Mon Jan 11 16:43:44 1999 Michael Snyder Mon Jan 11 13:45:57 1999 Stu Grossman - * dwarf2read.c (dump_die): Change stderr gdb_stderr. + * dwarf2read.c (dump_die): Change stderr to gdb_stderr. * expprint.c (print_subexp): fprintf => fprintf_unfiltered. * jv-typeprint.c (java_type_print_base): fputs => fputs_filtered. * stack.c (struct function_bounds): Remove superfluous `typedef'.