mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-29 21:04:22 +08:00
gdb: remove SYMBOL_CLASS macro, add getter
Change-Id: I83211d5a47efc0564386e5b5ea4a29c00b1fd46a
This commit is contained in:
@ -169,7 +169,7 @@ mi_should_print (struct symbol *sym, enum mi_print_types type)
|
||||
{
|
||||
int print_me = 0;
|
||||
|
||||
switch (SYMBOL_CLASS (sym))
|
||||
switch (sym->aclass ())
|
||||
{
|
||||
default:
|
||||
case LOC_UNDEF: /* catches errors */
|
||||
|
Reference in New Issue
Block a user