• Home
  • Raw
  • Download

Lines Matching refs:search_buf

16858 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
16859 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
16865 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('int16_search_buf…
16866 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
16867 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
16871 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('int32_search_buf…
16872 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
16873 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
16877 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('int64_search_buf…
16878 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf.address
16879 PASS: gdb.python/py-inferior.exp: py length = search_buf.type.sizeof
16882 PASS: gdb.python/py-inferior.exp: set *(int8_t*) &search_buf[10] = 0x62
16883 PASS: gdb.python/py-inferior.exp: set *(int16_t*) &search_buf[11] = 0x6363
16884 PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[13] = 0x64646464
16885 PASS: gdb.python/py-inferior.exp: py search_buf = gdb.selected_frame ().read_var ('search_buf')
16886 PASS: gdb.python/py-inferior.exp: py start_addr = search_buf[0].address
16893 PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[0*16000+100] = 0x12345678
16894 PASS: gdb.python/py-inferior.exp: set *(int32_t*) &search_buf[1*16000+100] = 0x12345678
16895 PASS: gdb.python/py-inferior.exp: py start_addr = gdb.selected_frame ().read_var ('search_buf')