]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Remove ALL_UIS
authorTom Tromey <tom@tromey.com>
Sat, 16 May 2020 15:58:45 +0000 (09:58 -0600)
committerTom Tromey <tom@tromey.com>
Sat, 16 May 2020 15:58:46 +0000 (09:58 -0600)
commit2dab0c7ba0d69bcc16cfe58da279ce915ef24348
tree209bdb0dfa70f64c94d42dcb03d65d25e21a11c7
parent59f7bd8d2b855162db6784c9724ead9e2377f32c
Remove ALL_UIS

Continuing my goal of removing the "ALL_*" iterator macros, this
removes ALL_UIS, replacing it with an iterator adaptor.

gdb/ChangeLog
2020-05-16  Tom Tromey  <tom@tromey.com>

* top.c (quit_force): Update.
* infrun.c (handle_no_resumed): Update.
* top.h (all_uis): New function.
(ALL_UIS): Remove.
gdb/ChangeLog
gdb/infrun.c
gdb/top.c
gdb/top.h