Breakpoints triggering.
This commit is contained in:
@@ -131,3 +131,8 @@ void Debugger::OnFunctionDefined(FunctionInfo* symbol_info,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void Debugger::OnBreakpointHit(
|
||||
ThreadState* thread_state, Breakpoint* breakpoint) {
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user