diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8085d06..deec137 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2001-04-08 Kevin Buettner <kevinb@redhat.com> + * fork-child.c (fork_inferior, clone_and_follow_inferior): + Document fact that apparent call to vfork() might actually be + a call to fork() instead. + * ser-pipe.c (pipe_open): Likewise. + +2001-04-08 Kevin Buettner <kevinb@redhat.com> + * printcmd.c (print_frame_args): Use a cleanup to invoke ui_out_list_end() so that the list count nesting flag will be decremented properly when an error occurs. |