aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@redhat.com>2023-04-05 12:45:18 +0100
committerAndrew Burgess <aburgess@redhat.com>2023-04-11 11:59:30 +0100
commitf7c3b037c0b424bc0a30e75c76fe78fb74ad01b1 (patch)
treee90f3e060cdf950f1a3101609ee839a6833bdcf3 /gdb/testsuite/lib
parent07c1c91de384f8fa7cad88acc71ac6a7b33cefcf (diff)
downloadgdb-f7c3b037c0b424bc0a30e75c76fe78fb74ad01b1.zip
gdb-f7c3b037c0b424bc0a30e75c76fe78fb74ad01b1.tar.gz
gdb-f7c3b037c0b424bc0a30e75c76fe78fb74ad01b1.tar.bz2
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.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/gdb.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp
index 7538071..9ea0334 100644
--- a/gdb/testsuite/lib/gdb.exp
+++ b/gdb/testsuite/lib/gdb.exp
@@ -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
}