HomeSort by: relevance | last modified time | path
    Searched refs:read_inferior_memory (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdbserver/
proc-service.cc 82 if (read_inferior_memory ((uintptr_t) addr, (gdb_byte *) buf, size) != 0)
target.cc 84 read_inferior_memory (CORE_ADDR memaddr, unsigned char *myaddr, int len) function
103 return read_inferior_memory (memaddr, myaddr, len);
111 return read_inferior_memory (memaddr, (gdb_byte *) result, sizeof (*result));
linux-m68k-low.cc 198 read_inferior_memory (pc, c, 2);
remote-utils.cc 1500 if (read_inferior_memory (mem_addr, mem_buf, mem_len) == 0)
1512 if (read_inferior_memory (mem_addr, mem_buf, mem_len) == 0)
1630 if (read_inferior_memory (mem_addr, mem_buf, mem_len) == 0)
1639 if (read_inferior_memory (mem_addr, mem_buf, mem_len) == 0)
tracepoint.cc 349 read_inferior_memory (CORE_ADDR memaddr, unsigned char *myaddr, int len) function
413 return read_inferior_memory (symaddr, (unsigned char *) val,
423 return read_inferior_memory (symaddr, (unsigned char *) val,
433 ret = read_inferior_memory (symaddr, (unsigned char *) &pval, sizeof (pval));
3006 read_inferior_memory (errbuf, (unsigned char *) buf, 100);
4923 return read_inferior_memory (from, to, len);
4944 if (read_inferior_memory (from, mspace, blocklen) != 0)
4979 read_inferior_memory (from + i, buf + i, 1);
5681 if (read_inferior_memory (ipa_collecting,
6387 if (read_inferior_memory (ipa_trace_buffer_ctrl_addr
    [all...]
target.h 144 called through read_inferior_memory, which handles breakpoint shadowing.
719 int read_inferior_memory (CORE_ADDR memaddr, unsigned char *myaddr, int len);
ax.cc 861 read_inferior_memory (tem + j, &c, 1);
869 read_inferior_memory (tem, str, j);
win32-low.cc 637 if (read_inferior_memory (addr, (unsigned char *) buffer, nbytes) != 0)
643 if (read_inferior_memory (addr, (unsigned char *) s, nbytes) != 0)
1240 called through read_inferior_memory, which handles breakpoint shadowing.
mem-break.cc 368 use read_inferior_memory, which masks those out. */
369 err = read_inferior_memory (bp->pc, buf, bp_size (bp));
647 `read_inferior_memory', which masks out breakpoints. */
648 err = read_inferior_memory (where, buf, length);
linux-ppc-low.cc 1104 read_inferior_memory (phdr & ~0xfff, (unsigned char *) &ehdr, sizeof ehdr);
1444 read_inferior_memory (oldloc, (unsigned char *) &insn, 4);
2573 read_inferior_memory (from, (unsigned char *) &insn, 4);
linux-s390-low.cc 707 read_inferior_memory (pc, c, s390_breakpoint_len);
1117 read_inferior_memory (oldloc, buf, sizeof buf);
server.cc 1219 res = read_inferior_memory (memaddr, myaddr, len);
2473 if (read_inferior_memory (base, &byte, 1) != 0)
  /src/external/gpl3/gdb.old/dist/gdbserver/
proc-service.cc 82 if (read_inferior_memory ((uintptr_t) addr, (gdb_byte *) buf, size) != 0)
target.cc 84 read_inferior_memory (CORE_ADDR memaddr, unsigned char *myaddr, int len) function
103 return read_inferior_memory (memaddr, myaddr, len);
111 return read_inferior_memory (memaddr, (gdb_byte *) result, sizeof (*result));
linux-m68k-low.cc 198 read_inferior_memory (pc, c, 2);
tracepoint.cc 349 read_inferior_memory (CORE_ADDR memaddr, unsigned char *myaddr, int len) function
413 return read_inferior_memory (symaddr, (unsigned char *) val,
423 return read_inferior_memory (symaddr, (unsigned char *) val,
433 ret = read_inferior_memory (symaddr, (unsigned char *) &pval, sizeof (pval));
3006 read_inferior_memory (errbuf, (unsigned char *) buf, 100);
4923 return read_inferior_memory (from, to, len);
4944 if (read_inferior_memory (from, mspace, blocklen) != 0)
4979 read_inferior_memory (from + i, buf + i, 1);
5681 if (read_inferior_memory (ipa_collecting,
6387 if (read_inferior_memory (ipa_trace_buffer_ctrl_addr
    [all...]
target.h 144 called through read_inferior_memory, which handles breakpoint shadowing.
719 int read_inferior_memory (CORE_ADDR memaddr, unsigned char *myaddr, int len);
ax.cc 861 read_inferior_memory (tem + j, &c, 1);
869 read_inferior_memory (tem, str, j);
remote-utils.cc 1485 if (read_inferior_memory (mem_addr, mem_buf, mem_len) == 0)
1580 if (read_inferior_memory (mem_addr, mem_buf, mem_len) == 0)
win32-low.cc 656 if (read_inferior_memory (addr, (unsigned char *) buffer, nbytes) != 0)
662 if (read_inferior_memory (addr, (unsigned char *) s, nbytes) != 0)
1266 called through read_inferior_memory, which handles breakpoint shadowing.
mem-break.cc 368 use read_inferior_memory, which masks those out. */
369 err = read_inferior_memory (bp->pc, buf, bp_size (bp));
647 `read_inferior_memory', which masks out breakpoints. */
648 err = read_inferior_memory (where, buf, length);
linux-ppc-low.cc 1105 read_inferior_memory (phdr & ~0xfff, (unsigned char *) &ehdr, sizeof ehdr);
1445 read_inferior_memory (oldloc, (unsigned char *) &insn, 4);
2575 read_inferior_memory (from, (unsigned char *) &insn, 4);
linux-s390-low.cc 707 read_inferior_memory (pc, c, s390_breakpoint_len);
1119 read_inferior_memory (oldloc, buf, sizeof buf);
server.cc 1204 res = read_inferior_memory (memaddr, myaddr, len);
2468 if (read_inferior_memory (base, &byte, 1) != 0)
  /src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x 308 * default-dep.c (read_inferior_memory): Put #if 0'd out comment
326 * default-dep.c (read_inferior_memory): Move #endif after else.
4140 * convex-dep.c (read_inferior_memory): Changed to return the value
4766 * core.c (read_memory), *-infdep.c (read_inferior_memory),
4767 valops.c (value_at): read_memory and read_inferior_memory now work

Completed in 73 milliseconds

1 2