[pushed] gdb: add missing space in infrun_debug_printf

Simon Marchi simon.marchi@polymtl.ca
Sun May 9 00:37:58 GMT 2021


gdb/ChangeLog:

	* infrun.h (infrun_debug_printf): Add missing space.

Change-Id: I476096a098451ff2019ab38caa41ebfef0e04a1c
---
 gdb/ChangeLog | 4 ++++
 gdb/infrun.h  | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3061bb9168c8..e7e48f0cc3e2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2021-05-08  Simon Marchi  <simon.marchi@polymtl.ca>
+
+	* infrun.h (infrun_debug_printf): Add missing space.
+
 2021-05-08  Pedro Alves  <pedro@palves.net>
 
 	* linux-nat.c (linux_nat_target::supports_disable_randomization):
diff --git a/gdb/infrun.h b/gdb/infrun.h
index 220ccc79e8b4..7ebb9fc9f4e6 100644
--- a/gdb/infrun.h
+++ b/gdb/infrun.h
@@ -34,7 +34,7 @@ extern bool debug_infrun;
 /* Print an "infrun" debug statement.  */
 
 #define infrun_debug_printf(fmt, ...) \
-  debug_prefixed_printf_cond (debug_infrun, "infrun",fmt, ##__VA_ARGS__)
+  debug_prefixed_printf_cond (debug_infrun, "infrun", fmt, ##__VA_ARGS__)
 
 /* Print "infrun" start/end debug statements.  */
 
-- 
2.30.1



More information about the Gdb-patches mailing list