mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* gdb.python/py-symbol.exp: Fix whitespace.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2013-11-23 Doug Evans <xdje42@gmail.com>
|
||||||
|
|
||||||
|
* gdb.python/py-symbol.exp: Fix whitespace.
|
||||||
|
|
||||||
2013-11-23 Doug Evans <xdje42@gmail.com>
|
2013-11-23 Doug Evans <xdje42@gmail.com>
|
||||||
|
|
||||||
* gdb.python/python.exp: Don't call skip_python_tests, we still want
|
* gdb.python/python.exp: Don't call skip_python_tests, we still want
|
||||||
|
@ -115,10 +115,10 @@ gdb_test "python print (t\[0\].symtab)" "gdb.python/py-symbol.c.*" "Get symtab"
|
|||||||
|
|
||||||
# C++ tests
|
# C++ tests
|
||||||
# Recompile binary.
|
# Recompile binary.
|
||||||
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}-cxx" executable "debug c++"] != "" } {
|
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}-cxx" executable "debug c++"] != "" } {
|
||||||
untested "Couldn't compile ${srcfile} in c++ mode"
|
untested "Couldn't compile ${srcfile} in c++ mode"
|
||||||
return -1
|
return -1
|
||||||
}
|
}
|
||||||
|
|
||||||
# Start with a fresh gdb.
|
# Start with a fresh gdb.
|
||||||
gdb_exit
|
gdb_exit
|
||||||
|
Reference in New Issue
Block a user