gdb: internal_error -> internal_error_loc in gdb-gdb.gdb.in
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 25 Oct 2022 04:11:29 +0000 (00:11 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 25 Oct 2022 04:12:38 +0000 (00:12 -0400)
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

gdb/gdb-gdb.gdb.in

index 53dca0e08feac8a7608fda230406f528383b046a..8d97c95a70e9830c98f853a1d42c166bd2d13b8b 100644 (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".