]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/completer.c
Use htab_up in completion_tracker
authorTom Tromey <tom@tromey.com>
Thu, 17 Sep 2020 17:47:50 +0000 (11:47 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 17 Sep 2020 17:58:56 +0000 (11:58 -0600)
commit32580f6d2eccfe32ee72b17f63c9e70cf867c09e
treec1f2849459cea4527e3de30f0327bb98d294a23f
parentc1fb98360cf47485a5f943b657fe8d56244da7e7
Use htab_up in completion_tracker

This changes completion_tracker to use htab_up, rather than explicit
calls to htab_delete.

gdb/ChangeLog
2020-09-17  Tom Tromey  <tom@tromey.com>

* completer.c (completion_tracker::discard_completions)
(completion_tracker::~completion_tracker)
(completion_tracker::maybe_add_completion)
(completion_tracker::remove_completion)
(completion_tracker::recompute_lowest_common_denominator)
(completion_tracker::build_completion_result): Update.
* completer.h (class completion_tracker) <have_completions>:
Update.
<m_entries_hash>: Now htab_up.
gdb/ChangeLog
gdb/completer.c
gdb/completer.h