Searched refs:branch_bp (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmips-tdep.c3913 CORE_ADDR branch_bp; /* Breakpoint at branch instruction's destination. */ local
3973 branch_bp = loc + mips32_relative_offset (insn) + 4;
3977 breaks[1] = branch_bp;
4015 CORE_ADDR branch_bp = 0; /* Breakpoint at branch instruction's local
4080 branch_bp = (loc + MIPS_INSN16_SIZE
4118 branch_bp = loc + micromips_relative_offset7 (insn);
4140 breaks[1] = branch_bp;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmips-tdep.c3940 CORE_ADDR branch_bp; /* Breakpoint at branch instruction's destination. */ local
4000 branch_bp = loc + mips32_relative_offset (insn) + 4;
4004 breaks[1] = branch_bp;
4042 CORE_ADDR branch_bp = 0; /* Breakpoint at branch instruction's local
4107 branch_bp = (loc + MIPS_INSN16_SIZE
4145 branch_bp = loc + micromips_relative_offset7 (insn);
4167 breaks[1] = branch_bp;

Completed in 302 milliseconds