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 49f2fc5..d7df3c7 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -7565,7 +7565,7 @@ check_exception_resume (struct execution_control_state *ecs, CFA and the HANDLER. We ignore the CFA, extract the handler, and set a breakpoint there. */ probe = find_probe_by_pc (get_frame_pc (frame)); - if (probe.probe) + if (probe.prob) { insert_exception_resume_from_probe (ecs->event_thread, &probe, frame); return; |