MCPcopy Create free account
hub / github.com/F-Stack/f-stack / db_clear_single_step

Function db_clear_single_step

freebsd/ddb/db_run.c:320–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320void
321db_clear_single_step(void)
322{
323
324 if (db_not_taken_bkpt != 0) {
325 db_delete_temp_breakpoint(db_not_taken_bkpt);
326 db_not_taken_bkpt = 0;
327 }
328 if (db_taken_bkpt != 0) {
329 db_delete_temp_breakpoint(db_taken_bkpt);
330 db_taken_bkpt = 0;
331 }
332}
333
334#endif /* SOFTWARE_SSTEP */
335

Callers 1

db_stop_at_pcFunction · 0.85

Calls 1

Tested by

no test coverage detected