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

@@ -25,13 +25,6 @@ DEFINE_uint64(trace_thread_mask, -1,
"Trace threads with IDs in the mask, or -1 for all.");
// 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.");
// Debugging:
DEFINE_string(load_module_map, "",
"Loads a .map for symbol names and to diff with the generated symbol "