Home
last modified time | relevance | path

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

1234567

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp233 s.PutCString("NULL"); in GetName()
239 s.PutCString(name); in GetName()
251 s.PutCString("NULL"); in AppendTypeName()
255 s.PutCString(name); in AppendTypeName()
263 s.PutCString("base "); in AppendTypeName()
266 s.PutCString("class "); in AppendTypeName()
269 s.PutCString("const "); in AppendTypeName()
272 s.PutCString("enum "); in AppendTypeName()
275 s.PutCString("file "); in AppendTypeName()
293 s.PutCString("set "); in AppendTypeName()
[all …]
H A DAppleDWARFIndex.cpp203 s.PutCString(".apple_names index present\n"); in Dump()
205 s.PutCString(".apple_namespaces index present\n"); in Dump()
207 s.PutCString(".apple_types index present\n"); in Dump()
209 s.PutCString(".apple_objc index present\n"); in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h172 strm.PutCString("'"); in Dump()
177 strm.PutCString(", "); in Dump()
180 strm.PutCString("'"); in Dump()
185 strm.PutCString(", "); in Dump()
188 strm.PutCString("'"); in Dump()
193 strm.PutCString(", "); in Dump()
200 strm.PutCString(", "); in Dump()
207 strm.PutCString(", "); in Dump()
213 strm.PutCString(", "); in Dump()
219 strm.PutCString(", "); in Dump()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp183 response.PutCString("triple:"); in Handle_qHostInfo()
191 response.PutCString(";"); in Handle_qHostInfo()
285 response.PutCString("hostname:"); in Handle_qHostInfo()
775 response.PutCString("F,"); in Handle_vFile_MD5()
776 response.PutCString("x"); in Handle_vFile_MD5()
778 response.PutCString("F,"); in Handle_vFile_MD5()
1064 response.PutCString("md5:"); in Handle_qModuleInfo()
1067 response.PutCString("uuid:"); in Handle_qModuleInfo()
1073 response.PutCString("triple:"); in Handle_qModuleInfo()
1152 response.PutCString("name:"); in CreateProcessInfoResponse()
[all …]
H A DGDBRemoteCommunicationClient.cpp323 packet.PutCString("qSupported"); in GetRemoteQSupported()
326 packet.PutCString(features[i]); in GetRemoteQSupported()
493 payload.PutCString(packetStr); in GetThreadPacketSupported()
1384 packet.PutCString("I"); in SendStdinNotification()
2664 packet.PutCString("-1"); in SendSetCurrentThreadPacket()
3010 stream.PutCString("vFile:open:"); in OpenFile()
3043 stream.PutCString("vFile:size:"); in GetFileSize()
3087 stream.PutCString("vFile:mode:"); in GetFilePermissions()
3271 stream.PutCString("vFile:MD5:"); in CalculateMD5()
3650 packet.PutCString(";"); in GetModuleInfo()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp358 strm.PutCString(", context = "); in WriteRegisterDefault()
368 strm.PutCString("reading opcode"); in Dump()
372 strm.PutCString("immediate"); in Dump()
376 strm.PutCString("push register"); in Dump()
380 strm.PutCString("pop register"); in Dump()
384 strm.PutCString("adjust sp"); in Dump()
388 strm.PutCString("set frame pointer"); in Dump()
400 strm.PutCString("store register"); in Dump()
404 strm.PutCString("load register"); in Dump()
416 strm.PutCString("supervisor call"); in Dump()
[all …]
H A DAddress.cpp524 s->PutCString("(char *)"); in Dump()
527 s->PutCString(": "); in Dump()
547 s->PutCString("{ "); in Dump()
558 s->PutCString(" ("); in Dump()
560 s->PutCString(", "); in Dump()
565 s->PutCString(") }"); in Dump()
567 s->PutCString(" }"); in Dump()
584 s->PutCString(" -> @"); in Dump()
596 s->PutCString("(uint32_t) "); in Dump()
617 s->PutCString("(void *)"); in Dump()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp202 s->PutCString(" (unresolved type)"); in GetDescription()
217 s->PutCString(" (unresolved typedef)"); in GetDescription()
220 s->PutCString(" (unresolved pointer)"); in GetDescription()
229 s->PutCString(" (synthetic type)"); in GetDescription()
246 s->PutCString(", context = ( "); in Dump()
248 s->PutCString(" )"); in Dump()
263 s->PutCString(" (unresolved type)"); in Dump()
278 s->PutCString(" (unresolved typedef)"); in Dump()
281 s->PutCString(" (unresolved pointer)"); in Dump()
290 s->PutCString(" (synthetic type)"); 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()
170 s->PutCString(", external"); in Dump()
173 s->PutCString(", artificial"); in Dump()
H A DUnwindPlan.cpp88 s.PutCString("dwarf-expr"); in DumpDWARFExpr()
99 s.PutCString("=<unspec>"); in Dump()
101 s.PutCString("=!"); in Dump()
105 s.PutCString("=<undef>"); in Dump()
107 s.PutCString("=?"); in Dump()
110 s.PutCString("= <same>"); in Dump()
161 s.PutCString(reg_info->name); in DumpRegisterName()
208 s.PutCString("unspecified"); in Dump()
548 s.PutCString("Address range of this UnwindPlan: "); in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepThrough.cpp118 s->PutCString("Stepping through trampoline code from: "); in GetDescription()
125 s->PutCString(" unable to set a backstop breakpoint."); in GetDescription()
132 error->PutCString( in ValidatePlan()
139 error->PutCString("Could not create backstop breakpoint."); in ValidatePlan()
145 error->PutCString("Does not have a subplan."); in ValidatePlan()
257 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-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp295 m_stream->PutCString(dest_stream.GetString()); in PrintDecl()
555 m_stream->PutCString(IsRef() ? ": {\n" : " {\n"); in PrintChildrenPreamble()
689 m_stream->PutCString(" {}\n"); in PrintChildren()
702 m_stream->PutCString("\n"); in PrintChildren()
704 m_stream->PutCString(" {}\n"); in PrintChildren()
731 m_stream->PutCString(", "); in PrintChildrenOneLiner()
735 m_stream->PutCString(name); in PrintChildrenOneLiner()
736 m_stream->PutCString(" = "); in PrintChildrenOneLiner()
747 m_stream->PutCString(", ...)"); in PrintChildrenOneLiner()
774 m_stream->PutCString(" {...}\n"); in PrintChildrenIfNeeded()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp238 strm.PutCString("Started"); in GetDescription()
240 strm.PutCString("Invalid"); in GetDescription()
242 strm.PutCString("Success"); in GetDescription()
244 strm.PutCString("Fail"); in GetDescription()
309 void SBCommandReturnObject::PutCString(const char *string, int len) { in PutCString() function in SBCommandReturnObject
310 LLDB_RECORD_METHOD(void, SBCommandReturnObject, PutCString, in PutCString()
423 LLDB_REGISTER_METHOD(void, SBCommandReturnObject, PutCString, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp122 s.PutCString(" file = "); in Dump()
175 s.PutCString( in DumpTableHeader()
181 s.PutCString("====== ====== ========== ============================== " in DumpTableHeader()
231 s.PutCString(m_arg0); in DumpAsTableRow()
235 s.PutCString(m_arguments.GetArgumentAtIndex(i)); in DumpAsTableRow()
238 s.PutCString(GetName()); in DumpAsTableRow()
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp33 m_debugger.GetErrorStream().PutCString( in ExecuteOneLine()
39 m_debugger.GetErrorStream().PutCString( in ExecuteInterpreterLoop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointOptions.cpp140 s->PutCString("Watchpoint Options:\n"); in GetDescription()
144 s->PutCString(" Options: "); in GetDescription()
149 s->PutCString("thread spec: no "); in GetDescription()
H A DBreakpointName.cpp63 s->PutCString("Options: \n"); in GetDescription()
72 s->PutCString("Permissions: \n"); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp71 stream.PutCString("file action: "); in Dump()
80 stream.PutCString("no action"); in Dump()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp875 stream.PutCString("Enabled: not applicable " in DoExecute()
905 stream.PutCString("none\n"); in DoExecute()
1092 json_stream.PutCString("<null>"); in HandleArrivalOfStructuredData()
1721 stream.PutCString("activity-chain="); in DumpHeader()
1722 stream.PutCString(activity_chain); in DumpHeader()
1733 stream.PutCString("subsystem="); in DumpHeader()
1734 stream.PutCString(subsystem); in DumpHeader()
1745 stream.PutCString("category="); in DumpHeader()
1746 stream.PutCString(category); in DumpHeader()
1750 stream.PutCString("] "); in DumpHeader()
[all …]

1234567