/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDIE.cpp | 222 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() 267 s.PutCString("interface "); in AppendTypeName() [all …]
|
H A D | AppleDWARFIndex.cpp | 207 s.PutCString(".apple_names index present\n"); in Dump() 209 s.PutCString(".apple_namespaces index present\n"); in Dump() 211 s.PutCString(".apple_types index present\n"); in Dump() 213 s.PutCString(".apple_objc index present\n"); in Dump()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | ModuleSpec.h | 165 strm.PutCString("file = '"); in Dump() 167 strm.PutCString("'"); in Dump() 172 strm.PutCString(", "); in Dump() 173 strm.PutCString("platform_file = '"); in Dump() 175 strm.PutCString("'"); in Dump() 180 strm.PutCString(", "); in Dump() 181 strm.PutCString("symbol_file = '"); in Dump() 183 strm.PutCString("'"); in Dump() 188 strm.PutCString(", "); in Dump() 195 strm.PutCString(", "); in Dump() [all …]
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | EmulateInstruction.cpp | 367 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() 401 strm.PutCString("adjusting (writing value back to) a base register"); in Dump() 405 strm.PutCString("register + offset"); in Dump() 409 strm.PutCString("store register"); in Dump() [all …]
|
H A D | Address.cpp | 518 s->PutCString(symbol_name); in Dump() 539 s->PutCString("(char *)"); in Dump() 542 s->PutCString(": "); in Dump() 558 s->PutCString("(objc_msgref *) -> { (func*)"); in Dump() 562 s->PutCString("{ "); in Dump() 570 s->PutCString("), (char *)"); in Dump() 573 s->PutCString(" ("); in Dump() 575 s->PutCString(", "); in Dump() 580 s->PutCString(") }"); in Dump() 582 s->PutCString(" }"); in Dump() [all …]
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerCommon.cpp | 186 response.PutCString("triple:"); in Handle_qHostInfo() 192 response.PutCString("distribution_id:"); in Handle_qHostInfo() 194 response.PutCString(";"); in Handle_qHostInfo() 199 response.PutCString("vendor:apple;"); in Handle_qHostInfo() 212 response.PutCString("ostype:tvos;"); in Handle_qHostInfo() 214 response.PutCString("ostype:watchos;"); in Handle_qHostInfo() 216 response.PutCString("ostype:bridgeos;"); in Handle_qHostInfo() 218 response.PutCString("ostype:ios;"); in Handle_qHostInfo() 223 response.PutCString("watchpoint_exceptions_received:before;"); in Handle_qHostInfo() 225 response.PutCString("ostype:macosx;"); in Handle_qHostInfo() [all …]
|
H A D | GDBRemoteCommunicationClient.cpp | 355 packet.PutCString("qSupported"); in GetRemoteQSupported() 357 packet.PutCString(i == 0 ? ":" : ";"); in GetRemoteQSupported() 358 packet.PutCString(features[i]); in GetRemoteQSupported() 526 payload.PutCString(packetStr); in GetThreadPacketSupported() 770 packet.PutCString("vRun"); in LaunchProcess() 883 packet.PutCString("QEnvironmentHexEncoded:"); in SendEnvironmentPacket() 1391 packet.PutCString("I"); in SendStdinNotification() 1860 packet.PutCString("QSetSTDIN:"); in SetSTDIN() 1880 packet.PutCString("QSetSTDOUT:"); in SetSTDOUT() 1900 packet.PutCString("QSetSTDERR:"); in SetSTDERR() [all …]
|
/openbsd-src/gnu/llvm/lldb/source/Symbol/ |
H A D | Type.cpp | 204 s->PutCString(" (unresolved type)"); in GetDescription() 207 s->PutCString(" (unresolved const type)"); in GetDescription() 210 s->PutCString(" (unresolved restrict type)"); in GetDescription() 213 s->PutCString(" (unresolved volatile type)"); in GetDescription() 216 s->PutCString(" (unresolved atomic type)"); in GetDescription() 219 s->PutCString(" (unresolved typedef)"); in GetDescription() 222 s->PutCString(" (unresolved pointer)"); in GetDescription() 225 s->PutCString(" (unresolved L value reference)"); in GetDescription() 228 s->PutCString(" (unresolved R value reference)"); in GetDescription() 231 s->PutCString(" (synthetic type)"); in GetDescription() [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 | 90 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()
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/lldb/examples/python/ |
H A D | delta.py | 32 result.PutCString( 46 result.PutCString( 51 result.PutCString('error: invalid log file path') 52 result.PutCString(usage)
|
H A D | lldb_module_utils.py | 80 result.PutCString( 85 result.PutCString(' %#x: END' % 88 result.PutCString( 92 result.PutCString("\n")
|
/openbsd-src/gnu/llvm/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 …]
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | ProcessInfo.cpp | 121 s.PutCString(" file = "); in Dump() 174 s.PutCString( in DumpTableHeader() 180 s.PutCString("====== ====== ========== ============================== " in DumpTableHeader() 230 s.PutCString(m_arg0); in DumpAsTableRow() 234 s.PutCString(m_arguments.GetArgumentAtIndex(i)); in DumpAsTableRow() 237 s.PutCString(GetName()); in DumpAsTableRow()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/None/ |
H A D | ScriptInterpreterNone.cpp | 33 m_debugger.GetErrorStream().PutCString( in ExecuteOneLine() 39 m_debugger.GetErrorStream().PutCString( in ExecuteInterpreterLoop()
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolVendor/MacOSX/ |
H A D | SymbolVendorMacOSX.cpp | 42 feedback_strm->PutCString( in UUIDsMatch() 45 feedback_strm->PutCString("\n"); in UUIDsMatch() 55 feedback_strm->PutCString( in UUIDsMatch() 60 feedback_strm->PutCString("\n "); in UUIDsMatch()
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/lldb/source/Host/common/ |
H A D | FileAction.cpp | 73 stream.PutCString("file action: "); in Dump() 82 stream.PutCString("no action"); in Dump()
|