Renamed RiscVDebugInterface::clearAllBreakpoints() in preparation for separating HW breakpoints from SW breakpoints.

This commit is contained in:
Nav
2024-10-07 20:02:39 +01:00
parent 607a344107
commit 248c51acc8
4 changed files with 5 additions and 5 deletions

View File

@@ -150,7 +150,7 @@ namespace Targets::RiscV
}
void RiscV::clearAllBreakpoints() {
this->riscVDebugInterface->clearAllBreakpoints();
this->riscVDebugInterface->clearAllHardwareBreakpoints();
}
TargetRegisterDescriptorAndValuePairs RiscV::readRegisters(const TargetRegisterDescriptors& descriptors) {