Automatically install any CPU breakpoints in any newly-defined functions if necessary.
This commit is contained in:
@@ -63,6 +63,7 @@ class X64Backend : public Backend {
|
||||
uint32_t address) override;
|
||||
|
||||
bool InstallBreakpoint(Breakpoint* bp) override;
|
||||
bool InstallBreakpoint(Breakpoint* bp, Function* func) override;
|
||||
bool UninstallBreakpoint(Breakpoint* bp) override;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user