Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DBreakpointCommand.cs136 …private void AddWatchpointsCoveringMemoryArea(ulong address, uint kind, Access access, BusHookDele… in AddWatchpointsCoveringMemoryArea()
157 …private void RemoveWatchpointsCoveringMemoryArea(ulong address, uint kind, Access access, BusHookD… in RemoveWatchpointsCoveringMemoryArea()
178 …ble<WatchpointDescriptor> CalculateAllCoveringAddressess(ulong address, uint kind, Access access, … in CalculateAllCoveringAddressess()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectelModem.cs880 protected void ReportNbiotEvent(NbiotEvent kind) in ReportNbiotEvent()