diff options
author | John Baldwin <jhb@FreeBSD.org> | 2016-06-24 21:06:36 -0700 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2016-07-01 08:33:19 -0700 |
commit | 8607ea632c806235554aa2336cf01bf3758c1264 (patch) | |
tree | 16cfa0b86299e3685cadef73a26e779519f16597 /gdb/ChangeLog | |
parent | bb2a62e694953c099c41d49f59947d3d91cc7c27 (diff) | |
download | gdb-8607ea632c806235554aa2336cf01bf3758c1264.zip gdb-8607ea632c806235554aa2336cf01bf3758c1264.tar.gz gdb-8607ea632c806235554aa2336cf01bf3758c1264.tar.bz2 |
Move fbsd_resume and related functions below fork following helper code.
gdb/ChangeLog:
* fbsd-nat.c (super_resume): Move earlier next to "super_wait".
(resume_one_thread_cb): Move below fork following helper code.
(resume_all_threads_cb): Likewise.
(fbsd_resume): Likewise.
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 b6bf7fa..1a51fb2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2016-07-01 John Baldwin <jhb@FreeBSD.org> + * fbsd-nat.c (super_resume): Move earlier next to "super_wait". + (resume_one_thread_cb): Move below fork following helper code. + (resume_all_threads_cb): Likewise. + (fbsd_resume): Likewise. + +2016-07-01 John Baldwin <jhb@FreeBSD.org> + * fbsd-nat.c (fbsd_follow_fork): Only detach child if "detach_fork" is true. |