Searched refs:record_full_stop_reason (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Drecord-full.c810 static enum target_stop_reason record_full_stop_reason variable in typeref:enum:target_stop_reason
889 record_full_stop_reason = TARGET_STOPPED_BY_WATCHPOINT;
1184 record_full_stop_reason = TARGET_STOPPED_BY_NO_REASON;
1225 = &record_full_stop_reason;
1311 record_full_stop_reason = TARGET_STOPPED_BY_NO_REASON;
1319 &record_full_stop_reason))
1398 (aspace, tmp_pc, &record_full_stop_reason))
1409 if (record_full_stop_reason
1490 return record_full_stop_reason == TARGET_STOPPED_BY_WATCHPOINT;
1509 return record_full_stop_reason
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drecord-full.c808 static enum target_stop_reason record_full_stop_reason variable in typeref:enum:target_stop_reason
887 record_full_stop_reason = TARGET_STOPPED_BY_WATCHPOINT;
1160 record_full_stop_reason = TARGET_STOPPED_BY_NO_REASON;
1201 = &record_full_stop_reason;
1290 record_full_stop_reason = TARGET_STOPPED_BY_NO_REASON;
1298 &record_full_stop_reason))
1377 (aspace, tmp_pc, &record_full_stop_reason))
1388 if (record_full_stop_reason
1474 return record_full_stop_reason == TARGET_STOPPED_BY_WATCHPOINT;
1493 return record_full_stop_reason
[all...]

Completed in 261 milliseconds