Automatically install any CPU breakpoints in any newly-defined functions if necessary.

This commit is contained in:
Dr. Chat
2015-11-27 23:00:38 -06:00
committed by Ben Vanik
parent d09e3b7953
commit 41d5b41523
6 changed files with 51 additions and 3 deletions

View File

@@ -101,8 +101,7 @@ class Processor {
std::vector<Breakpoint*> breakpoints() const { return breakpoints_; }
private:
static bool ExceptionCallbackThunk(Exception* ex, void* data);
bool ExceptionCallback(Exception* ex);
void BreakpointFunctionDefined(Function* function);
bool DemandFunction(Function* function);