diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2020-09-25 14:54:16 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2020-09-25 14:54:16 -0400 |
commit | 956bdb595bdcbf65598d7154560ea214849df899 (patch) | |
tree | 27c1573e1124463def646a01ce6a542d61255a13 /gdb/ChangeLog | |
parent | 3b93626be9951b0f49f3e1609ddab53f86f712e1 (diff) | |
download | gdb-956bdb595bdcbf65598d7154560ea214849df899.zip gdb-956bdb595bdcbf65598d7154560ea214849df899.tar.gz gdb-956bdb595bdcbf65598d7154560ea214849df899.tar.bz2 |
gdb: fix formatting of _debug_printf macros
The do/while in these macros are not formatted with proper GNU style,
fix that.
gdb/ChangeLog:
* infrun.h (infrun_debug_printf): Fix formatting.
* linux-nat.c (linux_nat_debug_printf): Fix formatting.
Change-Id: I3a723663c76d9091f785941923c2b6cf67459629
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 57e46c4..86a841d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2020-09-25 Simon Marchi <simon.marchi@efficios.com> + + * infrun.h (infrun_debug_printf): Fix formatting. + * linux-nat.c (linux_nat_debug_printf): Fix formatting. + 2020-09-25 Saagar Jha <saagar@saagarjha.com> * compile/compile-object-load.h (struct munmap_list): Add |