Home
last modified time | relevance | path

Searched defs:MemoryFragment (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DCommand.cs285 public struct MemoryFragment struct
287 public MemoryFragment(ulong address, ulong length) in MemoryFragment() method
293 public ulong Address { get; }
294 public ulong Length { get; }