diff options
author | Pedro Alves <palves@redhat.com> | 2009-01-26 22:34:55 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-01-26 22:34:55 +0000 |
commit | 77435e4c95513bfccecb90bca8a06a5a62aebdc6 (patch) | |
tree | d5b102cdd08b46ac4595637d011223b5b8d664e4 /gdb/ChangeLog | |
parent | 7488432fc292f9ac6fb3e69ef7c8fa745c0fa886 (diff) | |
download | gdb-77435e4c95513bfccecb90bca8a06a5a62aebdc6.zip gdb-77435e4c95513bfccecb90bca8a06a5a62aebdc6.tar.gz gdb-77435e4c95513bfccecb90bca8a06a5a62aebdc6.tar.bz2 |
* linux-nat.c (linux_child_follow_fork): Copy attach_flag from the
parent to the child.
* inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
* inf-ptrace.c (inf_ptrace_follow_fork): Likewise. Use
remove_breakpoints to remove breakpoints from the parent.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 63ad939..81c50ae 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2009-01-26 Pedro Alves <pedro@codesourcery.com> + * linux-nat.c (linux_child_follow_fork): Copy attach_flag from the + parent to the child. + * inf-ttrace.c (inf_ttrace_follow_fork): Likewise. + * inf-ptrace.c (inf_ptrace_follow_fork): Likewise. Use + remove_breakpoints to remove breakpoints from the parent. + +2009-01-26 Pedro Alves <pedro@codesourcery.com> + PR backtrace/9458, PR backtrace/8864: * frame.c (create_new_frame): Update the frame's cached PC before finding its unwinder. Use frame_id_build to build the new frame's |