Home
last modified time | relevance | path

Searched refs:GetLookup (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Debug/
DCPUTracer.cs50 symbol = cpu.Bus.GetLookup(cpu).GetSymbolByAddress(address); in TraceFunction()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs470 public virtual SymbolLookup GetLookup(ICPU context = null) in GetLookup() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
472 return ParentController.GetLookup(context); in GetLookup()
DIBusController.cs104 SymbolLookup GetLookup(ICPU context = null); in GetLookup() method
DSystemBus.cs796 var result = GetLookup(context).TryGetSymbolsByName(symbolName, out var symbols); in TryGetAllSymbolAddresses()
823 if(!GetLookup(context).TryGetSymbolByAddress(offset, out symbol)) in TryFindSymbolAt()
1151 public SymbolLookup GetLookup(ICPU context = null) in GetLookup() method in Antmicro.Renode.Peripherals.Bus.SystemBus
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexM.cs647 var firstNotNullSection = machine.SystemBus.GetLookup(this).FirstNotNullSectionAddress; in InitPCAndSP()