mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 00:32:30 +08:00
* gdb.python/py-arch.exp: Tweak test name for bad memory access test.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2013-11-06 Doug Evans <dje@sebabeach.org>
|
||||||
|
|
||||||
|
* gdb.python/py-arch.exp: Tweak test name for bad memory access test.
|
||||||
|
|
||||||
2013-11-06 Yao Qi <yao@codesourcery.com>
|
2013-11-06 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
* lib/gdb.exp (gdb_produce_source): New procedure.
|
* lib/gdb.exp (gdb_produce_source): New procedure.
|
||||||
|
@ -59,4 +59,4 @@ gdb_test "python print (\"length\" in insn)" "True" "test key length"
|
|||||||
|
|
||||||
# Negative test
|
# Negative test
|
||||||
gdb_test "python arch.disassemble(0, 0)" ".*gdb\.MemoryError.*" \
|
gdb_test "python arch.disassemble(0, 0)" ".*gdb\.MemoryError.*" \
|
||||||
"test exception"
|
"test bad memory access"
|
||||||
|
Reference in New Issue
Block a user