Home
last modified time | relevance | path

Searched refs:packet_pop_byte (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/vmips/vmips-1.5.1/
H A Ddebug.h49 uint8 packet_pop_byte(char **packet);
H A Ddebug.cc154 if (packet_pop_byte(&packetptr) != break_insn[posn++]) in is_breakpoint_insn()
182 Debug::packet_pop_byte(char **packet) in packet_pop_byte() function in Debug
H A Dcpu.cc2139 byte = machine->dbgr->packet_pop_byte(&packet); in debug_store_region()
H A DChangeLog4865 Make Debug::packet_pop_word and packet_pop_byte non-static.
14041 debug.cc: (packet_pop_byte) Remember to increment the caller's packet pointer.
14507 Move packet_push_word, packet_push_byte, packet_pop_word, packet_pop_byte
14590 packet_pop_byte added. Mapper::debugger_store_region added.