diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2022-12-01 11:44:41 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2022-12-01 11:44:41 -0500 |
commit | 00a5867df72983c3f8a11c9955c5032d6f601b70 (patch) | |
tree | 07e39cd403db4bc84f577f1e09067c4b9dbaba5e /opcodes | |
parent | 616d7b31c8f468043bf6b858cbcb42fee6a86a9a (diff) | |
download | binutils-gdb-00a5867df72983c3f8a11c9955c5032d6f601b70.tar.gz |
gdb/dwarf: add some QUIT macros
While testing the fix for PR 29105, I noticed I couldn't ctrl-C my way
out of GDB expanding many symtabs. GDB was busy in a loop in
cooked_index_functions::expand_symtabs_matching. Add a QUIT there. I
also happened to see a spot in
cooked_index_functions::expand_matching_symbols where a QUIT would be
useful too, since we iterate over a potentially big number of index
entries and expand CUs in the loop. Add one there too.
Change-Id: Ie1d650381df7f944c16d841b3e592d2dce7306c3
Approved-By: Kevin Buettner <kevinb@redhat.com>
Diffstat (limited to 'opcodes')
0 files changed, 0 insertions, 0 deletions