Breakpoints triggering.

This commit is contained in:
Ben Vanik
2013-12-22 23:04:24 -08:00
parent 5881a58c49
commit 31b8c02cbf
15 changed files with 155 additions and 2 deletions

View File

@@ -57,6 +57,8 @@ public:
void Nop();
void SourceOffset(uint64_t offset);
// trace info/etc
void DebugBreak();
void DebugBreakTrue(Value* cond);