Searched refs:record_full_stop_reason (Results 1 – 3 of 3) sorted by relevance
811 static enum target_stop_reason record_full_stop_reason variable890 record_full_stop_reason = TARGET_STOPPED_BY_WATCHPOINT; in record_full_exec_insn()1174 record_full_stop_reason = TARGET_STOPPED_BY_NO_REASON; in record_full_wait_1()1215 = &record_full_stop_reason; in record_full_wait_1()1305 record_full_stop_reason = TARGET_STOPPED_BY_NO_REASON; in record_full_wait_1()1313 &record_full_stop_reason)) in record_full_wait_1()1392 (aspace, tmp_pc, &record_full_stop_reason)) in record_full_wait_1()1403 if (record_full_stop_reason in record_full_wait_1()1489 return record_full_stop_reason == TARGET_STOPPED_BY_WATCHPOINT; in stopped_by_watchpoint()1508 return record_full_stop_reason == TARGET_STOPPED_BY_SW_BREAKPOINT; in stopped_by_sw_breakpoint()[all …]
12029 (record_full_stop_reason): ... this throughout.
9658 record_full_stop_reason, thus loosing the TARGET_STOPPED_BY_WATCHPOINT9662 record_full_stop_reason if we're not stopped at a breakpoint.