* breakpoint.c (insert_catchpoint): Call internal_error.

This commit is contained in:
Daniel Jacobowitz 2003-06-19 20:02:41 +00:00
parent adcf68a2d6
commit 1171114a94
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-06-19 Daniel Jacobowitz <drow@mvista.com>
* breakpoint.c (insert_catchpoint): Call internal_error.
2003-06-19 Theodore A. Roth <troth@openavr.org>
* avr-tdep.c (avr_push_dummy_code): Delete function.

View File

@ -722,7 +722,7 @@ insert_catchpoint (struct ui_out *uo, void *args)
val = target_insert_exec_catchpoint (PIDGET (inferior_ptid));
break;
default:
warning ("Internal error, %s line %d.", __FILE__, __LINE__);
internal_error (__FILE__, __LINE__, "unknown breakpoint type");
break;
}