mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
Change name of file name test in py-objfile.exp.
Tests should each have their own name. gdb/testsuite/ChangeLog: * gdb.python/py-objfile.exp: Change name of file name test.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2014-10-13 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* gdb.python/py-objfile.exp: Change name of file name test.
|
||||||
|
|
||||||
2014-10-13 Doug Evans <dje@google.com>
|
2014-10-13 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
|
* gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
|
||||||
|
@ -38,7 +38,7 @@ gdb_py_test_silent_cmd "python objfile = sym\[0\].symtab.objfile" \
|
|||||||
"Get backing object file" 1
|
"Get backing object file" 1
|
||||||
|
|
||||||
gdb_test "python print (objfile.filename)" ".*py-objfile.*" \
|
gdb_test "python print (objfile.filename)" ".*py-objfile.*" \
|
||||||
"Get objfile validity"
|
"Get objfile file name"
|
||||||
gdb_test "python print (objfile.is_valid())" "True" \
|
gdb_test "python print (objfile.is_valid())" "True" \
|
||||||
"Get objfile validity"
|
"Get objfile validity"
|
||||||
gdb_unload
|
gdb_unload
|
||||||
|
Reference in New Issue
Block a user