Adding back --break_on_instruction.

This commit is contained in:
Ben Vanik
2014-01-26 11:16:55 -08:00
parent 3e52a99adf
commit 7fe0a10d43
5 changed files with 12 additions and 12 deletions

View File

@@ -24,3 +24,9 @@ DEFINE_bool(debug, DEFAULT_DEBUG_FLAG,
DEFINE_bool(always_disasm, false,
"Always add debug info to functions, even when no debugger is attached.");
// Breakpoints:
DEFINE_uint64(break_on_instruction, 0,
"int3 before the given guest address is executed.");
DEFINE_uint64(break_on_memory, 0,
"int3 on read/write to the given memory address.");