diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2021-01-13 14:32:39 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2021-01-13 14:32:39 -0500 |
commit | d8d1feb424fe57e54485212698f53fb90edbdf35 (patch) | |
tree | 8dcd8e0c4ce53efdf35f503ddd4a7ad7a958bbf0 /gdb/ChangeLog | |
parent | fb0f5031bbbe2bed505fe413e178e05807e8db19 (diff) | |
download | gdb-d8d1feb424fe57e54485212698f53fb90edbdf35.zip gdb-d8d1feb424fe57e54485212698f53fb90edbdf35.tar.gz gdb-d8d1feb424fe57e54485212698f53fb90edbdf35.tar.bz2 |
gdb: convert arc to new-style debug macros
Add the standard arc_debug_printf, but also arc_linux_debug_printf,
arc_linux_nat_debug_printf and arc_newlib_debug_printf to match the
prefixes currently used in the debug messages.
gdb/ChangeLog:
* arc-tdep.h (arc_debug_printf): New.
* arc-tdep.c: Use arc_debug_printf.
* arc-linux-nat.c (arc_linux_nat_debug_printf): Add and use.
* arc-linux-tdep.c (arc_linux_debug_printf): Add and use.
* arc-newlib-tdep.c (arc_newlib_debug_printf): Add and use.
Change-Id: I5d937566ed7a1925f7982e8809802c8f0560d8c6
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8b40c5a..23f6356 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2021-01-13 Simon Marchi <simon.marchi@polymtl.ca> + * arc-tdep.h (arc_debug_printf): New. + * arc-tdep.c: Use arc_debug_printf. + * arc-linux-nat.c (arc_linux_nat_debug_printf): Add and use. + * arc-linux-tdep.c (arc_linux_debug_printf): Add and use. + * arc-newlib-tdep.c (arc_newlib_debug_printf): Add and use. + +2021-01-13 Simon Marchi <simon.marchi@polymtl.ca> + * arc-tdep.h (arc_debug): Change type to bool. * arc-tdep.c (arc_debug): Change type to bool. (arc_analyze_prologue): Adjust. |