forked from Imagelibrary/binutils-gdb
Clear Ada symbol cache
This patch changes "maint flush symbol-cache" to also flush the Ada-specific symbol cache. This can be helpful when working on the Ada code. Approved-By: Tom de Vries <tdevries@suse.de>
This commit is contained in:
@@ -433,4 +433,8 @@ extern block_symbol ada_resolve_variable (struct symbol *sym,
|
||||
extern struct type *ada_index_type (struct type *type, int n,
|
||||
const char *name);
|
||||
|
||||
/* Clear the Ada symbol cache. */
|
||||
|
||||
extern void ada_clear_symbol_cache (program_space *pspace);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user