next_instr_address
#define next_instr_address(pc, bd) \
#define next_instr_address(v, b) ((db_addr_t) ((b) ? (v) : ((v) + 4)))
#define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE))
next_instr_address(db_addr_t pc, bool bd)
#define next_instr_address(v, b) ((db_addr_t) ((b) ? (v) : ((v) + 4)))
next_instr_address(db_addr_t pc, bool bdslot_p)
#define next_instr_address(pc, bd) \
#define next_instr_address(pc, bd) \