]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: make breakpoint_debug_printf global
authorAndrew Burgess <aburgess@redhat.com>
Thu, 28 Dec 2023 22:51:22 +0000 (22:51 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Sat, 7 Sep 2024 20:48:34 +0000 (21:48 +0100)
commit4764e22161c68806444a6484cc5314b56071c647
treee3b9cb09490381e0fe078bee0c75bdc6a9af1c59
parent26d23d8e0242af67db3d2317b75ca783cdadd5b5
gdb: make breakpoint_debug_printf global

This commit makes breakpoint_debug_printf available outside of
breakpoint.c.  In a later commit I'll want to use this macro from
another file.

This is just a refactor, there should be no user visible changes after
this commit.
gdb/breakpoint.c
gdb/breakpoint.h