Home
last modified time | relevance | path

Searched refs:PutCString (Results 1 – 25 of 174) sorted by relevance

1234567

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp222 s.PutCString("NULL"); in GetName()
228 s.PutCString(name); in GetName()
240 s.PutCString("NULL"); in AppendTypeName()
244 s.PutCString(name); in AppendTypeName()
252 s.PutCString("base "); in AppendTypeName()
255 s.PutCString("class "); in AppendTypeName()
258 s.PutCString("const "); in AppendTypeName()
261 s.PutCString("enum "); in AppendTypeName()
264 s.PutCString("file "); in AppendTypeName()
282 s.PutCString("set "); in AppendTypeName()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h167 strm.PutCString("'"); in Dump()
172 strm.PutCString(", "); in Dump()
175 strm.PutCString("'"); in Dump()
180 strm.PutCString(", "); in Dump()
183 strm.PutCString("'"); in Dump()
188 strm.PutCString(", "); in Dump()
195 strm.PutCString(", "); in Dump()
202 strm.PutCString(", "); in Dump()
208 strm.PutCString(", "); in Dump()
214 strm.PutCString(", "); in Dump()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp367 strm.PutCString(", context = "); in WriteRegisterDefault()
377 strm.PutCString("reading opcode"); in Dump()
381 strm.PutCString("immediate"); in Dump()
385 strm.PutCString("push register"); in Dump()
389 strm.PutCString("pop register"); in Dump()
393 strm.PutCString("adjust sp"); in Dump()
397 strm.PutCString("set frame pointer"); in Dump()
409 strm.PutCString("store register"); in Dump()
413 strm.PutCString("load register"); in Dump()
425 strm.PutCString("supervisor call"); in Dump()
[all …]
H A DAddress.cpp541 s->PutCString("(char *)"); in Dump()
544 s->PutCString(": "); in Dump()
564 s->PutCString("{ "); in Dump()
575 s->PutCString(" ("); in Dump()
577 s->PutCString(", "); in Dump()
582 s->PutCString(") }"); in Dump()
584 s->PutCString(" }"); in Dump()
601 s->PutCString(" -> @"); in Dump()
613 s->PutCString("(uint32_t) "); in Dump()
634 s->PutCString("(void *)"); in Dump()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp186 response.PutCString("triple:"); in Handle_qHostInfo()
194 response.PutCString(";"); in Handle_qHostInfo()
288 response.PutCString("hostname:"); in Handle_qHostInfo()
837 response.PutCString("F,"); in Handle_vFile_MD5()
838 response.PutCString("x"); in Handle_vFile_MD5()
840 response.PutCString("F,"); in Handle_vFile_MD5()
1126 response.PutCString("md5:"); in Handle_qModuleInfo()
1129 response.PutCString("uuid:"); in Handle_qModuleInfo()
1135 response.PutCString("triple:"); in Handle_qModuleInfo()
1215 response.PutCString("name:"); in CreateProcessInfoResponse()
[all …]
H A DGDBRemoteCommunicationClient.cpp357 packet.PutCString("qSupported"); in GetRemoteQSupported()
360 packet.PutCString(features[i]); in GetRemoteQSupported()
528 payload.PutCString(packetStr); in GetThreadPacketSupported()
771 packet.PutCString("vRun"); in LaunchProcess()
1401 packet.PutCString("I"); in SendStdinNotification()
2698 packet.PutCString("-1"); in SendSetCurrentThreadPacket()
3058 stream.PutCString("vFile:open:"); in OpenFile()
3395 stream.PutCString("vFile:MD5:"); in CalculateMD5()
3771 packet.PutCString(";"); in GetModuleInfo()
4210 stream.PutCString("QConfigure"); in ConfigureRemoteStructuredData()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepThrough.cpp119 s->PutCString("Stepping through trampoline code from: "); in GetDescription()
126 s->PutCString(" unable to set a backstop breakpoint."); in GetDescription()
133 error->PutCString( in ValidatePlan()
140 error->PutCString("Could not create backstop breakpoint."); in ValidatePlan()
146 error->PutCString("Does not have a subplan."); in ValidatePlan()
258 log->PutCString("ThreadPlanStepThrough hit backstop breakpoint."); in HitOurBackstopBreakpoint()
H A DThreadPlanStepInstruction.cpp185 s.PutCString("Stepped in to: "); in ShouldStop()
190 s.PutCString(" stepping out to: "); in ShouldStop()
206 log->PutCString( in ShouldStop()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp329 s->PutCString(" (unresolved type)"); in GetDescription()
332 s->PutCString(" (unresolved const type)"); in GetDescription()
344 s->PutCString(" (unresolved typedef)"); in GetDescription()
347 s->PutCString(" (unresolved pointer)"); in GetDescription()
356 s->PutCString(" (synthetic type)"); in GetDescription()
373 s->PutCString(", context = ( "); in Dump()
375 s->PutCString(" )"); in Dump()
390 s->PutCString(" (unresolved type)"); in Dump()
405 s->PutCString(" (unresolved typedef)"); in Dump()
408 s->PutCString(" (unresolved pointer)"); in Dump()
[all …]
H A DVariable.cpp120 s->PutCString(", scope = "); in Dump()
123 s->PutCString(m_external ? "global" : "static"); in Dump()
126 s->PutCString("parameter"); in Dump()
129 s->PutCString("local"); in Dump()
132 s->PutCString("thread local"); in Dump()
140 s->PutCString(", context = ( "); in Dump()
142 s->PutCString(" )"); in Dump()
149 s->PutCString(", location = "); in Dump()
160 s->PutCString(", external"); in Dump()
163 s->PutCString(", artificial"); in Dump()
H A DUnwindPlan.cpp90 s.PutCString("dwarf-expr"); in DumpDWARFExpr()
101 s.PutCString("=<unspec>"); in Dump()
103 s.PutCString("=!"); in Dump()
107 s.PutCString("=<undef>"); in Dump()
109 s.PutCString("=?"); in Dump()
112 s.PutCString("= <same>"); in Dump()
163 s.PutCString(reg_info->name); in DumpRegisterName()
209 s.PutCString("unspecified"); in Dump()
549 s.PutCString("Address range of this UnwindPlan: "); in Dump()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp447 m_stream->PutCString(m_value); in PrintValueAndSummaryIfNeeded()
455 m_stream->PutCString(m_summary); in PrintValueAndSummaryIfNeeded()
580 m_stream->PutCString(": "); in PrintChildrenPreamble()
584 m_stream->PutCString("{\n"); in PrintChildrenPreamble()
738 m_stream->PutCString("\n"); in PrintChildren()
740 m_stream->PutCString(" {}\n"); in PrintChildren()
771 m_stream->PutCString(", "); in PrintChildrenOneLiner()
776 m_stream->PutCString(name); in PrintChildrenOneLiner()
788 m_stream->PutCString(", ...)"); in PrintChildrenOneLiner()
811 m_stream->PutCString(" {...}\n"); in PrintChildrenIfNeeded()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp129 s.PutCString(" file = "); in Dump()
182 s.PutCString( in DumpTableHeader()
188 s.PutCString("====== ====== ========== ============================== " in DumpTableHeader()
238 s.PutCString(m_arg0); in DumpAsTableRow()
242 s.PutCString(m_arguments.GetArgumentAtIndex(i)); in DumpAsTableRow()
245 s.PutCString(GetName()); in DumpAsTableRow()
H A DStream.cpp65 size_t Stream::PutCString(llvm::StringRef str) { in PutCString() function in Stream
80 PutCString(text); in PutCStringColorHighlighted()
92 PutCString(remaining.take_front(match_start_pos)); in PutCStringColorHighlighted()
97 PutCString(remaining); in PutCStringColorHighlighted()
158 const size_t ind_length = PutCString(std::string(m_indent_level, ' ')); in Indent()
159 const size_t str_length = PutCString(str); in Indent()
249 PutCString("0x"); in _PutHex8()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp225 strm.PutCString("Started"); in GetDescription()
227 strm.PutCString("Invalid"); in GetDescription()
229 strm.PutCString("Success"); in GetDescription()
231 strm.PutCString("Fail"); in GetDescription()
288 void SBCommandReturnObject::PutCString(const char *string, int len) { in PutCString() function in SBCommandReturnObject
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueChar.cpp26 strm.PutCString(" = "); in DumpValue()
30 strm.PutCString("(null)"); in DumpValue()
H A DOptionValueFormat.cpp24 strm.PutCString(" = "); in DumpValue()
25 strm.PutCString(FormatManager::GetFormatAsCString(m_current_value)); in DumpValue()
H A DOptionValueArch.cpp26 strm.PutCString(" = "); in DumpValue()
31 strm.PutCString(arch_name); in DumpValue()
H A DOptionValueBoolean.cpp28 strm.PutCString(" = "); in DumpValue()
29 strm.PutCString(m_current_value ? "true" : "false"); in DumpValue()
H A DOptionValueLanguage.cpp26 strm.PutCString(" = "); in DumpValue()
28 strm.PutCString(Language::GetNameForLanguageType(m_current_value)); in DumpValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp36 m_debugger.GetErrorStream().PutCString(no_interpreter_err_msg); in ExecuteOneLine()
41 m_debugger.GetErrorStream().PutCString(no_interpreter_err_msg); in ExecuteInterpreterLoop()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp56 s->PutCString("Options: \n"); in GetDescription()
65 s->PutCString("Permissions: \n"); in GetDescription()
H A DWatchpointOptions.cpp138 s->PutCString("Watchpoint Options:\n"); in GetDescription()
142 s->PutCString(" Options: "); in GetDescription()
147 s->PutCString("thread spec: no "); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp73 stream.PutCString("file action: "); in Dump()
82 stream.PutCString("no action"); in Dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp872 stream.PutCString("Enabled: not applicable " in DoExecute()
903 stream.PutCString("none\n"); in DoExecute()
1074 json_stream.PutCString("<null>"); in HandleArrivalOfStructuredData()
1691 stream.PutCString("activity-chain="); in DumpHeader()
1692 stream.PutCString(activity_chain); in DumpHeader()
1703 stream.PutCString("subsystem="); in DumpHeader()
1704 stream.PutCString(subsystem); in DumpHeader()
1715 stream.PutCString("category="); in DumpHeader()
1716 stream.PutCString(category); in DumpHeader()
1720 stream.PutCString("] "); in DumpHeader()
[all …]

1234567