Remove ALL_BREAKPOINTS_SAFE
authorTom Tromey <tom@tromey.com>
Sun, 16 Apr 2023 15:35:49 +0000 (09:35 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 7 May 2023 18:44:17 +0000 (12:44 -0600)
commit7a8de0c33019efd3ea5755044a29544ba7637759
tree295dcdf483c61dfacf7602565cb3556a989fe70c
parent8e8d48f91c26cb4aabbdc56d96608e5d2310b986
Remove ALL_BREAKPOINTS_SAFE

There's just a single remaining use of the ALL_BREAKPOINTS_SAFE macro;
this patch replaces it with a for-each and an explicit temporary
variable.
gdb/breakpoint.c