Lines Matching defs:instruction
36 static size_t ReadMemoryCallback(EmulateInstruction *instruction, void *baton,
46 static bool ReadRegisterCallback(EmulateInstruction *instruction, void *baton,
73 static bool WriteRegisterCallback(EmulateInstruction *instruction, void *baton,
83 static size_t WriteMemoryCallback(EmulateInstruction *instruction, void *baton,
151 // try to get at least the size of next instruction to set breakpoint.
154 return Status("Read instruction failed!");
195 // Emulate instruction failed and it haven't changed PC. Advance PC with
197 // PC modifying instruction should be successful. The failure most
198 // likely caused by a not supported instruction which don't modify PC.
202 // The instruction emulation failed after it modified the PC. It is an
203 // unknown error where we can't continue because the next instruction is