clear_breakpoint
debug_nub_clear_breakpoint clear_breakpoint;
status_t error = clear_breakpoint(thread->team->debug_info.arch_info,
status_t error = clear_breakpoint(kernelTeam->debug_info.arch_info,
error = clear_breakpoint(info, (void*)address, false);
error = clear_breakpoint(info, (void*)address, true);
return clear_breakpoint(address, false);
return clear_breakpoint(address, true);
void *address = message.clear_breakpoint.address;