Home
last modified time | relevance | path

Searched refs:PutChar (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp212 s.PutChar(c); in DumpCharacter()
411 s->PutChar(' '); in DumpDataExtractor()
770 s->PutChar('}'); in DumpDataExtractor()
774 s->PutChar('{'); in DumpDataExtractor()
778 s->PutChar('}'); in DumpDataExtractor()
782 s->PutChar('{'); in DumpDataExtractor()
785 s->PutChar('}'); in DumpDataExtractor()
789 s->PutChar('{'); in DumpDataExtractor()
794 s->PutChar('}'); in DumpDataExtractor()
798 s->PutChar('{'); in DumpDataExtractor()
[all …]
H A DAddressRange.cpp161 s->PutChar('['); in Dump()
163 s->PutChar('-'); in Dump()
166 s->PutChar(')'); in Dump()
H A DIOHandlerCursesGUI.cpp449 PutChar('['); in TitledBox()
451 PutChar(']'); in TitledBox()
459 PutChar(ACS_ULCORNER); in Box()
463 PutChar(ACS_URCORNER); in Box()
479 PutChar('['); in TitledBox()
481 PutChar(']'); in TitledBox()
767 PutChar('<'); in DrawTitleBox()
769 PutChar('>'); in DrawTitleBox()
778 PutChar('['); in DrawTitleBox()
780 PutChar(']'); in DrawTitleBox()
[all …]
H A DAddress.cpp205 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 DGDBRemoteCommunicationServerCommon.cpp290 response.PutChar(';'); in Handle_qHostInfo()
564 response.PutChar('F'); in Handle_vFile_Close()
612 response.PutChar('F'); in Handle_vFile_pWrite()
970 response.PutChar('E'); in Handle_qLaunchSuccess()
1132 response.PutChar(';'); in Handle_qModuleInfo()
1137 response.PutChar(';'); in Handle_qModuleInfo()
1142 response.PutChar(';'); in Handle_qModuleInfo()
1145 response.PutChar(';'); in Handle_qModuleInfo()
1148 response.PutChar(';'); in Handle_qModuleInfo()
1218 response.PutChar(';'); in CreateProcessInfoResponse()
[all …]
H A DGDBRemoteCommunicationServerLLGS.cpp486 response.PutChar('E'); in SendWResponse()
818 response.PutChar('T'); in PrepareStopReplyPacketForThread()
832 response.PutChar(';'); in PrepareStopReplyPacketForThread()
847 response.PutChar(';'); in PrepareStopReplyPacketForThread()
868 response.PutChar(';'); in PrepareStopReplyPacketForThread()
918 response.PutChar(';'); in PrepareStopReplyPacketForThread()
962 response.PutChar(';'); in PrepareStopReplyPacketForThread()
969 response.PutChar(';'); in PrepareStopReplyPacketForThread()
1197 response.PutChar('O'); in SendONotification()
2016 response.PutChar(';'); in Handle_qRegisterInfo()
[all …]
H A DGDBRemoteCommunicationClient.cpp797 packet.PutChar('A'); in LaunchProcess()
1490 packet.PutChar('D'); in Detach()
2691 packet.PutChar('H'); in SendSetCurrentThreadPacket()
2692 packet.PutChar(op); in SendSetCurrentThreadPacket()
2942 stream.PutChar(','); in RunShellCommand()
2988 stream.PutChar(','); in MakeDirectory()
3009 stream.PutChar(','); in SetFilePermissions()
3062 stream.PutChar(','); in OpenFile()
3064 stream.PutChar(','); in OpenFile()
3153 stream.PutChar(','); in AutoCompleteDiskFileOrDirectory()
[all …]
H A DGDBRemoteCommunication.cpp115 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 DUnwindPlan.cpp117 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()
200 s.PutChar('['); in Dump()
202 s.PutChar(']'); in Dump()
[all …]
H A DLineEntry.cpp45 s->PutChar(':'); in DumpStopContext()
50 s->PutChar(':'); in DumpStopContext()
H A DSymbolFile.cpp247 s.PutChar('\n'); in Dump()
257 s.PutChar('\n'); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp38 bytes_written += PutChar(0x7d); in PutEscapedBytes()
41 bytes_written += PutChar(byte); in PutEscapedBytes()
H A DStream.cpp71 bytes_written += PutChar('\0'); in PutCString()
131 size_t Stream::PutChar(char ch) { return Write(&ch, 1); } in PutChar() function in Stream
155 size_t Stream::EOL() { return PutChar('\n'); } in EOL()
165 PutChar(ch); in operator <<()
H A DEvent.cpp76 s->PutChar('{'); in Dump()
78 s->PutChar('}'); in Dump()
H A DStructuredData.cpp225 s.PutChar(' '); in GetDescription()
271 s.PutChar(' '); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp446 m_stream->PutChar(' '); in PrintValueAndSummaryIfNeeded()
454 m_stream->PutChar(' '); in PrintValueAndSummaryIfNeeded()
582 m_stream->PutChar(' '); in PrintChildrenPreamble()
758 m_stream->PutChar('('); in PrintChildrenOneLiner()
790 m_stream->PutChar(')'); in PrintChildrenOneLiner()
821 m_stream->PutChar(' '); in PrintChildrenIfNeeded()
H A DVectorType.cpp293 s.PutChar('('); in VectorTypeSummaryProvider()
316 s.PutChar(')'); in VectorTypeSummaryProvider()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dtty_update.c504 PutChar(NCURSES_SP_DCLx const ARG_CH_T ch) in PutChar() function
583 PutChar(NCURSES_SP_ARGx CHREF(ntext[0])); in EmitRange()
589 PutChar(NCURSES_SP_ARGx CHREF(ntext0)); in EmitRange()
660 PutChar(NCURSES_SP_ARGx CHREF(ntext0)); in EmitRange()
663 PutChar(NCURSES_SP_ARGx CHREF(ntext[i])); in EmitRange()
672 PutChar(NCURSES_SP_ARGx CHREF(ntext[i])); in EmitRange()
1179 PutChar(NCURSES_SP_ARGx CHREF(blank)); in ClrToEOL()
1394 PutChar(NCURSES_SP_ARGx CHREF(newLine[n])); in TransformLine()
1687 PutChar(NCURSES_SP_ARGx CHREF(blank)); in ClearScreen()
1874 PutChar(NCURSES_SP_ARGx CHREF(blank)); in scroll_csr_forward()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueChar.cpp28 strm.PutChar(m_current_value); in DumpValue()
H A DProperty.cpp240 strm.PutChar('.'); in DumpQualifiedName()
259 strm.PutChar(' '); in Dump()
H A DOptions.cpp369 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 DDWARFDIE.cpp336 s.PutChar('*'); in AppendTypeName()
339 s.PutChar('*'); in AppendTypeName()
342 s.PutChar('&'); in AppendTypeName()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp372 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/Commands/
H A DCommandOptionArgumentTable.cpp147 sstr.PutChar('\n'); in FormatHelpTextCallback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp915 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()

123