Home
last modified time | relevance | path

Searched refs:AppendLine (Results 1 – 11 of 11) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DCrashHandler.cs82 result.AppendLine(current.Message); in GetFullStackTrace()
83 result.AppendLine(current.StackTrace); in GetFullStackTrace()
87 result.AppendLine("Inner exception:"); in GetFullStackTrace()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSafeStringBuilder.cs77 public void AppendLine(string str) in AppendLine() method in Antmicro.Renode.Utilities.SafeStringBuilder
81 buffer.AppendLine(str); in AppendLine()
DMisc.cs977 …builder.AppendLine(String.Format("Sending packet from {0}, length: {1}", machName, packet.Bytes.Le… in DumpPacket()
981 …builder.AppendLine(String.Format("Receiving packet on {0}, length: {1}", machName, packet.Bytes.Le… in DumpPacket()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/Disassembler/
DLLVMDisassembler.cs51 … strBldr.AppendLine("Disassembly error detected. The rest of the output will be truncated."); in DisassembleBlock()
57 …strBldr.AppendFormat("0x{0:x8}: ", pc).AppendLine("No valid instruction, disassembling stopped."); in DisassembleBlock()
62 strBldr.AppendLine(result.ToString()); in DisassembleBlock()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DCommandInteractionEater.cs86 this.error.AppendLine(error); in WriteError()
DMonitor.cs311 messages.AppendLine(cmd); in Tokenize()
316 messages.AppendLine(padded); in Tokenize()
653 builder.AppendLine(processedLines.Last()); in TryExecuteScript()
656 builder.AppendLine(line); in TryExecuteScript()
666 builder.AppendLine(line); in TryExecuteScript()
DMonitorCommands.cs64 builder.AppendLine("Possible values are:"); in GetPossibleEnumValues()
67 builder.AppendLine($"\t{name}"); in GetPossibleEnumValues()
69 builder.AppendLine(); in GetPossibleEnumValues()
76 …builder.AppendLine($"{nameof(ExecutionMode.SingleStep)} is {blockingString}. It can be changed wit… in GetPossibleEnumValues()
77 … builder.AppendLine($"\t{EmulationToken} {nameof(emulation.SingleStepBlocking)} {!isBlocking}"); in GetPossibleEnumValues()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/GuestProfiling/
DCollapsedStackProfiler.cs167 stringBuffer.AppendLine(stringToAdd); in AddToBuffer()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralCollection.cs270 line.AppendLine("\tNo queries"); in ShowStatistics()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Testing/
DTerminalTester.cs684 report.AppendLine(line.ToString()); in ReportInner()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs999 …response.AppendLine("CPUs of different architectures are present in this platform. Specify cluster… in StartGdbServer()
1000 …response.AppendLine("NOTE: when selecting \"all\" make sure that your debugger can handle CPUs of … in StartGdbServer()