Home
last modified time | relevance | path

Searched refs:LogAs (Results 1 – 21 of 21) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs93 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/
DTypeManager.cs89 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 …]
DCachingFileFetcher.cs64 … 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()
DICanLoadFiles.cs31 Logger.LogAs( in LoadFileChunks()
DSocketServerProvider.cs54 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/
DProcessBasedProvider.cs74 …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/
DCommand.cs81 … 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/
DLBABackend.cs62 … 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/
DTimeCommand.cs21 Logger.LogAs(monitor, LogLevel.Info, output); in Run()
DLogCommand.cs44 Logger.LogAs(monitor, logLevel, "Script: " + message); in InnerLog()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DWriteDataToMemoryCommand.cs28 … 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()
DBreakpointCommand.cs64 … 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/
DX11EventSource.cs77 Logger.LogAs(this, LogLevel.Warning, "Unhandled keycode: {0}", keyCode); in KeyPressed()
89 Logger.LogAs(this, LogLevel.Warning, "Unhandled keycode: {0}", keyCode); in KeyReleased()
DXWTEventSource.cs54 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/
DPrintfHandler.cs25 Logger.LogAs(this, LogLevel.Warning, arguments.First().ToString()); in CallHandler()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DFileLoaderExtensions.cs29 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/
DSCSI.cs83 … Logger.LogAs(this, LogLevel.Warning, "Unsupported Command Descriptor Block Length"); in Fill()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs154 … 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/
DPluginManager.cs94 Logger.LogAs(this, LogLevel.Warning, "Could not load plugin. {0}", e.Message); in Init()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DBackendManager.cs256 …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/
DMachine.cs1177 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()