Searched refs:PrettyPrintCollection (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/ |
| D | VirtIOFSDevice.cs | 93 … this.Log(LogLevel.Debug, "FUSE request header: {0}", Misc.PrettyPrintCollection(fuseInHdr)); in ProcessChain() 102 … this.Log(LogLevel.Debug, "FUSE request data: {0}", Misc.PrettyPrintCollection(fuseInData)); in ProcessChain() 108 … this.Log(LogLevel.Debug, "FUSE response header: {0}", Misc.PrettyPrintCollection(socketHdr)); in ProcessChain() 120 … this.Log(LogLevel.Debug, "FUSE response data: {0}", Misc.PrettyPrintCollection(socketData)); in ProcessChain()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/VirtIO/ |
| D | Virtqueue.cs | 49 parent.Log(LogLevel.Debug, "Read data: {0}", Misc.PrettyPrintCollection(readData)); in TryReadFromBuffers()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | ADXL345.cs | 148 this.Log(LogLevel.Noisy, "Read result: {0}", Misc.PrettyPrintCollection(result)); in Read()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ |
| D | BaseCPU.cs | 103 …ExecutionMode.Continuous, nameof(ExecutionMode), Misc.PrettyPrintCollection(continuousCPUs, x => x… in Step()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | Misc.cs | 1289 …public static string PrettyPrintCollection<T>(IEnumerable<T> collection, Func<T, string> formatter… in PrettyPrintCollection() method in Antmicro.Renode.Utilities.Misc 1298 return PrettyPrintCollection(collection, x => "0x{0:X}".FormatWith(x)); in PrettyPrintCollectionHex()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | Machine.cs | 1007 …response.Append(Misc.PrettyPrintCollection(cpus.Select(c => c.Model).Distinct().Append("all"), c =… in StartGdbServer() 1348 …s: {0} were added to a new GDB server created on port :{1}", Misc.PrettyPrintCollection(cpus, c =>… in AddCpusToGdbStub()
|