gdb: internal_error -> internal_error_loc in gdb-gdb.gdb.in

Commit f34652de0b ("internal_error: remove need to pass
__FILE__/__LINE__") renamed the internal_error function to
internal_error_loc.  Change gdb-gdb.gdb.in accordingly.

Change-Id: I876e1623607b6becf74ade53d102ead53a74ed86
This commit is contained in:
Simon Marchi 2022-10-25 00:11:29 -04:00
parent 845652b784
commit a5a0a4fd0f

View file

@ -5,7 +5,7 @@ if !$gdb_init_done
set complaints 1
b internal_error
b internal_error_loc
# This provides an easy way to break into the top-level GDB by
# typing "info".