Searched refs:AppendLine (Results 1 – 11 of 11) sorted by relevance
82 result.AppendLine(current.Message); in GetFullStackTrace()83 result.AppendLine(current.StackTrace); in GetFullStackTrace()87 result.AppendLine("Inner exception:"); in GetFullStackTrace()
77 public void AppendLine(string str) in AppendLine() method in Antmicro.Renode.Utilities.SafeStringBuilder81 buffer.AppendLine(str); in AppendLine()
977 …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()
51 … 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()
86 this.error.AppendLine(error); in WriteError()
311 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()
64 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()
167 stringBuffer.AppendLine(stringToAdd); in AddToBuffer()
270 line.AppendLine("\tNo queries"); in ShowStatistics()
684 report.AppendLine(line.ToString()); in ReportInner()
999 …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()