gdb: more infrun debug from breakpoint.c
authorAndrew Burgess <aburgess@redhat.com>
Tue, 4 Oct 2022 12:51:46 +0000 (13:51 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Thu, 6 Oct 2022 09:01:15 +0000 (10:01 +0100)
commitd8a77e4c8043c645c3c7a07a042c112053715e95
tree24827b2bd61b90c27bc774ea36ad35951e7156bc
parent07443de62b709f91ab9ffe745e53203b7dc02031
gdb: more infrun debug from breakpoint.c

This commit adds additional infrun debug from the breakpoint.c file.
The new debug output all relates to breakpoint condition evaluation.

There is already some infrun debug emitted from the breakpoint.c file,
so hopefully, adding more will not be contentious.  I think the
functions being instrumented make sense as part of the infrun process,
the inferior stops, evaluates the condition, and then either stops or
continues.  This new debug gives more insight into that process.

I had to make the bp_location* argument to find_loc_num_by_location
const, and add a declaration for find_loc_num_by_location.

There should be no user visible changes unless they turn on debug
output.
gdb/breakpoint.c