| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDIE.cpp | 234 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 D | AppleDWARFIndex.cpp | 206 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 D | EmulateInstruction.cpp | 357 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 D | Address.cpp | 539 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 D | ModuleSpec.h | 167 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 D | GDBRemoteCommunicationServerCommon.cpp | 187 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 D | GDBRemoteCommunicationClient.cpp | 348 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 D | Type.cpp | 203 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 D | Variable.cpp | 120 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 D | UnwindPlan.cpp | 89 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 D | ThreadPlanStepThrough.cpp | 119 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 D | delta.py | 34 result.PutCString( 48 result.PutCString( 53 result.PutCString('error: invalid log file path') 54 result.PutCString(usage)
|
| H A D | lldb_module_utils.py | 81 result.PutCString( 86 result.PutCString(' %#x: END' % 89 result.PutCString( 93 result.PutCString("\n")
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 295 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 D | ProcessInfo.cpp | 122 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 D | SBCommandReturnObject.cpp | 225 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 D | ScriptInterpreterNone.cpp | 33 m_debugger.GetErrorStream().PutCString( in ExecuteOneLine() 39 m_debugger.GetErrorStream().PutCString( in ExecuteInterpreterLoop()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueChar.cpp | 26 strm.PutCString(" = "); in DumpValue() 30 strm.PutCString("(null)"); in DumpValue()
|
| H A D | OptionValueFormat.cpp | 24 strm.PutCString(" = "); in DumpValue() 25 strm.PutCString(FormatManager::GetFormatAsCString(m_current_value)); in DumpValue()
|
| H A D | OptionValueArch.cpp | 26 strm.PutCString(" = "); in DumpValue() 31 strm.PutCString(arch_name); in DumpValue()
|
| H A D | OptionValueBoolean.cpp | 28 strm.PutCString(" = "); in DumpValue() 29 strm.PutCString(m_current_value ? "true" : "false"); in DumpValue()
|
| H A D | OptionValueLanguage.cpp | 26 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 D | SymbolVendorMacOSX.cpp | 43 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 D | WatchpointOptions.cpp | 138 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 D | FileAction.cpp | 71 stream.PutCString("file action: "); in Dump() 80 stream.PutCString("no action"); in Dump()
|