diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index e99a1a8..8ccaf33 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -8831,7 +8831,7 @@ insert_exception_resume_breakpoint (struct thread_info *tp, struct breakpoint *bp; vsym = lookup_symbol_search_name (sym->search_name (), - b, VAR_DOMAIN); + b, SEARCH_VAR_DOMAIN); value = read_var_value (vsym.symbol, vsym.block, frame); /* If the value was optimized out, revert to the old behavior. */ if (! value->optimized_out ()) |