X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.python%2Fpy-inferior.exp;h=4c1dba7dc5b5b5d2d165fbfc5c0188b564eb930e;hb=4ec7020176a1aaae1adeeb1e1695975ebdc172ea;hp=ceb0da7ddc116f957e475009eaa32739c523c3bb;hpb=c5da8c7d174e38282889094b86153721fe3f5aca;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.python/py-inferior.exp b/gdb/testsuite/gdb.python/py-inferior.exp index ceb0da7ddc..4c1dba7dc5 100644 --- a/gdb/testsuite/gdb.python/py-inferior.exp +++ b/gdb/testsuite/gdb.python/py-inferior.exp @@ -176,7 +176,7 @@ gdb_test "py print (gdb.inferiors()\[0\].search_memory (start_addr, 100, pattern # targets, test the search spanning multiple chunks. # Remote targets may implement the search differently. -set CHUNK_SIZE 16000 ; +set CHUNK_SIZE 16000 gdb_test_no_output "set *(int32_t*) &search_buf\[0*${CHUNK_SIZE}+100\] = 0x12345678" gdb_test_no_output "set *(int32_t*) &search_buf\[1*${CHUNK_SIZE}+100\] = 0x12345678"