diff options
author | Tom Tromey <tom@tromey.com> | 2019-04-07 16:31:01 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-04-19 14:29:33 -0600 |
commit | 97dfbaddad2b5acf3dd9f2c3e0135b89bde1cbf8 (patch) | |
tree | a41bf581ac78fbae6542524a3a7e3b2543081d64 /gdb/event-loop.c | |
parent | b494cdff6922944383ef4dc20fcc90c4d823d315 (diff) | |
download | binutils-97dfbaddad2b5acf3dd9f2c3e0135b89bde1cbf8.zip binutils-97dfbaddad2b5acf3dd9f2c3e0135b89bde1cbf8.tar.gz binutils-97dfbaddad2b5acf3dd9f2c3e0135b89bde1cbf8.tar.bz2 |
Use std::list for remote_notif_state::notif_queue
This changes remote_notif_state::notif_queue to be a std::list and
updates all the uses.
gdb/ChangeLog
2019-04-19 Tom Tromey <tom@tromey.com>
* remote.c (remote_target): Use delete.
* remote-notif.h: Include <list>, not "common/queue.h".
(notif_client_p): Remove typedef.
(remote_notif_state): Add constructor, destructor, initializer.
<notif_queue>: Now a std::list.
(remote_notif_state_xfree): Don't declare.
* remote-notif.c (remote_notif_process, handle_notification)
(remote_notif_state_allocate): Update.
(~remote_notif_state): Rename from remote_notif_state_xfree.
Diffstat (limited to 'gdb/event-loop.c')
0 files changed, 0 insertions, 0 deletions