/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDIE.cpp | 224 s.PutCString("NULL"); in GetName() 230 s.PutCString(name); in GetName() 242 s.PutCString("NULL"); in AppendTypeName() 246 s.PutCString(name); in AppendTypeName() 254 s.PutCString("base "); in AppendTypeName() 257 s.PutCString("class "); in AppendTypeName() 260 s.PutCString("const "); in AppendTypeName() 263 s.PutCString("enum "); in AppendTypeName() 266 s.PutCString("file "); in AppendTypeName() 269 s.PutCString("interface "); in AppendTypeName() [all …]
|
/freebsd/contrib/llvm-project/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 …]
|
/freebsd/contrib/llvm-project/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("stor in Dump() [all...] |
H A D | Address.cpp | 541 s->PutCString("(char *)"); in Dump() 544 s->PutCString(": "); in Dump() 560 s->PutCString("(objc_msgref *) -> { (func*)"); in Dump() 564 s->PutCString("{ "); in Dump() 572 s->PutCString("), (char *)"); in Dump() 575 s->PutCString(" ("); in Dump() 577 s->PutCString(", "); in Dump() 582 s->PutCString(") }"); in Dump() 584 s->PutCString(" }"); in Dump() 598 s->PutCString("(CFString *) "); in Dump() [all …]
|
H A D | FormatEntity.cpp | 1001 s.PutCString(", ..."); in DumpValue() 1126 out_stream.PutCString(full_name); in PrettyPrintFunctionNameWithArgs() 1133 out_stream.PutCString(close_paren); in PrettyPrintFunctionNameWithArgs() 1145 out_stream.PutCString(" [inlined] "); in FormatInlinedBlock() 1202 s.PutCString(entry.string); in Format() 1219 s.PutCString(entry.string); in Format() 1351 s.PutCString(cstr); in Format() 1364 s.PutCString(cstr); in Format() 1376 s.PutCString(stop_description); in Format() 1388 s.PutCString(stop_description); in Format() [all …]
|
/freebsd/contrib/llvm-project/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 | 358 packet.PutCString("qSupported"); in GetRemoteQSupported() 360 packet.PutCString(i == 0 ? ":" : ";"); in GetRemoteQSupported() 361 packet.PutCString(features[i]); in GetRemoteQSupported() 541 payload.PutCString(packetStr); in GetThreadPacketSupported() 784 packet.PutCString("vRun"); in LaunchProcess() 901 packet.PutCString("QEnvironmentHexEncoded:"); in SendEnvironmentPacket() 1414 packet.PutCString("I"); in SendStdinNotification() 1869 packet.PutCString("QSetSTDIN:"); in SetSTDIN() 1889 packet.PutCString("QSetSTDOUT:"); in SetSTDOUT() 1909 packet.PutCString("QSetSTDERR:"); in SetSTDERR() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Type.cpp | 328 s->PutCString(" (unresolved type)"); in GetDescription() 331 s->PutCString(" (unresolved const type)"); in GetDescription() 334 s->PutCString(" (unresolved restrict type)"); in GetDescription() 337 s->PutCString(" (unresolved volatile type)"); in GetDescription() 340 s->PutCString(" (unresolved atomic type)"); in GetDescription() 343 s->PutCString(" (unresolved typedef)"); in GetDescription() 346 s->PutCString(" (unresolved pointer)"); in GetDescription() 349 s->PutCString(" (unresolved L value reference)"); in GetDescription() 352 s->PutCString(" (unresolved R value reference)"); in GetDescription() 355 s->PutCString(" (synthetic type)"); in GetDescription() [all …]
|
H A D | Variable.cpp | 122 s->PutCString(", scope = "); in Dump() 125 s->PutCString(m_external ? "global" : "static"); in Dump() 128 s->PutCString("parameter"); in Dump() 131 s->PutCString("local"); in Dump() 134 s->PutCString("thread local"); in Dump() 142 s->PutCString(", context = ( "); in Dump() 144 s->PutCString(" )"); in Dump() 151 s->PutCString(", location = "); in Dump() 162 s->PutCString(", external"); in Dump() 165 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()
|
/freebsd/contrib/llvm-project/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()
|
H A D | ThreadPlanStepInstruction.cpp | 185 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/DataFormatters/ |
H A D | ValueObjectPrinter.cpp | 317 m_stream->PutCString(dest_stream.GetString()); in PrintDecl() 455 m_stream->PutCString(m_value); in PrintValueAndSummaryIfNeeded() 463 m_stream->PutCString(m_summary); in PrintValueAndSummaryIfNeeded() 593 m_stream->PutCString(": "); in PrintChildrenPreamble() 597 m_stream->PutCString("{\n"); in PrintChildrenPreamble() 754 m_stream->PutCString(" {}\n"); in PrintChildren() 767 m_stream->PutCString("\n"); in PrintChildren() 769 m_stream->PutCString(" {}\n"); in PrintChildren() 802 m_stream->PutCString(", "); in PrintChildrenOneLiner() 807 m_stream->PutCString(name); in PrintChildrenOneLiner() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ProcessInfo.cpp | 129 s.PutCString(" file = "); in Dump() 182 s.PutCString( in DumpTableHeader() 188 s.PutCString("====== ====== ========== ============================== " in DumpTableHeader() 239 s.PutCString(m_arg0); in DumpAsTableRow() 243 s.PutCString(m_arguments.GetArgumentAtIndex(i)); in DumpAsTableRow() 246 s.PutCString(GetName()); in DumpAsTableRow()
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/ |
H A D | ScriptInterpreterNone.cpp | 36 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/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()
|
/freebsd/contrib/llvm-project/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()
|
H A D | BreakpointName.cpp | 56 s->PutCString("Options: \n"); in GetDescription() 65 s->PutCString("Permissions: \n"); in GetDescription()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 871 stream.PutCString("Availability: unknown (requires process)\n"); in DoExecute() 872 stream.PutCString("Enabled: not applicable " in DoExecute() 897 stream.PutCString("DarwinLog filter rules:\n"); 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("categor in DumpHeader() [all...] |
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | FileAction.cpp | 73 stream.PutCString("file action: "); in Dump() 82 stream.PutCString("no action"); in Dump()
|