aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python-config.py
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2022-10-04 13:51:46 +0100
committerAndrew Burgess <aburgess@redhat.com>2022-10-06 10:01:15 +0100
commitd8a77e4c8043c645c3c7a07a042c112053715e95 (patch)
tree24827b2bd61b90c27bc774ea36ad35951e7156bc /gdb/python/python-config.py
parent07443de62b709f91ab9ffe745e53203b7dc02031 (diff)
downloadbinutils-d8a77e4c8043c645c3c7a07a042c112053715e95.zip
binutils-d8a77e4c8043c645c3c7a07a042c112053715e95.tar.gz
binutils-d8a77e4c8043c645c3c7a07a042c112053715e95.tar.bz2
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.
Diffstat (limited to 'gdb/python/python-config.py')
0 files changed, 0 insertions, 0 deletions