diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-04-08 18:26:03 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-04-08 18:26:03 +0000 |
commit | 7700434b5c52c609453111e16e49a2708d699041 (patch) | |
tree | c635673fdda578fb20e674128e03d44cf21d4332 /gdb/ChangeLog | |
parent | d493eb331e42b99fd3a9cea536f4dda6d5e8e961 (diff) | |
download | gdb-7700434b5c52c609453111e16e49a2708d699041.zip gdb-7700434b5c52c609453111e16e49a2708d699041.tar.gz gdb-7700434b5c52c609453111e16e49a2708d699041.tar.bz2 |
Add comments noting that vfork might be defined to be fork.
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. |