Home
last modified time | relevance | path

Searched refs:is_breakpoint_insn (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/vmips/vmips-1.5.1/
H A Ddebug.cc138 Debug::is_breakpoint_insn(char *packetptr) in is_breakpoint_insn() function in Debug
543 if ((len == 4) && address_in_rom(addr) && is_breakpoint_insn(datastr)) { in target_write_memory()
549 breakpoint_exists(addr) && !is_breakpoint_insn(datastr)) { in target_write_memory()
H A Ddebug.h85 bool is_breakpoint_insn(char *packetptr);
H A DChangeLog4809 In is_breakpoint_insn, compare against the appropriate breakpoint instruction
13445 (is_breakpoint_insn) New method - determine whether the packet pointer passed
13452 Include prototypes for new methods: address_in_rom, is_breakpoint_insn.