diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-18 14:38:04 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-02-19 07:48:11 -0700 |
commit | 098dba18ee55150df53f3a6846de4dd9c7564088 (patch) | |
tree | d611f281682d1585b4ba273f947d85c6537234e7 /gdb/ChangeLog | |
parent | 423a48075e748691f7fa83dbae404da3e4edc914 (diff) | |
download | gdb-098dba18ee55150df53f3a6846de4dd9c7564088.zip gdb-098dba18ee55150df53f3a6846de4dd9c7564088.tar.gz gdb-098dba18ee55150df53f3a6846de4dd9c7564088.tar.bz2 |
convert to_follow_fork
2014-02-19 Tom Tromey <tromey@redhat.com>
* target-delegates.c: Rebuild.
* target.c (default_follow_fork): New function.
(target_follow_fork): Unconditionally delegate.
* target.h (struct target_ops) <to_follow_fork>: Use
TARGET_DEFAULT_FUNC.
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 2dceb4c..2e28138 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,14 @@ 2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. + * target.c (default_follow_fork): New function. + (target_follow_fork): Unconditionally delegate. + * target.h (struct target_ops) <to_follow_fork>: Use + TARGET_DEFAULT_FUNC. + +2014-02-19 Tom Tromey <tromey@redhat.com> + + * target-delegates.c: Rebuild. * target.c (target_kill): Unconditionally delegate. * target.h (struct target_ops) <to_kill>: Use TARGET_DEFAULT_NORETURN. |