Home | History | Annotate | Download | only in gdb

Lines Matching defs:breaks

1017   CORE_ADDR breaks[2];
1030 breaks[0] = loc + 2 * PPC_INSN_SIZE;
1032 breaks[0] = loc + PPC_INSN_SIZE;
1034 breaks[1] = branch_dest (regcache, opcode, insn, loc, breaks[0]);
1037 if (breaks[1] == breaks[0])
1038 breaks[1] = -1;
1043 if (breaks[ii] == -1)
1046 next_pcs.push_back (breaks[ii]);