diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index de66783..f0ae77e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2021-05-13 Simon Marchi <simon.marchi@efficios.com> + + * infrun.c (follow_exec): Call target_follow_fork when + follow-exec-mode is same. + * target.h (target_follow_fork): Improve doc. + 2021-05-13 Simon Marchi <simon.marchi@polymtl.ca> * cli/cli-decode.h (struct cmd_list_element) <pre_show_hook>: |