diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2021-05-27 14:58:38 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2021-05-27 14:58:38 -0400 |
commit | 055c879fcf242e43a6ef8190f83905109922da93 (patch) | |
tree | 540862da9c8482b7adfe5151f0d32f42d2445cdd /test-driver | |
parent | 240edef62f0cb5c6cb3dc6da9e35bd8f8af69e01 (diff) | |
download | gdb-055c879fcf242e43a6ef8190f83905109922da93.zip gdb-055c879fcf242e43a6ef8190f83905109922da93.tar.gz gdb-055c879fcf242e43a6ef8190f83905109922da93.tar.bz2 |
gdb: remove iterate_over_bp_locations function
Remove it, change users (well, a single one) to use all_bp_locations.
This requires moving all_bp_locations to breakpoint.h to expose it.
gdb/ChangeLog:
* breakpoint.h (iterate_over_bp_locations): Remove. Update
users to use all_bp_locations.
(all_bp_locations): New.
* breakpoint.c (all_bp_locations): Make non-static.
(iterate_over_bp_locations): Remove.
Change-Id: Iaf1f716d6c2c5b2975579b3dc113a86f5d0975be
Diffstat (limited to 'test-driver')
0 files changed, 0 insertions, 0 deletions