Removed breakpoint caching in GDB server - it's not needed!
GDB can be configured to avoid needlessly updating breakpoints on the target
This commit is contained in:
@@ -29,13 +29,6 @@ namespace Bloom::DebugServer::Gdb::AvrGdb
|
||||
this->gdbTargetDescriptor = TargetDescriptor(
|
||||
this->targetControllerService.getTargetDescriptor()
|
||||
);
|
||||
|
||||
if (!this->debugServerConfig.breakpointCachingEnabled) {
|
||||
Logger::warning(
|
||||
"Breakpoint caching has been disabled - this could result in excessive wear of the AVR target's"
|
||||
" flash memory"
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
std::unique_ptr<Gdb::CommandPackets::CommandPacket> AvrGdbRsp::resolveCommandPacket(
|
||||
|
||||
Reference in New Issue
Block a user