Lines Matching defs:reason

1666      hit at a time as the reason for stopping, and all the other hits
2555 if (bp_excpt.reason != 0)
2587 if (bp_excpt.reason != 0)
2599 if (bp_excpt.reason == RETURN_ERROR
3615 remove_breakpoint_1 (struct bp_location *bl, enum remove_bp_reason reason)
3663 val = bl->owner->ops->remove_location (bl, reason);
3682 reason);
3698 val = bl->owner->ops->remove_location (bl, reason);
3728 bl->inserted = (reason == DETACH_BREAKPOINT);
3735 bl->inserted = (reason == DETACH_BREAKPOINT);
3736 bl->owner->ops->remove_location (bl, reason);
3739 if (reason == REMOVE_BREAKPOINT && bl->inserted)
3750 val = bl->owner->ops->remove_location (bl, reason);
3754 bl->inserted = (reason == DETACH_BREAKPOINT);
4541 current_uiout->field_string ("reason",
4895 ("reason", async_reason_lookup (EXEC_ASYNC_WATCHPOINT_SCOPE));
7638 remove_catch_fork (struct bp_location *bl, enum remove_bp_reason reason)
7678 uiout->field_string ("reason", async_reason_lookup (EXEC_ASYNC_FORK));
7754 remove_catch_vfork (struct bp_location *bl, enum remove_bp_reason reason)
7794 uiout->field_string ("reason", async_reason_lookup (EXEC_ASYNC_VFORK));
7885 remove_catch_solib (struct bp_location *ignore, enum remove_bp_reason reason)
8179 remove_catch_exec (struct bp_location *bl, enum remove_bp_reason reason)
8213 uiout->field_string ("reason", async_reason_lookup (EXEC_ASYNC_EXEC));
9664 uiout->field_string ("reason",
10062 remove_watchpoint (struct bp_location *bl, enum remove_bp_reason reason)
10080 reason we stopped wasn't a hardware watchpoint (we didn't stop on
10147 ("reason", async_reason_lookup (EXEC_ASYNC_WATCHPOINT_TRIGGER));
10164 ("reason", async_reason_lookup (EXEC_ASYNC_READ_WATCHPOINT_TRIGGER));
10179 ("reason",
10193 ("reason",
10312 remove_masked_watchpoint (struct bp_location *bl, enum remove_bp_reason reason)
10360 ("reason", async_reason_lookup (EXEC_ASYNC_WATCHPOINT_TRIGGER));
10366 ("reason", async_reason_lookup (EXEC_ASYNC_READ_WATCHPOINT_TRIGGER));
10372 ("reason",
11874 reason why we will succeed next time.
12215 enum remove_bp_reason reason)
12380 bkpt_remove_location (struct bp_location *bl, enum remove_bp_reason reason)
12385 return target_remove_breakpoint (bl->gdbarch, &bl->target_info, reason);
12457 uiout->field_string ("reason",
12723 enum remove_bp_reason reason)
12728 return bkpt_remove_location (bl, reason);
13659 if (exception.reason == 0 || exception.error != NOT_FOUND_ERROR)