Automatically install any CPU breakpoints in any newly-defined functions if necessary.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user