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:
@@ -4690,9 +4690,9 @@ make_array_descriptor (struct type *type, struct value *arr)
|
||||
even in this case, some expensive name-based symbol searches are still
|
||||
sometimes necessary - to find an XVZ variable, mostly. */
|
||||
|
||||
/* Clear all entries from the symbol cache. */
|
||||
/* See ada-lang.h. */
|
||||
|
||||
static void
|
||||
void
|
||||
ada_clear_symbol_cache (program_space *pspace)
|
||||
{
|
||||
ada_pspace_data_handle.clear (pspace);
|
||||
|
||||
Reference in New Issue
Block a user