Home
last modified time | relevance | path

Searched refs:Debug (Results 1 – 25 of 192) sorted by relevance

12345678

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DSTM32_FlashController.cs39 owner.Log(LogLevel.Debug, "Lock {0} received 0x{1:x8}", name, value); in ConsumeValue()
42 owner.Log(LogLevel.Debug, "Lock {0} is disabled until reset, ignoring", name); in ConsumeValue()
48 … owner.Log(LogLevel.Debug, "Lock {0} now disabled until reset after bad write", name); in ConsumeValue()
57 owner.Log(LogLevel.Debug, "Lock {0} unlocked", name); in ConsumeValue()
68 owner.Log(LogLevel.Debug, "Lock {0} locked", name); in Lock()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/TAPHelper/
DTAPTools.cs55 …Logger.Log(LogLevel.Debug, "Could not create ioctl socket, error {0}", Marshal.GetLastWin32Error()… in Up_TUNTAP()
66 …Logger.Log(LogLevel.Debug, "Could not get flags on TUN/TAP interface, error {0}", Marshal.GetLastW… in Up_TUNTAP()
80 …Logger.Log(LogLevel.Debug, "Could not activate TUN/TAP interface, error {0}", Marshal.GetLastWin32… in Up_TUNTAP()
99 …Logger.Log(LogLevel.Debug, "Could not open /dev/net/tun, error: {0}", Marshal.GetLastWin32Error()); in Open_TUNTAP()
127 … Logger.Log(LogLevel.Debug, "Could not set TUNSETIFF, error: {0}", Marshal.GetLastWin32Error()); in Open_TUNTAP()
136 …Logger.Log(LogLevel.Debug, "Could not set TUNSETPERSIST, error: {0}", Marshal.GetLastWin32Error()); in Open_TUNTAP()
147 Logger.Log(LogLevel.Debug, "Could not bring device up, do it manually."); in Open_TUNTAP()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DEchoI2CDevice.cs23 …this.Log(LogLevel.Debug, "Written {0} bytes of data: {1}", data.Length, Misc.PrettyPrintCollection… in Write()
29 this.Log(LogLevel.Debug, "Reading {0} bytes", count); in Read()
43 this.Log(LogLevel.Debug, "Finishing transmission"); in FinishTransmission()
DDummySPISlave.cs38 this.Log(LogLevel.Debug, "Data received: 0x{0:X} (idx: {1})", data, idx); in Transmit()
42 this.Log(LogLevel.Debug, "No data left in buffer, returning 0."); in Transmit()
DDummyI2CSlave.cs39 …this.Log(LogLevel.Debug, "Received {0} bytes: {1}", data.Length, Misc.PrettyPrintCollectionHex(dat… in Write()
56 this.Log(LogLevel.Debug, "Not enough data in buffer, filling rest with zeros."); in Read()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/VirtIO/
DVirtqueue.cs46 …parent.Log(LogLevel.Debug, "Reading data from buffer at addr {0}, toRead {1}, length {2}, len {3}"… in TryReadFromBuffers()
49 parent.Log(LogLevel.Debug, "Read data: {0}", Misc.PrettyPrintCollection(readData)); in TryReadFromBuffers()
55 parent.Log(LogLevel.Debug, "Next flag: {0}", nextFlag); in TryReadFromBuffers()
62 parent.Log(LogLevel.Debug, "Reading next buffer"); in TryReadFromBuffers()
88 parent.Log(LogLevel.Debug, "Wrote {0} bytes", toWrite); in TryWriteToBuffers()
95 parent.Log(LogLevel.Debug, "Continuing writing in next buffer..."); in TryWriteToBuffers()
161 …parent.Log(LogLevel.Debug, "Reading desc meta, queueSel: {0}, descIndex: {1}", parent.QueueSel, De… in ReadDescriptorMetadata()
165 …parent.Log(LogLevel.Debug, "Processing buffer of addr: {0}, next: {1}, length: {2}, flags: {3}", D… in ReadDescriptorMetadata()
212 parent.Log(LogLevel.Debug, "Chain starting at index {0}", chainFirstIndex); in ReadDescriptorFromAvail()
/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/Handlers/
DDefaultFunctionHandler.cs13 using Antmicro.Renode.Debug;
26 …Logger.Log(LogLevel.Debug, "Call {0} @ 0x{1:X} ({2})",functionName, pc, arguments.Stringify(", ")); in CallHandler()
31 … Logger.Log(LogLevel.Debug, "Return from {0} @ 0x{1:X} ({2})",functionName, pc, argument.First()); in ReturnHandler()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_PRS_3.cs70 … this.Log(LogLevel.Debug, "Subscribing to Hfxo HfxoEnabled event on channel {0}", index); in Async_Ch_Ctrl_Write()
90 this.Log(LogLevel.Debug, "Async signal on channel {0}", channel); in OnAsyncSignalReceived()
112 this.Log(LogLevel.Debug, "Triggering HFXO EM2 Wakeup"); in HfxoTriggerEarlyWakeup()
118 this.Log(LogLevel.Debug, "Triggering SYSRTC Capture"); in SysrtcCaptureGroup0()
DEFR32xG2_HFXO_3.cs154 this.Log(LogLevel.Debug, "Reached HFXO for early wakeup"); in OnEm2Wakeup()
165 … this.Log(LogLevel.Debug, "Start-up delay timer began at: {0}", machine.ElapsedVirtualTime); in OnEm2Wakeup()
182 this.Log(LogLevel.Debug, "HFXO selected as a source by the CMU"); in OnClksel()
195 … this.Log(LogLevel.Debug, "Start-up delay timer expired at: {0}", machine.ElapsedVirtualTime); in OnStartUpTimerExpired()
196 this.Log(LogLevel.Debug, "Wakeup Requester = {0}", wakeUpRequester); in OnStartUpTimerExpired()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DCollapsedStackProfiler.cs35 …cpu.Log(LogLevel.Debug, "Profiler: Pushing new frame with symbol: {0}; returnAddress: 0x{1:X}; cur… in StackFrameAdd()
56 …cpu.Log(LogLevel.Debug, "Profiler: Trying to pop frame with returnAddress: 0x{0:X} ({1}); currentA… in StackFramePop()
82 …cpu.Log(LogLevel.Debug, "Profiler: Changing context from: 0x{0:X} to 0x{1:X}", currentContextId, n… in OnContextChange()
100 … cpu.Log(LogLevel.Debug, "Profiler: Interrupt entry (pc 0x{0:X})- saving the stack", cpu.PC); in InterruptEnter()
111 cpu.Log(LogLevel.Debug, "Profiler: Interrupt exit - restoring the stack"); in InterruptExit()
DPerfettoProfiler.cs44 …cpu.Log(LogLevel.Debug, "Profiler: Pushing new frame with symbol: {0}; returnAddress: 0x{1:X}; cur… in StackFrameAdd()
64 …cpu.Log(LogLevel.Debug, "Profiler: Trying to pop frame with returnAddress: 0x{0:X} ({1}); currentA… in StackFramePop()
84 …cpu.Log(LogLevel.Debug, "Profiler: Changing context from: 0x{0:X} to 0x{1:X}", currentContextId, n… in OnContextChange()
146 … cpu.Log(LogLevel.Debug, "Profiler: Interrupt entry (pc 0x{0:X})- saving the stack", cpu.PC); in InterruptEnter()
158 cpu.Log(LogLevel.Debug, "Profiler: Interrupt exit - restoring the stack"); in InterruptExit()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DVirtIOFSDevice.cs61 … this.Log(LogLevel.Debug, "Looking for UDS socket in path: {0}", Path.GetFullPath(fsSocketPath)); in Create()
93 … this.Log(LogLevel.Debug, "FUSE request header: {0}", Misc.PrettyPrintCollection(fuseInHdr)); in ProcessChain()
102 … this.Log(LogLevel.Debug, "FUSE request data: {0}", Misc.PrettyPrintCollection(fuseInData)); in ProcessChain()
108 … this.Log(LogLevel.Debug, "FUSE response header: {0}", Misc.PrettyPrintCollection(socketHdr)); in ProcessChain()
120 … this.Log(LogLevel.Debug, "FUSE response data: {0}", Misc.PrettyPrintCollection(socketData)); in ProcessChain()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Cache/
DPL310.cs37 case Offset.Debug: in WriteDoubleWord()
58 Debug = 0xf40 enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSAM4S_EEFC.cs76 … this.Log(LogLevel.Debug, "Tried to erase page #{0} which is currently locked", page); in ErasePage()
105 this.Log(LogLevel.Debug, "Executing command {0}, argument 0x{1:X}", command, argument); in ExecuteFlashCommand()
162 … this.Log(LogLevel.Debug, "Erasing {0} pages starting from {1}", numberOfPages, pageStart); in ExecuteFlashCommand()
176 this.Log(LogLevel.Debug, "Locked region #{0}", PageToLockRegionIndex(argument)); in ExecuteFlashCommand()
186 … this.Log(LogLevel.Debug, "Unlocked region #{0}", PageToLockRegionIndex(argument)); in ExecuteFlashCommand()
208 … this.Log(LogLevel.Debug, "Tried to erase sector #{0} which is currently locked", argument); in ExecuteFlashCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DSTM32L0_LpTimer.cs29 this.Log(LogLevel.Debug, "AutoReload reached"); in STM32L0_LpTimer()
40 this.Log(LogLevel.Debug, "Compare reached"); in STM32L0_LpTimer()
198 this.Log(LogLevel.Debug, "Enabling timer in the single shot mode"); in STM32L0_LpTimer()
206 this.Log(LogLevel.Debug, "Enabling timer in the continous mode"); in STM32L0_LpTimer()
214 this.Log(LogLevel.Debug, "Disabling timer"); in STM32L0_LpTimer()
299 this.Log(LogLevel.Debug, "Setting IRQ to {0}", flag); in UpdateInterrupts()
307 this.Log(LogLevel.Debug, "Compare value cannot be 0. Timer will not be set"); in TryEnableCompareTimer()
DNXP_OsTimer.cs23 this.Log(LogLevel.Debug, "Compare value reached"); in NXP_OsTimer()
60 …this.Log(LogLevel.Debug, "Changing compare value from 0x{0:X} to 0x{0:X}", innerTimer.Compare, nex… in DefineRegisters()
104 this.Log(LogLevel.Debug, "Setting IRQ to {0}", flag); in UpdateInterrupt()
DAmbiqApollo4_SystemTimer.cs45 this.Log(LogLevel.Debug, "GPIO#{0} {1}", number, value ? "set" : "unset"); in OnGPIO()
191 this.Log(LogLevel.Debug, "COUNTER overflow occurred"); in HandleLimitReached()
214 this.Log(LogLevel.Debug, "IRQI {0}", newIrqState ? "set" : "unset"); in UpdateCaptureOverflowIRQ()
226 this.Log(LogLevel.Debug, "CLKSEL set to NOCLK. Timer will be disabled."); in UpdateFrequency()
255 …this.Log(LogLevel.Debug, "Updating timer's frequency to {0} KHz; CLKSEL={1} ({2})", frequencySet /… in UpdateFrequency()
308 … owner.Log(LogLevel.Debug, "{0}: Register set with value: 0x{1:X}", name, ValueCaptured); in OnGPIO()
367 … owner.Log(LogLevel.Debug, "{0}: Compare value (0x{1:X}) reached", name, innerTimer.Compare); in CompareRegister()
448 … owner.Log(LogLevel.Debug, "{0}: {1} IRQ", name, newIrqState ? "Setting" : "Clearing"); in UpdateIRQ()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DIMXRT_LPSPI.cs114 this.Log(LogLevel.Debug, "Pushing a command: 0x{0:X8}", cmd); in DefineRegisters()
129 this.Log(LogLevel.Debug, "Pushing data: 0x{0:X8}", val); in DefineRegisters()
189 … this.Log(LogLevel.Debug, "Software Reset requested by writing RST to the Control Register"); in DefineRegisters()
254 this.Log(LogLevel.Debug, "Enabling CIRFIFO"); in DefineRegisters()
278 this.Log(LogLevel.Debug, "Switching to the {0} Mode", val ? "Master" : "Slave"); in DefineRegisters()
363 … this.Log(LogLevel.Debug, "Starting a new SPI xfer, frame size: {0} bytes", GetFrameSize() / 8); in TrySendDataInner()
374 this.Log(LogLevel.Debug, "Sending 0x{0:X} to the device", value); in TrySendDataInner()
385 this.Log(LogLevel.Debug, "Received response 0x{0:X} from the device", receivedWord); in TrySendDataInner()
432 this.Log(LogLevel.Debug, "Setting IRQ flag to {0}", flag); in UpdateInterrupts()
463 this.Log(LogLevel.Debug, "Restored Tx FIFO"); in TryTransmitFifoDequeue()
[all …]
DPULP_uDMA_SPI.cs117 … this.Log(LogLevel.Debug, "Tried to process a new command before finishing the previous one."); in TryExecuteTransaction()
122 … this.Log(LogLevel.Debug, "Tried to issue a transaction without full configuration."); in TryExecuteTransaction()
146 … this.Log(LogLevel.Debug, "Tried to issue a transaction without full configuration."); in TryStartReception()
170 … this.Log(LogLevel.Debug, "Tried to issue a transaction without full configuration."); in TryStartTransmission()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DTegraI2CController.cs141 this.Log(LogLevel.Debug, "TransferData(0x{0:X}) in mode {1}.", value, mode); in TransferData()
150 this.Log(LogLevel.Debug, "Payloald size: {0}.", payloadSize); in TransferData()
162 this.Log(LogLevel.Debug, "Not found {0}", slaveAddressForPacket); in TransferData()
168 this.Log(LogLevel.Debug, "Will read from 0x{0:X}.", slaveAddressForPacket); in TransferData()
173 this.Log(LogLevel.Debug, "Will write to 0x{0:X}.", slaveAddressForPacket); in TransferData()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DPL190_VIC.cs58 this.Log(LogLevel.Debug, "GPIO #{0} state changed to {1}", id, state); in OnGPIO()
135 … this.Log(LogLevel.Debug, "Interrupt #{0} configured as {1}", idx, value ? "FIQ" : "IRQ"); in DefineRegisters()
146 this.Log(LogLevel.Debug, "Interrupt #{0} enabled", idx); in DefineRegisters()
158 this.Log(LogLevel.Debug, "Interrupt #{0} disabled", idx); in DefineRegisters()
212 this.Log(LogLevel.Debug, "Finished IRQ #{0}", irqId); in DefineRegisters()
240 this.Log(LogLevel.Debug, "Setting soft IRQ {0}", id); in DefineRegisters()
251 this.Log(LogLevel.Debug, "Clearing soft IRQ {0}", id); in DefineRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DRESDStream.cs228 …Owner?.Log(LogLevel.Debug, "RESD: Tried getting sample at timestamp {0}ns, before the start time o… in TryGetSample()
253 …Owner?.Log(LogLevel.Debug, "RESD: Tried getting sample at timestamp {0}ns, before the first sample… in TryGetSample()
258 … Owner?.Log(LogLevel.Debug, "RESD: Getting sample at timestamp {0}ns: {1}", timestamp, sample); in TryGetSample()
262 …Owner?.Log(LogLevel.Debug, "RESD: Tried getting sample at timestamp {0}ns after the last sample of… in TryGetSample()
270 Owner?.Log(LogLevel.Debug, "RESD: That was the last block of the file"); in TryGetSample()
292 Owner?.Log(LogLevel.Debug, "RESD: End of sample feeding thread detected"); in StartSampleFeedThread()
301 …Owner?.Log(LogLevel.Debug, "RESD: Starting samples feeding thread at frequency {0}Hz delayed by {1… in StartSampleFeedThread()
336 …Owner?.Log(LogLevel.Debug, "RESD: First sample of the file has timestamp {0}ns", currentBlock.Star… in PrereadFirstBlock()
352 …Owner?.Log(LogLevel.Debug, "RESD: Skipping block of type {0} and size {1} bytes", nextBlock.BlockT… in TryGetNextBlock()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/ATAPI/
DCDROM.cs65 this.Log(LogLevel.Debug, "Decoded command: {0}", command); in HandleCommand()
76 …this.Log(LogLevel.Debug, "Command args: LogicalBlockAddress: 0x{0:x}, TransferLength: {1}", (uint)… in HandleCommand()
81 … this.Log(LogLevel.Debug, "Reading {0} bytes from address 0x{1:x}", bytesCount, readPosition); in HandleCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_DMA.cs171 …this.Log(LogLevel.Debug, "Transmit Tail register (DMACTxDTPR.TDT) set to: 0x{0:X}", txDescriptorRi… in DefineChannelRegisters()
183 …this.Log(LogLevel.Debug, "Receive Tail register (DMACRxDTPR.RDT) set to: 0x{0:X}", rxDescriptorRin… in DefineChannelRegisters()
274 this.Log(LogLevel.Debug, "Receive: Dropping overflow frame {0}", frame); in ReceiveFrame()
279 this.Log(LogLevel.Debug, "Receive: Incoming frame {0}", frame); in ReceiveFrame()
301 this.Log(LogLevel.Debug, "Blinking TxIRQ"); in UpdateInterrupts()
306 this.Log(LogLevel.Debug, "Blinking RxIRQ"); in UpdateInterrupts()
316 …this.Log(LogLevel.Debug, "TxIRQ: {0}, RxIRQ: {1}", txState ? "setting" : "unsetting", rxState ? "s… in UpdateInterrupts()
424 … this.Log(LogLevel.Debug, "Receive: Starting DMA at 0x{0:X}.", rxDescriptorRingCurrent.Value); in StartRx()
428 … this.Log(LogLevel.Debug, "Receive: Resuming DMA at 0x{0:X}.", rxDescriptorRingCurrent.Value); in StartRx()
446 this.Log(LogLevel.Debug, "Receive: Loaded descriptor is not owned by DMA."); in StartRx()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DVideoCapturer.cs30 loggingParent.Log(LogLevel.Debug, "Opening device: {0}...", device); in Start()
70 loggingParent.Log(LogLevel.Debug, "Grabbing a frame..."); in GrabSingleFrame()
176 loggingParent.Log(LogLevel.Debug, "Requesting video IO buffer..."); in RequestBuffer()
204 loggingParent.Log(LogLevel.Debug, "Freeing video IO buffer..."); in FreeBuffer()

12345678