mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
* gdb.python/python.exp: Fix syntax in "post event insertion" test.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-08-16 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* gdb.python/python.exp: Fix syntax in "post event insertion" test.
|
||||||
|
|
||||||
2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
|
2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
|
||||||
|
|
||||||
* gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
|
* gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
|
||||||
|
@ -124,7 +124,7 @@ gdb_test "python print x" "23"
|
|||||||
gdb_py_test_multiple "post event insertion" \
|
gdb_py_test_multiple "post event insertion" \
|
||||||
"python" "" \
|
"python" "" \
|
||||||
"someVal = 0" "" \
|
"someVal = 0" "" \
|
||||||
"class Foo():" "" \
|
"class Foo(object):" "" \
|
||||||
" def __call__(self):" "" \
|
" def __call__(self):" "" \
|
||||||
" global someVal" "" \
|
" global someVal" "" \
|
||||||
" someVal += 1" "" \
|
" someVal += 1" "" \
|
||||||
|
Reference in New Issue
Block a user