Home
last modified time | relevance | path

Searched refs:AppendFormat (Results 1 – 20 of 20) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTraceTextWriter.cs46 stringBuilder.AppendFormat("Couldn't disassemble opcode at PC 0x{0:X}\n", pc); in Write()
54 stringBuilder.AppendFormat("0x{0:X}\n", result.PC); in Write()
58 stringBuilder.AppendFormat("0x{0}\n", result.OpcodeString.ToUpper()); in Write()
62 … stringBuilder.AppendFormat("0x{0:X}: 0x{1}\n", result.PC, result.OpcodeString.ToUpper()); in Write()
70 stringBuilder.AppendFormat("{0, -60} [{1}]\n", disassembly, symbol); in Write()
74 stringBuilder.AppendFormat("{0}\n", disassembly); in Write()
80 … stringBuilder.AppendFormat("{0}\n", nextAdditionalData.GetStringRepresentation()); in Write()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DTextBackend.cs28 …messageBuilder.AppendFormat("{2}/{0}: {1}", entry.ObjectName, messages.Current, entry.MachineName); in FormatLogEntry()
32 messageBuilder.AppendFormat("{0}: {1}", entry.ObjectName, messages.Current); in FormatLogEntry()
48 messageBuilder.AppendFormat(" ({0})", entry.Count); in FormatLogEntry()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSafeStringBuilder.cs69 public void AppendFormat(string str, params object[] args) in AppendFormat() method in Antmicro.Renode.Utilities.SafeStringBuilder
73 buffer.AppendFormat(str, args); in AppendFormat()
DCachingFileFetcher.cs303 strBldr.AppendFormat("Downloading: {0}", uri); in GenerateProgressMessage()
310 … strBldr.AppendFormat("\nProgress: {0}B downloaded", Misc.NormalizeBinary(bytesDownloaded.Value)); in GenerateProgressMessage()
314 …strBldr.AppendFormat("\nProgress: {0}% ({1}B/{2}B)", progressPercentage, Misc.NormalizeBinary(byte… in GenerateProgressMessage()
323 strBldr.AppendFormat("\nSpeed: {0:F2}{1}/s", val, unit); in GenerateProgressMessage()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DReadRegisterCommand.cs30 content.AppendFormat("{0:x2}", b); in Execute()
44 content.AppendFormat("00"); in Execute()
DMonitorCommand.cs81 inputBuilder.AppendFormat("({0}) r{0} (/32): 0x", i); in TryProcess()
87 inputBuilder.AppendFormat("{0:x2}", b); in TryProcess()
DReadGeneralRegistersCommand.cs29 registers.AppendFormat("{0:x2}", b); in Execute()
DReadMemoryCommand.cs74 content.AppendFormat("{0:x2}", b); in Execute()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Analyzers/
DLoggingUartAnalyzer.cs97 logLineBuilder.AppendFormat("host: {0}", hostTimestamp); in WriteChar()
121 logLineBuilder.AppendFormat("virt: {0}", virtTimestamp); in WriteChar()
129 logLineBuilder.AppendFormat("] {0}", line.ToString()); in WriteChar()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/
DLLVMDisassembler.cs57 …strBldr.AppendFormat("0x{0:x8}: ", pc).AppendLine("No valid instruction, disassembling stopped."); in DisassembleBlock()
202 strBldr.AppendFormat("{0:x2} ", data[position + i]); in FormatHexForx86()
221 …strBldr.AppendFormat("{0:x2}{1:x2} {2:x2}{3:x2}", data[position + 1], data[position], data[positio… in FormatHexForARM()
225 … strBldr.AppendFormat("{0:x2}{1:x2} ", data[position + 1], data[position]); in FormatHexForARM()
238 strBldr.AppendFormat("{0:x2}", data[position + i]); in FormatHexForARM()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DShowBackendAnalyzerCommand.cs115 …buffer.AppendFormat("More than one analyzer available for {0}. Please choose which one to use:\r\n… in GetAnalyzer()
118 buffer.AppendFormat(string.Format("\t{0}\r\n", x)); in GetAnalyzer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralCollection.cs263 …line.AppendFormat("\tConsecutive hits: {0:00.00} ({1})\n", 100.0 * lastPeripheralCount / queryCo… in ShowStatistics()
264 ….AppendFormat("\tDictionary hits: {0:00.00} ({1})\n", 100.0 * dictionaryCount / queryCount, dic… in ShowStatistics()
265 ….AppendFormat("\tBinary search: {0:00.00} ({1})\n", 100.0 * binarySearchCount / queryCount, b… in ShowStatistics()
266 … .AppendFormat("\tMisses: {0:00.00} ({1})", 100.0 * misses / queryCount, misses); in ShowStatistics()
DSystemBus.cs1142 builder.AppendFormat(": 0x{0:X}", cpu.PC.RawValue); in DecorateWithCPUNameAndPC()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTerminalTester.cs287 …report.AppendFormat("--- SGR decoding buffer contains {0} characters: >>{1}<<\n", sgr.Length, sgr); in GetReport()
292 …report.AppendFormat("--- Current line buffer contains {0} characters: >>{1}<<\n", line.Length, lin… in GetReport()
698 report.AppendFormat("{0}{1}\n", displayString, newlineIndication); in ReportInner()
702 …report.AppendFormat("([host: {2}, virt: {3, 7}] {0} event: {1})\n", eventName, what, CustomDateTim… in ReportInner()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DReadWriteExtensions.tt388 …strBldr.AppendFormat("Attempted {0} {1} isn't supported by the peripheral.", operationWidth, isWri…
389 strBldr.AppendFormat(" Offset 0x{0:X}", address);
392 strBldr.AppendFormat(", value 0x{0:X}", value.Value);
DReadWriteExtensions.cs1286 …strBldr.AppendFormat("Attempted {0} {1} isn't supported by the peripheral.", operationWidth, isWri… in LogNotTranslated()
1287 strBldr.AppendFormat(" Offset 0x{0:X}", address); in LogNotTranslated()
1290 strBldr.AppendFormat(", value 0x{0:X}", value.Value); in LogNotTranslated()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DAmbiqApollo4_IOMaster.cs942 builder.AppendFormat("{0}: ", name); in ToString()
943 builder.AppendFormat("Count: {0}; values: ", Count, headIndex, tailIndex); in ToString()
946 builder.AppendFormat("0x{0:X8} ", memory[index % DoubleWordCapacity]); in ToString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs308 messages.AppendFormat("Monitor: {0}\n", message); in Tokenize()
319 messages.AppendFormat("Encountered exception: {0}\n", result.Exception.Message); in Tokenize()
555 strBldr.AppendFormat("{0:X2}", b); in TryCompilePlugin()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs206 sb.AppendFormat("{0}=0x{1:X05}", Enum.GetName(typeof(Registers), i), val); in DumpRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs1004 … response.AppendFormat("No CPUs available or no cluster named: \"{0}\" exists.\n", cpuCluster); in StartGdbServer()