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

@@ -18,6 +18,9 @@
DECLARE_bool(debug);
DECLARE_bool(always_disasm);
DECLARE_uint64(break_on_instruction);
DECLARE_uint64(break_on_memory);
namespace alloy {