Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DObjectCreator.cs103 public class Context : IDisposable class in Antmicro.Renode.Core.ObjectCreator
105 public Context(ObjectCreator creator) in Context() method in Antmicro.Renode.Core.ObjectCreator.Context
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DGdbStub.cs342 public class Context : IDisposable class in Antmicro.Renode.Utilities.GDB.GdbStub.CommunicationHandler
344 public Context(CommunicationHandler commHandler, bool useBuffering) in Context() method in Antmicro.Renode.Utilities.GDB.GdbStub.CommunicationHandler.Context
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSystemBus.cs2290 public ICPUWithMappedMemory Context property in Antmicro.Renode.Peripherals.Bus.SystemBus.MappedSegmentWrapper