gdb: add missing space in infrun_debug_printf
gdb/ChangeLog: * infrun.h (infrun_debug_printf): Add missing space. Change-Id: I476096a098451ff2019ab38caa41ebfef0e04a1c
This commit is contained in:
parent
9ef1d5f4c9
commit
550e9289ab
@ -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):
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user