aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2a6a61d..3cda054 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2021-06-29 Simon Marchi <simon.marchi@polymtl.ca>
+ * frame.h (frame_debug_printf): New.
+ * frame.c: Use frame_debug_printf throughout when printing frame
+ debug messages.
+ * amd64-windows-tdep.c: Likewise.
+ * value.c: Likewise.
+
+2021-06-29 Simon Marchi <simon.marchi@polymtl.ca>
+
* frame.h (frame_debug): Change type to bool.
* frame.c (frame_debug): Change type to bool.
(_initialize_frame): Adjust.