diff options
author | Tom Tromey <tom@tromey.com> | 2018-05-16 23:22:54 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-05-23 09:17:03 -0600 |
commit | ff1cf532dbabdee0d34974a77809bf2fa23d43a5 (patch) | |
tree | cecf18799007e3199cef48eecf5ef0eee54f0c54 /gdb/guile | |
parent | 7ff8817441fcebe3d32343dbd9d514366bfe8e23 (diff) | |
download | fsf-binutils-gdb-ff1cf532dbabdee0d34974a77809bf2fa23d43a5.zip fsf-binutils-gdb-ff1cf532dbabdee0d34974a77809bf2fa23d43a5.tar.gz fsf-binutils-gdb-ff1cf532dbabdee0d34974a77809bf2fa23d43a5.tar.bz2 |
Remove struct complain
At this point, struct complain is just holds a key, a value, and a
"next" pointer to form a linked list. It's simpler to replace this
with an unordered map.
gdb/ChangeLog
2018-05-23 Tom Tromey <tom@tromey.com>
* complaints.c (counters): New global.
(struct complain): Remove.
(struct complaints) <root>: Remove.
(complaint_sentinel): Remove.
(symfile_complaint_book): Update.
(find_complaint) Remove.
(complaint_internal, clear_complaints): Update.
gdb/testsuite/ChangeLog
2018-05-23 Tom Tromey <tom@tromey.com>
* gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
Diffstat (limited to 'gdb/guile')
0 files changed, 0 insertions, 0 deletions