diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-01-12 22:58:18 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-01-12 22:58:18 +0000 |
commit | 7110ccc127a5bc1513a2d6e095649df72f7c85dd (patch) | |
tree | b6b5a96a60e6c77174531d01a5656385aafefaf5 /gdb | |
parent | 9897afc639997cec3a614dea1ec8a1a095cedb51 (diff) | |
download | gdb-7110ccc127a5bc1513a2d6e095649df72f7c85dd.zip gdb-7110ccc127a5bc1513a2d6e095649df72f7c85dd.tar.gz gdb-7110ccc127a5bc1513a2d6e095649df72f7c85dd.tar.bz2 |
* 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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ae1e7d9..8a8401a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Tue Jan 12 14:50:10 1999 Stan Shebs <shebs@andros.cygnus.com> + + * 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 <msnyder@cleaver.cygnus.com> * remote.c (remote_wait): Add inferior_pid to thread list only @@ -11,7 +24,7 @@ Mon Jan 11 16:43:44 1999 Michael Snyder <msnyder@cleaver.cygnus.com> Mon Jan 11 13:45:57 1999 Stu Grossman <grossman@babylon-5.cygnus.com> - * 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'. |