HomeSort by: relevance | last modified time | path
    Searched defs:mem_buf (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-read-memory-leak.py 23 mem_buf = None variable
36 global filters, mem_buf
46 mem_buf = inf.read_memory(addr, 4096)
50 mem_buf = None
  /src/external/gpl3/gdb/dist/gdbserver/
remote-utils.cc 1492 unsigned char *mem_buf; local
1499 mem_buf = (unsigned char *) xmalloc (mem_len);
1500 if (read_inferior_memory (mem_addr, mem_buf, mem_len) == 0)
1501 bin2hex (mem_buf, cs.own_buf, mem_len);
1504 free (mem_buf);
1511 mem_buf = (unsigned char *) xmalloc (mem_len);
1512 if (read_inferior_memory (mem_addr, mem_buf, mem_len) == 0)
1518 new_len = remote_escape_output (mem_buf, mem_len, 1,
1535 free (mem_buf);
1622 unsigned char *mem_buf = NULL local
    [all...]
server.cc 143 static unsigned char *mem_buf; variable
4404 mem_buf = (unsigned char *) xmalloc (PBUFSIZ);
4794 int res = gdb_read_memory (mem_addr, mem_buf, len);
4798 bin2hex (mem_buf, cs.own_buf, res);
4803 decode_M_packet (&cs.own_buf[1], &mem_addr, &len, &mem_buf);
4804 if (gdb_write_memory (mem_addr, mem_buf, len) == 0)
4813 int res = gdb_read_memory (mem_addr, mem_buf, len);
4822 new_packet_len = remote_escape_output (mem_buf, res, 1,
4841 &mem_addr, &len, &mem_buf) < 0
4842 || gdb_write_memory (mem_addr, mem_buf, len) != 0
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
remote-utils.cc 1480 unsigned char *mem_buf; local
1484 mem_buf = (unsigned char *) xmalloc (mem_len);
1485 if (read_inferior_memory (mem_addr, mem_buf, mem_len) == 0)
1486 bin2hex (mem_buf, cs.own_buf, mem_len);
1489 free (mem_buf);
1573 unsigned char *mem_buf = NULL; local
1579 mem_buf = (unsigned char *) xmalloc (mem_len);
1580 if (read_inferior_memory (mem_addr, mem_buf, mem_len) == 0)
1581 bin2hex (mem_buf, cs.own_buf, mem_len);
1588 &mem_len, &mem_buf) <
    [all...]
server.cc 143 static unsigned char *mem_buf; variable
4315 mem_buf = (unsigned char *) xmalloc (PBUFSIZ);
4704 int res = gdb_read_memory (mem_addr, mem_buf, len);
4708 bin2hex (mem_buf, cs.own_buf, res);
4713 decode_M_packet (&cs.own_buf[1], &mem_addr, &len, &mem_buf);
4714 if (gdb_write_memory (mem_addr, mem_buf, len) == 0)
4722 &mem_addr, &len, &mem_buf) < 0
4723 || gdb_write_memory (mem_addr, mem_buf, len) != 0)
  /src/crypto/external/apache2/openssl/dist/test/
endecode_test.c 252 BUF_MEM *mem_buf = NULL; local
268 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
269 || !TEST_FL_ptr(*encoded = mem_buf->data)
270 || !TEST_FL_long_gt(*encoded_len = mem_buf->length, 0))
274 mem_buf->data = NULL;
275 mem_buf->length = 0;
368 BUF_MEM *mem_buf = NULL; local
383 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
384 || !TEST_FL_ptr(*encoded = mem_buf->data)
385 || !TEST_FL_long_gt(*encoded_len = mem_buf->length, 0)
408 BUF_MEM *mem_buf = NULL; local
453 BUF_MEM *mem_buf = NULL; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
endecode_test.c 248 BUF_MEM *mem_buf = NULL; local
264 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
265 || !TEST_FL_ptr(*encoded = mem_buf->data)
266 || !TEST_FL_long_gt(*encoded_len = mem_buf->length, 0))
270 mem_buf->data = NULL;
271 mem_buf->length = 0;
364 BUF_MEM *mem_buf = NULL; local
379 || !TEST_FL_true(BIO_get_mem_ptr(mem_ser, &mem_buf) > 0)
380 || !TEST_FL_ptr(*encoded = mem_buf->data)
381 || !TEST_FL_long_gt(*encoded_len = mem_buf->length, 0)
404 BUF_MEM *mem_buf = NULL; local
449 BUF_MEM *mem_buf = NULL; local
    [all...]

Completed in 167 milliseconds