/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/ |
D | NetworkServer.cs | 63 this.Log(LogLevel.Info, "Network server started at IP {0}", IP); in NetworkServer() 87 … this.Log(LogLevel.Error, "Couldn't register module on port {0} as it's already used", port); in RegisterModule() 93 … this.Log(LogLevel.Error, "Couldn't register module by name {0} as it's already used", name); in RegisterModule() 97 this.Log(LogLevel.Noisy, "Registering module on port {0}", port); in RegisterModule() 107 this.Log(LogLevel.Noisy, "Ethernet packet details: {0}", frame); in ReceiveFrame() 109 this.Log(LogLevel.Noisy, Misc.PrettyPrintCollectionHex(frame.Bytes)); in ReceiveFrame() 120 this.Log(LogLevel.Noisy, "Sending response: {0}", ethernetResponse); in ReceiveFrame() 133 this.Log(LogLevel.Warning, "Unsupported packet type: {0}", ethernetPacket.Type); in ReceiveFrame() 145 this.Log(LogLevel.Noisy, "Handling IPv4 packet: {0}", PacketToString(packet)); in HandleIPv4() 154 this.Log(LogLevel.Warning, "Unsupported protocol: {0}", packet.Protocol); in HandleIPv4() [all …]
|
/Renode-v1.15.3-c57714d/src/Renode/Network/ExternalControl/ |
D | ExternalControlServer.cs | 55 this.Log(LogLevel.Noisy, "State change: {0} -> {1}", state, State.Handshake); in ExternalControlServer() 58 this.Log(LogLevel.Debug, "Connection established"); in ExternalControlServer() 69 this.Log(LogLevel.Noisy, "State change: {0} -> {1}", state, State.NotConnected); in ExternalControlServer() 72 this.Log(LogLevel.Debug, "Connection closed"); in ExternalControlServer() 78 … this.Log(LogLevel.Info, "{0}: Listening on port {1}", nameof(ExternalControlServer), port); in ExternalControlServer() 85 this.Log(LogLevel.Noisy, "State change: {0} -> {1}", state, State.Disposed); in Dispose() 123 this.Log(LogLevel.Noisy, "{0} (version 0x{1:X}) activated", command, version); in TryActivateCommands() 131 this.Log(LogLevel.Error, message); in TryActivateCommands() 150 this.Log(LogLevel.Noisy, "{0} commands to activate", commandsToActivate); in StepReceiveFiniteStateMachine() 192 this.Log(LogLevel.Error, message); in StepReceiveFiniteStateMachine() [all …]
|
D | ADC.cs | 43 … parent.Log(LogLevel.Debug, "Executing ADC GetCount command, returned {0}", channelCount); in Invoke() 49 …parent.Log(LogLevel.Debug, "Executing ADC GetValue command, channel #{0} returned {1}", channel, v… in Invoke() 54 …parent.Log(LogLevel.Debug, "Executing ADC SetValue command, channel #{0} set to {1}", channel, val… in Invoke()
|
D | RunFor.cs | 27 parent.Log(LogLevel.Warning, "RunFor disposed while running"); in Dispose() 62 parent.Log(LogLevel.Info, "Executing RunFor({0}) command", interval); in Invoke()
|
/Renode-v1.15.3-c57714d/src/Renode/Network/NetworkServer/Modules/ |
D | TftpServerModule.cs | 56 this.Log(LogLevel.Info, "TFTP server started at port {0}", Port); in TftpServerModule() 90 LogLevel logLevel; in HandleLog() 95 logLevel = LogLevel.Debug; in HandleLog() 100 logLevel = LogLevel.Info; in HandleLog() 104 logLevel = LogLevel.Warning; in HandleLog() 111 logLevel = LogLevel.Error; in HandleLog() 141 this.Log(LogLevel.Noisy, "Searching for file {0}", args.Filename); in HandleStream() 146 … this.Log(LogLevel.Warning, "Asked for {0} file, but it does not exist", args.Filename); in HandleStream() 161 … this.Log(LogLevel.Warning, "There was an error when reading {0} file: {1}", path, e.Message); in HandleStream() 175 this.Log(LogLevel.Info, "Received file '{0}' without any content", args.Filename); in HandleFileReceived() [all …]
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/ |
D | SocketConnection.cs | 59 …parentElement.Log(LogLevel.Error, $"Main socket failed to accept connection after timeout of {time… in Connect() 65 …parentElement.Log(LogLevel.Error, $"Async socket failed to accept connection after timeout of {tim… in Connect() 71 parentElement.Log(LogLevel.Error, "Handshake with co-simulation failed."); in Connect() 89 parentElement.Log(LogLevel.Debug, "Connected to the cosimulated peripheral!"); in Connect() 105 …parentElement.Log(LogLevel.Debug, "Didn't send message {0} - not connected to co-simulation", mess… in TrySendMessage() 171 … parentElement.Log(LogLevel.Warning, "Co-simulated process had to be killed."); in Abort() 206 … parentElement.Log(LogLevel.Error, $"Simulation file \"{value}\" doesn't exist."); 208 parentElement.Log(LogLevel.Debug, 278 parentElement.Log(LogLevel.Error, info); in LogAndThrowRE() 288 parentElement.Log(LogLevel.Error, message); in AbortAndLogError() [all …]
|
D | CoSimulationConnection.cs | 189 this.Log(LogLevel.Error, message); 211 this.Log(LogLevel.Warning, "The co-simulated peripheral is already connected."); in Connect() 279 …this.Log(LogLevel.Warning, "Cannot write to peripheral. Set SimulationFilePath or connect to a sim… in Write() 290 …this.Log(LogLevel.Warning, "Cannot read from peripheral. Set SimulationFilePath or connect to a si… in Read() 308 this.Log(LogLevel.Error, message); in AbortAndLogError() 355 this.Log(LogLevel.Warning, "Operation error reported by the co-simulation!"); in ValidateResponse() 374 …this.Log(LogLevel.Error, "Received co-simulation message {} to a peripheral with index {}, not reg… in HandleReceivedMessage() 399 this.Log(LogLevel.Warning, "Invalid action received"); in HandleReceivedMessage() 405 …this.Log(LogLevel.Noisy, "Writing byte: 0x{0:X} to address: 0x{1:X}", message.Data, message.Addres… in HandleReceivedMessage() 410 …this.Log(LogLevel.Noisy, "Writing word: 0x{0:X} to address: 0x{1:X}", message.Data, message.Addres… in HandleReceivedMessage() [all …]
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/CoSimulated/Peripherals/ |
D | CoSimulatedRiscV32.cs | 89 this.Log(LogLevel.Warning, "AddHookAtInterruptBegin not implemented"); in AddHookAtInterruptBegin() 94 this.Log(LogLevel.Warning, "AddHookAtInterruptEnd not implemented"); in AddHookAtInterruptEnd() 99 this.Log(LogLevel.Warning, "AddHook not implemented"); in AddHook() 104 this.Log(LogLevel.Warning, "RemoveHook not implemented"); in RemoveHook() 109 this.Log(LogLevel.Warning, "AddHookAtWfiStateChange not implemented"); in AddHookAtWfiStateChange() 114 this.Log(LogLevel.Warning, "RemoveHooksAt not implemented"); in RemoveHooksAt() 119 this.Log(LogLevel.Warning, "RemoveAllHooks not implemented"); in RemoveAllHooks()
|
D | CoSimulatedCFU.cs | 140 this.Log(LogLevel.Warning, "SimulationFilePath not set!"); 201 this.Log(LogLevel.Error, info); in LogAndThrowRE() 228 this.Log(LogLevel.Noisy, "CFU {0} registered", connectedCfus); in RegisterCFU() 253 …this.Log(LogLevel.Error, "CFU custom instruction error, opcode: 0x{0:x}, error: {1}", opcode, stat… in HandleCustomInstruction() 256 … this.Log(LogLevel.Error, "CFU operation timeout, opcode: 0x{0:x}, error: {1}", opcode, status); in HandleCustomInstruction() 259 … this.Log(LogLevel.Error, "CFU unknown error, opcode: 0x{0:x}, error: {1}", opcode, status); in HandleCustomInstruction()
|
D | CoSimulatedPeripheral.cs | 181 …this.Log(LogLevel.Warning, $"Received GPIO change from co-simulation, but no cosimToRenodeSignalRa… in ReceiveGPIOChange() 188 this.Log(LogLevel.Warning, "Unhandled interrupt: '{0}'", localNumber); in ReceiveGPIOChange() 293 …this.Log(LogLevel.Warning, "Trying to {0} {1} bits at offset 0x{2:X}{3}, but maximum length is {4}… in VerifyLength() 317 …this.Log(LogLevel.Error, "CoSimulatedPeripheral: Parameter \"{0}\" set to {1} will be ignored, bec… in CheckNoEffectConstructorParam()
|
D | CoSimulatedUART.cs | 55 …this.Log(LogLevel.Warning, $"Received GPIO change from co-simulation, but no cosimToRenodeSignalRa… in ReceiveGPIOChange() 62 this.Log(LogLevel.Warning, "Unhandled interrupt: '{0}'", localNumber); in ReceiveGPIOChange()
|
/Renode-v1.15.3-c57714d/tests/platforms/ |
D | echo-i2c-peripheral.py | 16 self.dummy.Log(LogLevel.Warning, "No data received") 25 self.dummy.Log(LogLevel.Warning, "Unknown command: {0}", command) 36 self.dummy.Log(LogLevel.Warning, "Expected 1 byte of data for command 3") 42 …self.dummy.Log(LogLevel.Info, "Test {0} with message {1}", self.get_result_string(), self.last_wri… 45 self.dummy.Log(LogLevel.Info, "Test suite {0}", self.get_result_string())
|
/Renode-v1.15.3-c57714d/src/Renode/RobotFrameworkEngine/ |
D | HttpServer.cs | 39 …Logger.Log(LogLevel.Error, "Could not start the HTTP server on {0}", selectAnyPort ? "any port" : … in Run() 48 … Logger.Log(LogLevel.Info, "Robot Framework remote server is listening on port {0}", actualPort); in Run() 58 Logger.Log(LogLevel.Error, "Could not create port file"); in TryCreatePortFile() 68 Logger.Log(LogLevel.Error, "Could not create port file: {0}", ex.Message); in TryCreatePortFile() 130 Logger.Log(LogLevel.Info, "Robot Framework remote servers listener thread stopped"); in Runner()
|
/Renode-v1.15.3-c57714d/tests/peripherals/CLIC/ |
D | CLIC-test-setup.resc | 30 cpu.Log(LogLevel.Error, "Sig path: ({0})", sig_path) 35 cpu.Log(LogLevel.Error, "Different number of generated ({0}) and reference" 42 …cpu.Log(LogLevel.Error, "Wrong generated signature #{0}: {1} different than reference signature {2… 45 cpu.Log(LogLevel.Info, "Signature {0} OK: {1} == {2}".format(i, sig, ref_sig)) 48 cpu.Log(LogLevel.Info, "All signatures correct") 67 machine.Log(LogLevel.Info, "Signature OK: 0x{:08X} == 0x{:08X}".format(value, ref_sig)) 69 …machine.Log(LogLevel.Warning, "Writing signature #{}: 0x{:08X} different than reference signature …
|
/Renode-v1.15.3-c57714d/src/Renode/Plugins/ |
D | UbootMode.cs | 41 …Logger.Log(LogLevel.Warning, "Post-relocation symbol reloading failed. Wrong refrerence to sysbus"… in RelocationHook() 46 …Logger.Log(LogLevel.Warning, "Post-relocation symbol reloading failed. Unable to get U-Boot reloca… in RelocationHook() 49 Logger.Log(LogLevel.Info, "U-Boot relocated to 0x{0:X}", relocaddr); in RelocationHook() 60 … Logger.Log(LogLevel.Noisy, "Post-relocation symbol reloading failed. U-Boot ELF wasn't loaded."); in ReloadSymbols()
|
D | OsTimeSkipHook.cs | 36 Logger.Log(LogLevel.Warning, "Unable to get time skip return address"); in SkipTimeHook() 42 Logger.Log(LogLevel.Warning, "Unable to get time skip first parameter"); in SkipTimeHook()
|
/Renode-v1.15.3-c57714d/tests/unit-tests/ |
D | TestPeripheral.cs | 36 … this.Log(LogLevel.Info, "Written value 0x{0:X} to Reg0; current timestamp is {1}", value, cts); in DefineRegisters() 37 this.Log(LogLevel.Info, "Scheduling delayed action in {0}us", delay); in DefineRegisters() 42 … this.Log(LogLevel.Info, "Executing scheduled action for Reg0; current timestamp is {0}", cts2); in DefineRegisters()
|
D | SubobjectTester.cs | 29 this.Log(LogLevel.Noisy, "Hello from object"); in HandleWrite() 49 parent.Log(LogLevel.Noisy, "Hello from sub-object"); in Write()
|
D | instructions-counting.robot | 96 …Execute Command sysbus.cpu SetHookAtBlockEnd "cpu.Log(LogLevel.Info, 'BlockEnd Hoo… 104 …Execute Command sysbus.cpu SetHookAtBlockEnd "cpu.Log(LogLevel.Info, 'BlockEnd hoo… 122 …Execute Command cpu AddHookAtWfiStateChange 'self.Log(LogLevel.Info, "ENTER WFI - … 144 … sysbus AddWatchpointHook ${WATCHPOINT_ADDRESS} 1 Read "cpu.Log(LogLevel.Info, 'Watchpoint… 145 …Execute Command sysbus.cpu SetHookAtBlockBegin "cpu.Log(LogLevel.Info, 'BlockBegin…
|
/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/ |
D | BLESniffer.cs | 25 …sender.Log(LogLevel.Error, "BLE packet size is {0} bytes. Expected at least {1} bytes.", originalP… in InsertHeaderToPacket() 32 …sender.Log(LogLevel.Error, "Channel number {0} doesn't exist in bluetooth specification.", sender.… in InsertHeaderToPacket() 68 …sender.Log(LogLevel.Error, "There is no connection associated with accessAddress: 0x{0:X}.", acces… in InsertHeaderToPacket() 93 …sender.Log(LogLevel.Error, "Connect packet size is {0} bytes. Expected at least {1} bytes.", origi… in InsertHeaderToPacket() 103 …sender.Log(LogLevel.Warning, "There is already a connection associated with access address: 0x{0:X… in InsertHeaderToPacket()
|
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/Peripheral/ |
D | SystemCPeripheral.cs | 108 …Logger.Log(LogLevel.Error, "Message for main system bus connection does not have a direct connecti… in GetDirectConnectionIndex() 140 Logger.Log(LogLevel.Error, "MMF path name is too long"); in DMIMessage() 248 …this.Log(LogLevel.Error, "Failed to add Direct Connection #{0} - connection with this index is alr… in AddDirectConnection() 265 …this.Log(LogLevel.Info, "SystemCPeripheral waiting for forward SystemC connection on {0}:{1}", add… 360 … this.Log(LogLevel.Info, "SystemC process failed to exit gracefully - killing it."); in Dispose() 386 … this.Log(LogLevel.Error, "Request to SystemCPeripheral failed, Read will return 0."); in ReadInternal() 410 … this.Log(LogLevel.Error, "Request to SystemCPeripheral failed, Write will have no effect."); in WriteInternal() 490 …this.Log(LogLevel.Warning, $"Requested time synchronization period of {timesyncTimer.Limit}us is s… in SetupTimesync() 526 …this.Log(LogLevel.Error, "Unable to communicate with SystemC peripheral. Try setting SystemCExecut… in SendRequest() 542 this.Log(LogLevel.Info, "Backward connection to SystemC process closed."); in BackwardConnectionLoop() [all …]
|
/Renode-v1.15.3-c57714d/src/Renode/Integrations/ |
D | ArduinoLoader.cs | 147 … this.Log(LogLevel.Noisy, "Decoding input: {0}", System.Text.ASCIIEncoding.ASCII.GetString(d)); in Decode() 196 … this.Log(LogLevel.Warning, "Unknown command {0} (0x{0:X})", (Command)d[i]); in Decode() 205 …this.Log(LogLevel.Noisy, "Handling command {0} (0x{0:X}) with args [0]: 0x{1:X} [1]: 0x{2:X}", c, … in HandleCommand() 271 this.Log(LogLevel.Warning, "Unsupported command {0} (0x{0:X})", c); in HandleCommand() 293 …this.Log(LogLevel.Warning, "Received {0} bytes of data to store in the SRAM buffer, but there is s… in StoreToSRAMBuffer() 310 …this.Log(LogLevel.Warning, "Asked to write {0} bytes to flash buffer, but there is space only for … in CopyFromSRAMToFlash()
|
/Renode-v1.15.3-c57714d/tests/unit-tests/InterruptHooks/ |
D | arm-m.robot | 13 …Execute Command sysbus.cpu AddHookAtInterruptBegin 'self.Log(LogLevel.Info, "${LOG_KWD… 14 …Execute Command sysbus.cpu AddHookAtInterruptEnd 'self.Log(LogLevel.Info, "${LOG_KWD_E…
|
/Renode-v1.15.3-c57714d/tests/platforms/systemc/test-synchronization/ |
D | ExecuteInLockPeripheral.cs | 28 this.Log(LogLevel.Info, $"Got write request with value 0x{value:X}"); in WriteByte()
|
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/ |
D | renode.h | 38 enum LogLevel enum
|