mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
* breakpoint.c (insert_catchpoint): Call internal_error.
This commit is contained in:
parent
adcf68a2d6
commit
1171114a94
@ -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.
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user