mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
Convert contained_in to method
This converts contained_in to be a method of block.
This commit is contained in:
@@ -5149,7 +5149,7 @@ watchpoint_check (bpstat *bs)
|
||||
|
||||
function = get_frame_function (fr);
|
||||
if (function == NULL
|
||||
|| !contained_in (b->exp_valid_block, function->value_block ()))
|
||||
|| !function->value_block ()->contains (b->exp_valid_block))
|
||||
within_current_scope = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user