Added support for GDB's 'qXfer:memory-map:read::...' command packet.
This commit is contained in:
@@ -47,6 +47,8 @@ namespace Bloom::DebugServer::Gdb::AvrGdb
|
||||
const RawPacketType& rawPacket
|
||||
) override;
|
||||
|
||||
std::set<std::pair<Feature, std::optional<std::string>>> getSupportedFeatures() override ;
|
||||
|
||||
private:
|
||||
std::optional<TargetDescriptor> gdbTargetDescriptor;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user