This commit is contained in:
Nav
2022-05-15 12:05:46 +01:00
parent 6d96732932
commit ead657b4af

View File

@@ -7,7 +7,7 @@
namespace Bloom::DebugServer::Gdb::AvrGdb::CommandPackets namespace Bloom::DebugServer::Gdb::AvrGdb::CommandPackets
{ {
/** /**
* The ReadMemoryMap class implements a structure for "qXfer:memory-map:read::..." packet. Upon receiving this * The ReadMemoryMap class implements a structure for the "qXfer:memory-map:read::..." packet. Upon receiving this
* packet, the server is expected to respond with the target's memory map. * packet, the server is expected to respond with the target's memory map.
*/ */
class ReadMemoryMap: public Gdb::CommandPackets::CommandPacket class ReadMemoryMap: public Gdb::CommandPackets::CommandPacket