• Home
  • Raw
  • Download

Lines Matching refs:search_buf

16959 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
16960 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
16966 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('int16_search_buf…
16967 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
16968 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
16972 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('int32_search_buf…
16973 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
16974 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
16978 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('int64_search_buf…
16979 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
16980 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
16983 PASS: gdb.python/py-inferior.exp: set *(int8_t*) &search_buf[10] = 0x62
16984 PASS: gdb.python/py-inferior.exp: set *(int16_t*) &search_buf[11] = 0x6363
16985 PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[13] = 0x64646464
16986 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('search_buf')
16987 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf[0].address
16994 PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[0*16000+100] = 0x12345678
16995 PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[1*16000+100] = 0x12345678
16996 PASS: gdb.python/py-inferior.exp: py start_addr = gdb.selected_frame ().read_var ('search_buf')