Home
last modified time | relevance | path

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

/dports/emulators/vmips/vmips-1.5.1/
H A Ddebug.cc123 Debug::address_in_rom(uint32 addr) in address_in_rom() function in Debug
543 if ((len == 4) && address_in_rom(addr) && is_breakpoint_insn(datastr)) { in target_write_memory()
548 } else if ((len == 4) && address_in_rom(addr) && in target_write_memory()
H A Ddebug.h83 bool address_in_rom(uint32 addr);
H A DChangeLog13441 (address_in_rom) New method - true if ADDR is a virtual address within
13444 (get_breakpoint_bitmap_entry) Use address_in_rom().
13452 Include prototypes for new methods: address_in_rom, is_breakpoint_insn.