This commit is contained in:
Nav
2022-06-05 17:01:14 +01:00
parent ddf53ab0f8
commit 0521b1f986
3 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ namespace Bloom::DebugServer::Gdb::AvrGdb
std::set<std::pair<Feature, std::optional<std::string>>> AvrGdbRsp::getSupportedFeatures() {
auto supportedFeatures = GdbRspDebugServer::getSupportedFeatures();
// The AVR GDB server supports the
// The AVR GDB server supports the 'qXfer:memory-map:read' GDB command.
supportedFeatures.insert({
Feature::MEMORY_MAP_READ, std::nullopt
});