aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9154179..78ab40b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,17 @@
2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
+ * infrun.c (infrun_debug_printf_1): Remove.
+ (displaced_debug_printf_1): Remove.
+ (stop_all_threads): Use debug_prefixed_printf.
+ * infrun.h (infrun_debug_printf_1): Remove.
+ (infrun_debug_printf): Use debug_prefixed_printf.
+ (displaced_debug_printf_1): Remove.
+ (displaced_debug_printf): Use debug_prefixed_printf.
+ * linux-nat.c (linux_nat_debug_printf_1): Remove.
+ (linux_nat_debug_printf): Use debug_prefixed_printf.
+
+2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
+
* configure: Re-generate.
* sanitize.m4: Replace AC_TRY_LINK with AC_LINK_IFELSE +
AC_LANG_PROGRAM.