Home
last modified time | relevance | path

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

12345678

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp234 s.PutCString("NULL"); in GetName()
240 s.PutCString(name); in GetName()
252 s.PutCString("NULL"); in AppendTypeName()
256 s.PutCString(name); in AppendTypeName()
264 s.PutCString("base "); in AppendTypeName()
267 s.PutCString("class "); in AppendTypeName()
270 s.PutCString("const "); in AppendTypeName()
273 s.PutCString("enum "); in AppendTypeName()
276 s.PutCString("file "); in AppendTypeName()
294 s.PutCString("set "); in AppendTypeName()
[all …]
H A DAppleDWARFIndex.cpp206 s.PutCString(".apple_names index present\n"); in Dump()
208 s.PutCString(".apple_namespaces index present\n"); in Dump()
210 s.PutCString(".apple_types index present\n"); in Dump()
212 s.PutCString(".apple_objc index present\n"); in Dump()
/llvm-project-15.0.7/lldb/source/Core/
H A DEmulateInstruction.cpp357 strm.PutCString(", context = "); in WriteRegisterDefault()
367 strm.PutCString("reading opcode"); in Dump()
371 strm.PutCString("immediate"); in Dump()
375 strm.PutCString("push register"); in Dump()
379 strm.PutCString("pop register"); in Dump()
383 strm.PutCString("adjust sp"); in Dump()
387 strm.PutCString("set frame pointer"); in Dump()
399 strm.PutCString("store register"); in Dump()
403 strm.PutCString("load register"); in Dump()
415 strm.PutCString("supervisor call"); in Dump()
[all …]
H A DAddress.cpp539 s->PutCString("(char *)"); in Dump()
542 s->PutCString(": "); in Dump()
562 s->PutCString("{ "); in Dump()
573 s->PutCString(" ("); in Dump()
575 s->PutCString(", "); in Dump()
580 s->PutCString(") }"); in Dump()
582 s->PutCString(" }"); in Dump()
599 s->PutCString(" -> @"); in Dump()
611 s->PutCString("(uint32_t) "); in Dump()
632 s->PutCString("(void *)"); in Dump()
[all …]
/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp187 response.PutCString("triple:"); in Handle_qHostInfo()
195 response.PutCString(";"); in Handle_qHostInfo()
289 response.PutCString("hostname:"); in Handle_qHostInfo()
838 response.PutCString("F,"); in Handle_vFile_MD5()
839 response.PutCString("x"); in Handle_vFile_MD5()
841 response.PutCString("F,"); in Handle_vFile_MD5()
1127 response.PutCString("md5:"); in Handle_qModuleInfo()
1130 response.PutCString("uuid:"); in Handle_qModuleInfo()
1136 response.PutCString("triple:"); in Handle_qModuleInfo()
1215 response.PutCString("name:"); in CreateProcessInfoResponse()
[all …]
H A DGDBRemoteCommunicationClient.cpp348 packet.PutCString("qSupported"); in GetRemoteQSupported()
351 packet.PutCString(features[i]); in GetRemoteQSupported()
519 payload.PutCString(packetStr); in GetThreadPacketSupported()
796 packet.PutCString("vRun"); in SendArgumentsPacket()
1403 packet.PutCString("I"); in SendStdinNotification()
1866 packet.PutCString("QSetSTDIN:"); in SetSTDIN()
2695 packet.PutCString("-1"); in SendSetCurrentThreadPacket()
3055 stream.PutCString("vFile:open:"); in OpenFile()
3392 stream.PutCString("vFile:MD5:"); in CalculateMD5()
3768 packet.PutCString(";"); in GetModuleInfo()
[all …]
/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp203 s->PutCString(" (unresolved type)"); in GetDescription()
218 s->PutCString(" (unresolved typedef)"); in GetDescription()
221 s->PutCString(" (unresolved pointer)"); in GetDescription()
230 s->PutCString(" (synthetic type)"); in GetDescription()
247 s->PutCString(", context = ( "); in Dump()
249 s->PutCString(" )"); in Dump()
264 s->PutCString(" (unresolved type)"); in Dump()
279 s->PutCString(" (unresolved typedef)"); in Dump()
282 s->PutCString(" (unresolved pointer)"); in Dump()
291 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()
160 s->PutCString(", external"); in Dump()
163 s->PutCString(", artificial"); in Dump()
H A DUnwindPlan.cpp89 s.PutCString("dwarf-expr"); in DumpDWARFExpr()
100 s.PutCString("=<unspec>"); in Dump()
102 s.PutCString("=!"); in Dump()
106 s.PutCString("=<undef>"); in Dump()
108 s.PutCString("=?"); in Dump()
111 s.PutCString("= <same>"); in Dump()
162 s.PutCString(reg_info->name); in DumpRegisterName()
209 s.PutCString("unspecified"); in Dump()
549 s.PutCString("Address range of this UnwindPlan: "); in Dump()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/examples/python/
H A Ddelta.py34 result.PutCString(
48 result.PutCString(
53 result.PutCString('error: invalid log file path')
54 result.PutCString(usage)
H A Dlldb_module_utils.py81 result.PutCString(
86 result.PutCString(' %#x: END' %
89 result.PutCString(
93 result.PutCString("\n")
/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp33 m_debugger.GetErrorStream().PutCString( in ExecuteOneLine()
39 m_debugger.GetErrorStream().PutCString( in ExecuteInterpreterLoop()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolVendor/MacOSX/
H A DSymbolVendorMacOSX.cpp43 feedback_strm->PutCString( in UUIDsMatch()
46 feedback_strm->PutCString("\n"); in UUIDsMatch()
56 feedback_strm->PutCString( in UUIDsMatch()
61 feedback_strm->PutCString("\n "); in UUIDsMatch()
/llvm-project-15.0.7/lldb/source/Breakpoint/
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()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFileAction.cpp71 stream.PutCString("file action: "); in Dump()
80 stream.PutCString("no action"); in Dump()

12345678