Renamed RiscVDebugInterface::clearAllBreakpoints() in preparation for separating HW breakpoints from SW breakpoints.
This commit is contained in:
@@ -150,7 +150,7 @@ namespace Targets::RiscV
|
||||
}
|
||||
|
||||
void RiscV::clearAllBreakpoints() {
|
||||
this->riscVDebugInterface->clearAllBreakpoints();
|
||||
this->riscVDebugInterface->clearAllHardwareBreakpoints();
|
||||
}
|
||||
|
||||
TargetRegisterDescriptorAndValuePairs RiscV::readRegisters(const TargetRegisterDescriptors& descriptors) {
|
||||
|
||||
Reference in New Issue
Block a user