| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/ |
| D | Logger.cs | 93 LogAs(null, type, message, args); in Log() 98 LogAs(null, type, message); in Log() 103 LogAs(null, type, message, arg1); in Log() 108 LogAs(null, type, message, arg1, arg2); in Log() 113 LogAs(null, type, message, arg1, arg2, arg3); in Log() 118 LogAs(null, LogLevel.Error, message); in Error() 123 LogAs(null, LogLevel.Warning, message); in Warning() 128 LogAs(null, LogLevel.Info, message); in Info() 133 LogAs(null, LogLevel.Debug, message); in Debug() 138 LogAs(null, LogLevel.Noisy, message); in Noisy() [all …]
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | TypeManager.cs | 89 Logger.LogAs(this, LogLevel.Noisy, "Loading assembly {0}.", path); in ScanFile() 97 …Logger.LogAs(this, LogLevel.Noisy, "Assembly loaded, there are now {0} types in dictionaries.", Ge… in ScanFile() 107 Logger.LogAs(this, LogLevel.Noisy, "Scanning directory {0}.", path); in Scan() 114 …Logger.LogAs(this, LogLevel.Noisy, "Scanning took {0}s, there are now {1} types in dictionaries.",… in Scan() 128 Logger.LogAs(this, LogLevel.Noisy, "Binding extension methods for {0}.", fullName); in GetExtensionMethods() 130 Logger.LogAs(this, LogLevel.Noisy, "{0} methods bound.", methodInfos.Length); in GetExtensionMethods() 255 …Logger.LogAs(this, LogLevel.Noisy, "Assembly '{0}' resolved by exact match from '{1}'.", args.Name… in ResolveAssembly() 259 …Logger.LogAs(this, LogLevel.Noisy, "Assembly '{0}' resolved by simple name '{1}' from '{2}'.", arg… in ResolveAssembly() 275 Logger.LogAs(this, LogLevel.Noisy, "Ignoring assembly '{0}'", assembly); in ScanInner() 354 … Logger.LogAs(this, LogLevel.Noisy, "Loaded assembly {0} ({1} triggered).", path, type.FullName); in GetTypeWithLazyLoad() [all …]
|
| D | CachingFileFetcher.cs | 64 … Logger.LogAs(this, LogLevel.Error, "Cannot perform concurrent downloads, aborting..."); in TryFetchFromUri() 176 Logger.LogAs(this, LogLevel.Info, "Download cancelled."); in TryDownload() 187 Logger.LogAs(this, LogLevel.Info, "Download done."); in TryDownload() 207 Logger.LogAs(this, LogLevel.Info, "Downloading {0}.", uri); in TryDownloadInner() 354 …Logger.LogAs(this, LogLevel.Warning, "Binary {0} found in index but is missing in cache.", fileNam… in VerifyCachedFile() 371 …Logger.LogAs(this, LogLevel.Warning, "Size of the file differs: is {0}B, should be {1}B.", actualS… in VerifySize() 392 …Logger.LogAs(this, LogLevel.Warning, "Checksum of the file differs, is {0}, should be {1}.", Check… in VerifyChecksum() 442 …Logger.LogAs(this, LogLevel.Warning, "There was an error while loading index file. Cache will be r… in ReadBinariesIndex()
|
| D | ICanLoadFiles.cs | 31 Logger.LogAs( in LoadFileChunks()
|
| D | SocketServerProvider.cs | 54 Logger.LogAs(this, LogLevel.Debug, "Failed to drop socket from the manager"); in Stop() 172 Logger.LogAs(this, LogLevel.Debug, "Client disconnected, stream closed."); in ReaderThreadBody()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/ConsoleBackendAnalyzers/ |
| D | ProcessBasedProvider.cs | 74 …Logger.LogAs(this, LogLevel.Error, "There was an error while starting {0} with arguments: {1}. It … in LogError() 93 … Logger.LogAs(this, LogLevel.Warning, "Could not find binary: {0}", p.StartInfo.FileName); in RunProcess() 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/Utilities/GDB/ |
| D | Command.cs | 81 … Logger.LogAs(this, LogLevel.Warning, "Translation address failed for write access type!"); in TryTranslateAddress() 91 …Logger.LogAs(this, LogLevel.Warning, "Translation address failed for both read and instruction fet… in TryTranslateAddress() 98 …Logger.LogAs(this, LogLevel.Debug, "Translation address failed for {0} access type! Returned trans… in TryTranslateAddress() 104 …Logger.LogAs(this, LogLevel.Warning, "Translation address missmatch for read and instruction fetch… in TryTranslateAddress() 158 …Logger.LogAs(this, LogLevel.Warning, "Could not translate address 0x{0:X} to a valid physical addr… in TryAddTranslatedMemoryFragment()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/ |
| D | LBABackend.cs | 62 … Logger.LogAs(this, LogLevel.Noisy, "Reading {0} blocks ({1}B), starting at block no {2}.", in Read() 71 … Logger.LogAs(this, LogLevel.Noisy, "Writing {0} blocks ({1}B), starting at block no {2}.", in Write()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/ |
| D | TimeCommand.cs | 21 Logger.LogAs(monitor, LogLevel.Info, output); in Run()
|
| D | LogCommand.cs | 44 Logger.LogAs(monitor, logLevel, "Script: " + message); in InnerLog()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/ |
| D | WriteDataToMemoryCommand.cs | 28 … Logger.LogAs(this, LogLevel.Warning, "length argument does not match the size of sent data."); in WriteHexData() 42 … Logger.LogAs(this, LogLevel.Warning, "length argument does not match the size of sent data."); in WriteBinaryData()
|
| D | BreakpointCommand.cs | 64 … Logger.LogAs(this, LogLevel.Warning, "Unsupported breakpoint type: {0}, not inserting.", type); in InsertBreakpoint() 101 … Logger.LogAs(this, LogLevel.Warning, "Unsupported breakpoint type: {0}, not removing.", type); in RemoveBreakpoint()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Events/ |
| D | X11EventSource.cs | 77 Logger.LogAs(this, LogLevel.Warning, "Unhandled keycode: {0}", keyCode); in KeyPressed() 89 Logger.LogAs(this, LogLevel.Warning, "Unhandled keycode: {0}", keyCode); in KeyReleased()
|
| D | XWTEventSource.cs | 54 Logger.LogAs(this, LogLevel.Warning, "Unhandled keycode: {0}", e.Key); in HandleKeyReleased() 77 Logger.LogAs(this, LogLevel.Warning, "Unhandled keycode: {0}", e.Key); in HandleKeyPressed()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/Handlers/ |
| D | PrintfHandler.cs | 25 Logger.LogAs(this, LogLevel.Warning, arguments.First().ToString()); in CallHandler()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/ |
| D | FileLoaderExtensions.cs | 29 Logger.LogAs(loader, LogLevel.Debug, "Loading binary file {0}.", fileName); in LoadBinary() 67 Logger.LogAs(loader, LogLevel.Debug, "Loading HEX file {0}.", fileName); in LoadHEX() 182 Logger.LogAs(loader, LogLevel.Debug, "Loading S-record file {0}.", fileName); in LoadSRecord() 377 Logger.LogAs(loader, LogLevel.Debug, "Loading ELF file {0}.", fileName); in LoadELF()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/ |
| D | SCSI.cs | 83 … Logger.LogAs(this, LogLevel.Warning, "Unsupported Command Descriptor Block Length"); in Fill()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/ |
| D | Monitor.cs | 154 … Logger.LogAs(this, LogLevel.Error, "Could not initialize command {0}.", type.Name); in InitializeAutoCommand() 189 … Logger.LogAs(this, LogLevel.Warning, "Command {0} already registered.", command.Name); in RegisterCommand() 199 Logger.LogAs(this, LogLevel.Warning, "Command {0} not registered.", command.Name); in UnregisterCommand() 280 …Logger.LogAs(this, LogLevel.Warning, "No action for reset - macro {0} is not registered.", macroNa… in ResetMachine() 973 … Logger.LogAs(this, LogLevel.Debug, "Bug in mono on Directory.GetFiles!"); in SuggestCommands()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Plugins/ |
| D | PluginManager.cs | 94 Logger.LogAs(this, LogLevel.Warning, "Could not load plugin. {0}", e.Message); in Init()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ |
| D | BackendManager.cs | 256 …Logger.LogAs(this, LogLevel.Warning, "Could not restore preferred analyzer for {0}: {1}. Error whi… in RestorePreferredAnalyzers()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | Machine.cs | 1177 Logger.LogAs(icpu, LogLevel.Error, "Failed to restart translation block."); in TryRestartTranslationBlockOnCurrentCpu() 1184 …Logger.LogAs(icpu, LogLevel.Warning, "Translation block restarting is not supported by '{0}'", icp… in TryRestartTranslationBlockOnCurrentCpu()
|