diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9bdd1f2..1e2bee6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ 2020-09-28 Tom Tromey <tom@tromey.com> + * target.c (target_has_memory): Rename from target_has_memory_1. + * tui/tui-regs.c (tui_data_window::show_registers): Update. + * thread.c (scoped_restore_current_thread::restore) + (scoped_restore_current_thread::scoped_restore_current_thread): + Update. + * frame.c (get_current_frame, has_stack_frames): Update. + * target.h (target_has_memory): Remove macro. + (target_has_memory): Rename from target_has_memory_1. + +2020-09-28 Tom Tromey <tom@tromey.com> + * target.c (target_has_all_memory_1): Remove. * target.h (target_has_all_memory): Remove define. (target_has_all_memory_1): Don't declare. |