Home | History | Annotate | Download | only in gdbserver

Lines Matching refs:bp_size

221 bp_size (struct raw_breakpoint *bp)
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);
1960 CORE_ADDR bp_end = bp->pc + bp_size (bp);