commit | b00b30b2981d393743bafe86b5ea37fd2299eccc | [log] [tgz] |
---|---|---|
author | Simon Marchi <simon.marchi@efficios.com> | Wed May 10 11:30:34 2023 -0400 |
committer | Simon Marchi <simon.marchi@efficios.com> | Thu May 25 09:40:58 2023 -0400 |
tree | f986d2f0f1111ac762104272665afa1e4ec1919f | |
parent | 20afe380e8c1c2647e9475340a0f6a53d573331b [diff] |
gdb: remove bp_location_pointer_iterator Remove the bp_location_pointer_iterator layer. Adjust all users of breakpoint::locations to use references instead of pointers. Change-Id: Iceed34f5e0f5790a9cf44736aa658be6d1ba1afa Reviewed-By: Andrew Burgess <aburgess@redhat.com>