Home
last modified time | relevance | path

Searched refs:kdb_cpu_clr_breakpoint (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/arm64/include/
H A Dkdb.h41 int kdb_cpu_clr_breakpoint(vm_offset_t addr);
/freebsd-src/sys/ddb/
H A Ddb_break.c317 if (kdb_cpu_clr_breakpoint(addr) != 0) { in db_deletehbreak_cmd()
/freebsd-src/sys/gdb/
H A Dgdb_main.c703 error = kdb_cpu_clr_breakpoint((vm_offset_t)addr); in gdb_z_remove()
/freebsd-src/sys/arm64/arm64/
H A Ddebug_monitor.c203 kdb_cpu_clr_breakpoint(vm_offset_t addr) in kdb_cpu_clr_breakpoint() function