mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
gdb/testsuite: fix typo 'unsupport' to 'unsupported'
I noticed that in commit:
commit 5cabc8098e
Date: Wed Jul 31 15:55:57 2024 +0100
gdb/python: implement Python find_exec_by_build_id hook
I managed to typo 'unsupported' as 'unsupport'. If you run the test
on a target that doesn't support core file creation then you'll get a
TCL error.
Fixed in this commit.
This commit is contained in:
@@ -50,7 +50,7 @@ set remote_python_file \
|
||||
# Generate a core file.
|
||||
set corefile [core_find $binfile {}]
|
||||
if {$corefile == ""} {
|
||||
unsupport "core file not generated"
|
||||
unsupported "core file not generated"
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user