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

  /src/external/gpl3/gdb.old/dist/gdb/
mips-tdep.c 3942 CORE_ADDR branch_bp; /* Breakpoint at branch instruction's destination. */ local
4002 branch_bp = loc + mips32_relative_offset (insn) + 4;
4006 breaks[1] = branch_bp;
4044 CORE_ADDR branch_bp = 0; /* Breakpoint at branch instruction's local
4109 branch_bp = (loc + MIPS_INSN16_SIZE
4147 branch_bp = loc + micromips_relative_offset7 (insn);
4169 breaks[1] = branch_bp;
  /src/external/gpl3/gdb/dist/gdb/
mips-tdep.c 3946 CORE_ADDR branch_bp; /* Breakpoint at branch instruction's destination. */ local
4006 branch_bp = loc + mips32_relative_offset (insn) + 4;
4010 breaks[1] = branch_bp;
4048 CORE_ADDR branch_bp = 0; /* Breakpoint at branch instruction's local
4113 branch_bp = (loc + MIPS_INSN16_SIZE
4151 branch_bp = loc + micromips_relative_offset7 (insn);
4173 breaks[1] = branch_bp;

Completed in 31 milliseconds