diff options
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 9d1aa98..73108f0 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1011,6 +1011,10 @@ DEF_VEC_P (symtab_ptr); extern int currently_reading_symtab; +/* The block in which the most recently looked up symbol was found. */ + +extern const struct block *block_found; + /* symtab.c lookup functions */ extern const char multiple_symbols_ask[]; |