mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
Convert block_inlined_p to method
This converts block_inlined_p to be a method. This was mostly written by script.
This commit is contained in:
@@ -533,7 +533,7 @@ get_hosting_frame (struct symbol *var, const struct block *var_block,
|
||||
if (frame == NULL)
|
||||
{
|
||||
if (var_block->function ()
|
||||
&& !block_inlined_p (var_block)
|
||||
&& !var_block->inlined_p ()
|
||||
&& var_block->function ()->print_name ())
|
||||
error (_("No frame is currently executing in block %s."),
|
||||
var_block->function ()->print_name ());
|
||||
|
||||
Reference in New Issue
Block a user