• Home
  • Raw
  • Download

Lines Matching refs:search_buf

17227 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
17228 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
17234 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('int16_search_buf…
17235 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
17236 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
17240 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('int32_search_buf…
17241 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
17242 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
17246 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('int64_search_buf…
17247 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
17248 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
17251 PASS: gdb.python/py-inferior.exp: set *(int8_t*) &search_buf[10] = 0x62
17252 PASS: gdb.python/py-inferior.exp: set *(int16_t*) &search_buf[11] = 0x6363
17253 PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[13] = 0x64646464
17254 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('search_buf')
17255 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf[0].address
17262 PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[0*16000+100] = 0x12345678
17263 PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[1*16000+100] = 0x12345678
17264 PASS: gdb.python/py-inferior.exp: py start_addr = gdb.selected_frame ().read_var ('search_buf')