gdb/testsuite: fix typo gdb_name_name -> gdb_test_name

Spotted a small typo in gdb_breakpoint proc, we use $gdb_name_name
instead of $gdb_test_name in one place.  Fixed in this commit.
This commit is contained in:
Andrew Burgess 2023-04-05 12:45:18 +01:00
parent 07c1c91de3
commit f7c3b037c0

View file

@ -680,7 +680,7 @@ proc gdb_breakpoint { linespec args } {
-re "$break_message \[0-9\]* \\(.*\\) pending.*$gdb_prompt $" {
if {$pending_response == "n"} {
if { $print_fail } {
fail $gdb_name_name
fail $gdb_test_name
}
return 0
}