diff options
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 739e773..f80c8f4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2021-05-27 Simon Marchi <simon.marchi@polymtl.ca> + + * breakpoint.c (ALL_BREAKPOINTS): Remove, replace all uses with + all_breakpoints. + (breakpoint_iterator): New. + (breakpoint_range): New. + (all_breakpoints): New. + 2021-05-27 Hannes Domani <ssbssa@yahoo.de> * python/py-tui.c (tui_py_window::output): Add full_window |