/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 212 s.PutChar(c); in DumpCharacter() 411 s->PutChar(' '); in DumpDataExtractor() 460 s->PutChar(' '); in DumpDataExtractor() 475 s->PutChar('\''); in DumpDataExtractor() 489 s->PutChar(NON_PRINTABLE_CHAR); in DumpDataExtractor() 494 s->PutChar('\''); in DumpDataExtractor() 538 s->PutChar('\''); in DumpDataExtractor() 543 s->PutChar('\''); in DumpDataExtractor() 553 s->PutChar('\"'); in DumpDataExtractor() 560 s->PutChar('\"'); in DumpDataExtractor() [all …]
|
H A D | IOHandlerCursesGUI.cpp | 406 void PutChar(int ch) { ::waddch(m_window, ch); } in PutChar() function in curses::Surface 449 PutChar('['); in TitledBox() 451 PutChar(']'); in TitledBox() 459 PutChar(ACS_ULCORNER); in Box() 463 PutChar(ACS_URCORNER); in Box() 467 PutChar(ACS_LLCORNER); in Box() 471 PutChar(ACS_LRCORNER); in Box() 479 PutChar('['); in TitledBox() 481 PutChar(']'); in TitledBox() 767 PutChar('<'); in DrawTitleBox() [all …]
|
H A D | AddressRange.cpp | 166 s->PutChar('['); in Dump() 168 s->PutChar('-'); in Dump() 171 s->PutChar(')'); in Dump()
|
H A D | Address.cpp | 205 strm->PutChar('"'); in ReadCStringFromMemory() 231 strm->PutChar('"'); in ReadCStringFromMemory() 467 s->PutChar(']'); in Dump() 603 s->PutChar('@'); in Dump()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerCommon.cpp | 258 response.PutChar(';'); in Handle_qHostInfo() 266 response.PutChar(';'); in Handle_qHostInfo() 273 response.PutChar(';'); in Handle_qHostInfo() 278 response.PutChar(';'); in Handle_qHostInfo() 290 response.PutChar(';'); in Handle_qHostInfo() 295 response.PutChar(';'); in Handle_qHostInfo() 303 response.PutChar(';'); in Handle_qHostInfo() 516 response.PutChar('F'); in Handle_vFile_Open() 564 response.PutChar('F'); in Handle_vFile_Close() 590 response.PutChar('F'); in Handle_vFile_pRead() [all …]
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 486 response.PutChar('E'); in SendWResponse() 609 response.PutChar(','); in CollectRegNums() 818 response.PutChar('T'); in PrepareStopReplyPacketForThread() 832 response.PutChar(';'); in PrepareStopReplyPacketForThread() 847 response.PutChar(';'); in PrepareStopReplyPacketForThread() 864 response.PutChar(','); in PrepareStopReplyPacketForThread() 868 response.PutChar(';'); in PrepareStopReplyPacketForThread() 884 response.PutChar(';'); in PrepareStopReplyPacketForThread() 912 response.PutChar(delimiter); in PrepareStopReplyPacketForThread() 918 response.PutChar(';'); in PrepareStopReplyPacketForThread() [all …]
|
H A D | GDBRemoteCommunicationClient.cpp | 786 packet.PutChar(';'); in LaunchProcess() 810 packet.PutChar('A'); in LaunchProcess() 1503 packet.PutChar('D'); in Detach() 1525 packet.PutChar('1'); in Detach() 1534 packet.PutChar(';'); in Detach() 2294 packet.PutChar(':'); in FindProcesses() 2328 packet.PutChar(';'); in FindProcesses() 2355 packet.PutChar(';'); in FindProcesses() 2720 packet.PutChar('H'); in SendSetCurrentThreadPacket() 2721 packet.PutChar(op); in SendSetCurrentThreadPacket() [all …]
|
H A D | GDBRemoteCommunication.cpp | 115 packet.PutChar('$'); in SendPacketNoLock() 117 packet.PutChar('#'); in SendPacketNoLock() 134 packet.PutChar('%'); in SendNotificationPacketNoLock() 136 packet.PutChar(':'); in SendNotificationPacketNoLock() 138 packet.PutChar('#'); in SendNotificationPacketNoLock()
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | UnwindPlan.cpp | 117 s.PutChar('='); in Dump() 119 s.PutChar('['); in Dump() 122 s.PutChar(']'); in Dump() 127 s.PutChar('='); in Dump() 129 s.PutChar('['); in Dump() 132 s.PutChar(']'); in Dump() 147 s.PutChar('='); in Dump() 149 s.PutChar('['); in Dump() 154 s.PutChar(']'); in Dump() 200 s.PutChar('['); in Dump() [all …]
|
H A D | LineEntry.cpp | 48 s->PutChar(':'); in DumpStopContext() 53 s->PutChar(':'); in DumpStopContext()
|
H A D | SymbolFile.cpp | 247 s.PutChar('\n'); in Dump() 257 s.PutChar('\n'); in Dump()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | GDBRemote.cpp | 38 bytes_written += PutChar(0x7d); in PutEscapedBytes() 41 bytes_written += PutChar(byte); in PutEscapedBytes()
|
H A D | Stream.cpp | 71 bytes_written += PutChar('\0'); in PutCString() 131 size_t Stream::PutChar(char ch) { return Write(&ch, 1); } in Indent() 155 size_t Stream::EOL() { return PutChar('\n'); } in operator <<() 165 PutChar(ch); in SetIndentLevel() 104 size_t Stream::PutChar(char ch) { return Write(&ch, 1); } PutChar() function in Stream
|
H A D | Event.cpp | 76 s->PutChar('{'); in Dump() 78 s->PutChar('}'); in Dump()
|
H A D | StructuredData.cpp | 225 s.PutChar(' '); in GetDescription() 271 s.PutChar(' ');
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | ValueObjectPrinter.cpp | 454 m_stream->PutChar(' '); in PrintValueAndSummaryIfNeeded() 462 m_stream->PutChar(' '); in PrintValueAndSummaryIfNeeded() 595 m_stream->PutChar(' '); in PrintChildrenPreamble() 789 m_stream->PutChar('('); in PrintChildrenOneLiner() 821 m_stream->PutChar(')'); in PrintChildrenOneLiner() 856 m_stream->PutChar(' '); in PrintChildrenIfNeeded()
|
H A D | VectorType.cpp | 300 s.PutChar('('); in VectorTypeSummaryProvider() 324 s.PutChar(')'); in VectorTypeSummaryProvider()
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | tty_update.c | 505 PutChar(NCURSES_SP_DCLx const ARG_CH_T ch) in PutChar() function 584 PutChar(NCURSES_SP_ARGx CHREF(ntext[0])); in EmitRange() 590 PutChar(NCURSES_SP_ARGx CHREF(ntext0)); in EmitRange() 661 PutChar(NCURSES_SP_ARGx CHREF(ntext0)); in EmitRange() 664 PutChar(NCURSES_SP_ARGx CHREF(ntext[i])); in EmitRange() 673 PutChar(NCURSES_SP_ARGx CHREF(ntext[i])); in EmitRange() 1186 PutChar(NCURSES_SP_ARGx CHREF(blank)); in ClrToEOL() 1401 PutChar(NCURSES_SP_ARGx CHREF(newLine[n])); in TransformLine() 1517 PutChar(NCURSES_SP_ARGx CHREF(newLine[firstChar])); in TransformLine() 1694 PutChar(NCURSES_SP_ARGx CHREF(blank)); in ClearScreen() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | Materializer.cpp | 372 dump_stream.PutChar('\n'); in DumpToLog() 399 dump_stream.PutChar('\n'); in DumpToLog() 714 dump_stream.PutChar('\n'); in DumpToLog() 738 dump_stream.PutChar('\n'); in DumpToLog() 1135 dump_stream.PutChar('\n'); in DumpToLog() 1159 dump_stream.PutChar('\n'); in DumpToLog() 1297 dump_stream.PutChar('\n'); in DumpToLog() 1471 dump_stream.PutChar('\n'); in DumpToLog()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueChar.cpp | 28 strm.PutChar(m_current_value); in DumpValue()
|
H A D | Property.cpp | 240 strm.PutChar('.'); in DumpQualifiedName() 259 strm.PutChar(' '); in Dump()
|
H A D | Options.cpp | 369 strm.PutChar('['); in PrintOption() 389 strm.PutChar(']'); in PrintOption() 453 strm.PutChar(short_option); in GenerateOptionUsage() 459 strm.PutChar(short_option); in GenerateOptionUsage() 460 strm.PutChar(']'); in GenerateOptionUsage() 488 strm.PutChar('\n'); in GenerateOptionUsage()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDIE.cpp | 344 s.PutChar('*'); in AppendTypeName() 347 s.PutChar('*'); in AppendTypeName() 350 s.PutChar('&'); in AppendTypeName()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandOptionArgumentTable.cpp | 147 sstr.PutChar('\n'); in FormatHelpTextCallback()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 915 stream.PutChar('\n'); in DoExecute() 1671 stream.PutChar('['); in DumpHeader() 1687 stream.PutChar(','); in DumpHeader() 1702 stream.PutChar(','); in DumpHeader() 1714 stream.PutChar(','); in DumpHeader() 1756 stream.PutChar('\n'); in HandleDisplayOfEvent()
|