| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/ |
| D | LogEntry.cs | 18 Message = message; in LogEntry() 34 Message == entry.Message; in EqualsWithoutIdTimeAndCount() 55 Message = reader.ReadString(); in Load() 72 writer.Write(Message); in Save() 82 public string Message { get; private set; } property in Antmicro.Renode.Logging.LogEntry
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/ConsoleBackendAnalyzers/ |
| D | ProcessBasedProvider.cs | 60 if(!e.Message.Contains("finished") && !e.Message.Contains("exited")) in Close() 97 … Logger.LogAs(this, LogLevel.Error, "There was an error when starting process: {0}", e.Message); in RunProcess()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/ |
| D | MemoryBackend.cs | 66 Message = formatter(entry); in MemoryLogEntry() 71 public string Message { get; } property in Antmicro.Renode.Logging.Backends.MemoryLogEntry
|
| D | TextBackend.cs | 19 var messages = entry.Message.Split('\n').GetEnumerator(); in FormatLogEntry()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/ |
| D | SlipRadio.cs | 87 …string.Format("There was an error when removing symlink `{0}': {1}", symlink.FullName, e.Message)); in Dispose() 199 …tring.Format("There was an error when removing existing `{0}' symlink: {1}", linkName, e.Message)); in CreateSymlink() 209 …(string.Format("There was an error when when creating a symlink `{0}': {1}", linkName, e.Message)); in CreateSymlink()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/ |
| D | MessageAuthenticationServiceProvider.cs | 133 … manager.TryReadBytes((long)MsgAuthRegisters.Message, (int)msgBytesLength, out var msgBytes); in NonDMAGCM() 142 manager.TryWriteBytes((long)MsgAuthRegisters.Message, ciphertext); in NonDMAGCM() 145 …manager.TryWriteBytes((long)MsgAuthRegisters.Message + ciphertext.Length, new byte[] { 0, 0, 0, 0 … in NonDMAGCM() 239 Message = 0x80DC, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/ |
| D | RV8803_RTC.cs | 408 parent.Log(LogLevel.Warning, e.Message); 424 parent.Log(LogLevel.Warning, e.Message); 440 parent.Log(LogLevel.Warning, e.Message); 456 parent.Log(LogLevel.Warning, e.Message); 472 parent.Log(LogLevel.Warning, e.Message);
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Tokenizer/ |
| D | TokenizationResult.cs | 35 … + Exception != null ? String.Format(" Exception message: {0}",Exception.Message):""); in ToString()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/ |
| D | GPIOTests.cs | 55 …Assert.That(ex.Message, Is.EqualTo("Cannot connect 10th input of Antmicro.Renode.UnitTests.Mocks.M… in ShouldThrowOnIllegalInputNo()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | KS8851.cs | 68 Message(); in Transmit() 101 private void Message() in Message() method in Antmicro.Renode.Peripherals.Network.KS8851
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/ |
| D | MPFS_CAN.cs | 503 …nt.Log(LogLevel.Warning, "Mailbox #{1} already contains a message: {0}", Message.ToString(), Buffe… in TrySetMessage() 512 Message = message; in TrySetMessage() 521 if(Message == null) in GetData() 525 return BitHelper.ToUInt32(Message.Data, (int)offset, 4, isSwapped); in GetData() 536 public CANMessageFrame Message { get; private set; } property in Antmicro.Renode.Peripherals.CAN.MPFS_CAN.RxMessageBuffer
|
| D | SocketCANBridge.cs | 90 … this.Log(LogLevel.Warning, "Failed to create SocketCAN from {0}: {1}", message, e.Message); in OnFrameReceived()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/ |
| D | WindowsTapInterface.cs | 239 …ost likely closed - stopping reading from the TAP device file. Exception message: {0}", e.Message); in TransmitLoop() 244 …rror reading data - stopping reading from the TAP device file. Exception message: {0}", e.Message); in TransmitLoop()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/ |
| D | CrashHandler.cs | 82 result.AppendLine(current.Message); in GetFullStackTrace()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/ |
| D | ADCChannel.cs | 136 throw new RecoverableException(e.Message); in ParseSamplesFile()
|
| D | EOSS3_ADC.cs | 92 throw new RecoverableException(e.Message); in ParseSamplesFile()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | SafeBinaryReader.cs | 173 EndOfStreamEvent?.Invoke(e.Message); in ExecuteAndHandleError()
|
| D | SharedLibraries.cs | 163 message = new Win32Exception(errno).Message; in HandleError()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/ |
| D | ShowBackendAnalyzerCommand.cs | 50 …e initializing analyzer for: {1}. Are you missing a required plugin?", e.Message, peripheral.Value… in Run()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | PythonEngine.cs | 186 errorCallback?.Invoke(e.Message); in Execute()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Tools/Network/ |
| D | CANHub.cs | 108 … this.Log(LogLevel.Warning, "Failed to create SocketCAN from {0}: {1}", message, e.Message); in Transmit()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | AmbiqApollo4_Security.cs | 65 … this.Log(LogLevel.Debug, "Error when reading memory to calculate CRC32: {0}", exception.Message); in CalculateCrc32()
|
| D | MAX32650_TPU.cs | 43 …og(LogLevel.Warning, "Error occured when reading memory to calculate CRC: {0}", exception.Message); in CalculateCrc32()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/MonitorTests/CommandTests/ |
| D | PythonCommands.cs | 123 Assert.Fail(e.Message); in DumpFileTest()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/ |
| D | MonitorPythonEngine.cs | 135 throw new RecoverableException(String.Format("Line : {0}\n{1}", e.Line, e.Message)); in ExecutePythonCommand()
|