HomeSort by: relevance | last modified time | path
    Searched refs:bp_size (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
arch-utils.h 33 template <size_t bp_size, const gdb_byte *break_insn>
39 return bp_size;
50 template <size_t bp_size,
58 return bp_size;
infcall.c 1242 int bp_size; local
1264 &bp_size);
1266 write_memory (bp_addr_as_address, bp_bytes, bp_size);
breakpoint.c 1818 int bp_size = 0;
1831 bp_size = target_info->shadow_len;
1833 if (bp_addr + bp_size <= memaddr)
1851 bp_size -= memaddr - bp_addr;
1856 if (bp_addr + bp_size > memaddr + len)
1859 bp_size -= (bp_addr + bp_size) - (memaddr + len);
1873 target_info->shadow_contents + bptoffset, bp_size);
1883 writebuf_org + bp_addr - memaddr, bp_size);
1891 memcpy (writebuf + bp_addr - memaddr, bp + bptoffset, bp_size);
1816 int bp_size = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
arch-utils.h 33 template <size_t bp_size, const gdb_byte *break_insn>
39 return bp_size;
50 template <size_t bp_size,
58 return bp_size;
infcall.c 1248 int bp_size; local
1270 &bp_size);
1272 write_memory (bp_addr_as_address, bp_bytes, bp_size);
breakpoint.c 1830 int bp_size = 0;
1843 bp_size = target_info->shadow_len;
1845 if (bp_addr + bp_size <= memaddr)
1863 bp_size -= memaddr - bp_addr;
1868 if (bp_addr + bp_size > memaddr + len)
1871 bp_size -= (bp_addr + bp_size) - (memaddr + len);
1885 target_info->shadow_contents + bptoffset, bp_size);
1895 writebuf_org + bp_addr - memaddr, bp_size);
1903 memcpy (writebuf + bp_addr - memaddr, bp + bptoffset, bp_size);
1828 int bp_size = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
mem-break.cc 221 bp_size (struct raw_breakpoint *bp) function
369 err = read_inferior_memory (bp->pc, buf, bp_size (bp));
378 memcpy (bp->old_data, buf, bp_size (bp));
381 bp_size (bp));
405 memcpy (buf, bp->old_data, bp_size (bp));
406 err = target_write_memory (bp->pc, buf, bp_size (bp));
1773 buf = (unsigned char *) alloca (bp_size (bp));
1774 err = the_target->read_memory (bp->pc, buf, bp_size (bp));
1775 if (err || memcmp (buf, bp_opcode (bp), bp_size (bp)) != 0)
1871 CORE_ADDR bp_end = bp->pc + bp_size (bp)
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
mem-break.cc 221 bp_size (struct raw_breakpoint *bp) function
369 err = read_inferior_memory (bp->pc, buf, bp_size (bp));
378 memcpy (bp->old_data, buf, bp_size (bp));
381 bp_size (bp));
405 memcpy (buf, bp->old_data, bp_size (bp));
406 err = target_write_memory (bp->pc, buf, bp_size (bp));
1773 buf = (unsigned char *) alloca (bp_size (bp));
1774 err = the_target->read_memory (bp->pc, buf, bp_size (bp));
1775 if (err || memcmp (buf, bp_opcode (bp), bp_size (bp)) != 0)
1871 CORE_ADDR bp_end = bp->pc + bp_size (bp)
    [all...]
  /src/external/mpl/dhcp/dist/common/
options.c 3678 unsigned bp_size = 3 + (length * 4); local
3680 if (!buffer_allocate(&bp, bp_size, MDL)) {
3711 len = MRns_name_ntop(buffer + 1, (char *)bp->data + 3, bp_size - 3);

Completed in 66 milliseconds