mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
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:
@ -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".
|
||||
|
Reference in New Issue
Block a user