gdb: remove SYMBOL_CLASS macro, add getter
Change-Id: I83211d5a47efc0564386e5b5ea4a29c00b1fd46a
This commit is contained in:
parent
d1eebf9a6f
commit
66d7f48f80
42 changed files with 147 additions and 144 deletions
|
@ -976,7 +976,7 @@ prepare_one_step (thread_info *tp, struct step_command_fsm *sm)
|
|||
if (inline_skipped_frames (tp) > 0)
|
||||
{
|
||||
symbol *sym = inline_skipped_symbol (tp);
|
||||
if (SYMBOL_CLASS (sym) == LOC_BLOCK)
|
||||
if (sym->aclass () == LOC_BLOCK)
|
||||
{
|
||||
const block *block = SYMBOL_BLOCK_VALUE (sym);
|
||||
if (BLOCK_END (block) < tp->control.step_range_end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue