forked from Imagelibrary/binutils-gdb
2009-07-23 Paul Pluzhnikov <ppluzhnikov@google.com>
* symtab.c (search_symbols): Add QUIT.
This commit is contained in:
@@ -3243,6 +3243,8 @@ search_symbols (char *regexp, domain_enum kind, int nfiles, char *files[],
|
||||
{
|
||||
ALL_MSYMBOLS (objfile, msymbol)
|
||||
{
|
||||
QUIT;
|
||||
|
||||
if (MSYMBOL_TYPE (msymbol) == ourtype ||
|
||||
MSYMBOL_TYPE (msymbol) == ourtype2 ||
|
||||
MSYMBOL_TYPE (msymbol) == ourtype3 ||
|
||||
@@ -3333,6 +3335,8 @@ search_symbols (char *regexp, domain_enum kind, int nfiles, char *files[],
|
||||
{
|
||||
ALL_MSYMBOLS (objfile, msymbol)
|
||||
{
|
||||
QUIT;
|
||||
|
||||
if (MSYMBOL_TYPE (msymbol) == ourtype ||
|
||||
MSYMBOL_TYPE (msymbol) == ourtype2 ||
|
||||
MSYMBOL_TYPE (msymbol) == ourtype3 ||
|
||||
|
||||
Reference in New Issue
Block a user