/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDIE.cpp | 235 s.PutCString("NULL"); 241 s.PutCString(name); in AppendTypeName() 253 s.PutCString("NULL"); in AppendTypeName() 257 s.PutCString(name); in AppendTypeName() 265 s.PutCString("base "); in AppendTypeName() 268 s.PutCString("class "); in AppendTypeName() 271 s.PutCString("const "); in AppendTypeName() 274 s.PutCString("enum "); in AppendTypeName() 277 s.PutCString("file "); in AppendTypeName() 280 s.PutCString("interfac in AppendTypeName() [all...] |
/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 …]
|
/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("store register"); in Dump() [all …]
|
H A D | Address.cpp | 540 s->PutCString("(char *)"); in Dump() 543 s->PutCString(": "); in Dump() 559 s->PutCString("(objc_msgref *) -> { (func*)"); in Dump() 563 s->PutCString("{ "); in Dump() 571 s->PutCString("), (char *)"); in Dump() 574 s->PutCString(" ("); in Dump() 576 s->PutCString(", "); in Dump() 581 s->PutCString(") }"); in Dump() 583 s->PutCString(" }"); in Dump() 597 s->PutCString("(CFStrin in Dump() [all...] |
/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("ostyp in Handle_qHostInfo() [all...] |
H A D | GDBRemoteCommunicationClient.cpp | 363 packet.PutCString("qSupported"); in GetRemoteQSupported() 365 packet.PutCString(i == 0 ? ":" : ";"); in GetRemoteQSupported() 366 packet.PutCString(features[i]); in GetRemoteQSupported() 546 payload.PutCString(packetStr); in GetThreadPacketSupported() 789 packet.PutCString("vRun"); in LaunchProcess() 906 packet.PutCString("QEnvironmentHexEncoded:"); in SendEnvironmentPacket() 1419 packet.PutCString("I"); in SendStdinNotification() 1871 packet.PutCString("QSetSTDIN:"); in SetSTDIN() 1891 packet.PutCString("QSetSTDOUT:"); in SetSTDOUT() 1911 packet.PutCString("QSetSTDER in SetSTDERR() [all...] |
/llvm-project/lldb/source/Symbol/ |
H A D | Type.cpp | 336 s->PutCString(" (unresolved type)"); in GetDescription() 339 s->PutCString(" (unresolved const type)"); in GetDescription() 342 s->PutCString(" (unresolved restrict type)"); in GetDescription() 345 s->PutCString(" (unresolved volatile type)"); in GetDescription() 348 s->PutCString(" (unresolved atomic type)"); in GetDescription() 351 s->PutCString(" (unresolved typedef)"); in GetDescription() 354 s->PutCString(" (unresolved pointer)"); in GetDescription() 357 s->PutCString(" (unresolved L value reference)"); in GetDescription() 360 s->PutCString(" (unresolved R value reference)"); in GetDescription() 363 s->PutCString(" (syntheti 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(", artificia in Dump() [all...] |
H A D | UnwindPlan.cpp | 92 s.PutCString("dwarf-expr"); 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() 166 s.PutCString(reg_info->name); in DumpRegisterName() 214 s.PutCString("unspecified"); in Dump() 579 s.PutCString("Address range of this UnwindPlan: "); in GetRegisterInfo()
|
/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()
|
/llvm-project/lldb/examples/python/ |
H A D | delta.py | 32 result.PutCString( 47 result.PutCString( 53 result.PutCString("error: invalid log file path") 54 result.PutCString(usage)
|
H A D | lldb_module_utils.py | 83 result.PutCString( 89 result.PutCString(" %#x: END" % (start_file_addr)) 91 result.PutCString( 95 result.PutCString("\n")
|
/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() 586 m_stream->PutCString(": "); in PrintChildrenPreamble() 590 m_stream->PutCString("{\n"); in PrintChildrenPreamble() 747 m_stream->PutCString(" {}\n"); in PrintChildren() 760 m_stream->PutCString("\n"); in PrintChildren() 762 m_stream->PutCString(" {}\n"); in PrintChildren() 795 m_stream->PutCString(", "); in PrintChildrenOneLiner() 800 m_stream->PutCString(nam in PrintChildrenOneLiner() [all...] |
/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()
|
H A D | Stream.cpp | 65 size_t Stream::PutCString(llvm::StringRef str) { in PutCString() function in Stream 80 PutCString(text); in PutCStringColorHighlighted() 92 PutCString(remaining.take_front(match_start_pos)); in PutCStringColorHighlighted() 97 PutCString(remaining); in PutCStringColorHighlighted() 158 const size_t ind_length = PutCString(std::string(m_indent_level, ' ')); in Indent() 159 const size_t str_length = PutCString(str); in Indent() 249 PutCString("0x"); in _PutHex8()
|
/llvm-project/lldb/source/API/ |
H A D | SBCommandReturnObject.cpp | 236 strm.PutCString("Started"); in GetDescription() 238 strm.PutCString("Invalid"); in GetDescription() 240 strm.PutCString("Success"); in GetDescription() 242 strm.PutCString("Fail"); in SetImmediateOutputFile() 299 void SBCommandReturnObject::PutCString(const char *string, int len) { 288 void SBCommandReturnObject::PutCString(const char *string, int len) { PutCString() function in SBCommandReturnObject
|
/llvm-project/lldb/source/Plugins/SymbolVendor/MacOSX/ |
H A D | SymbolVendorMacOSX.cpp | 41 feedback_strm->PutCString( in UUIDsMatch() 44 feedback_strm->PutCString("\n"); in UUIDsMatch() 54 feedback_strm->PutCString( in UUIDsMatch() 59 feedback_strm->PutCString("\n "); in UUIDsMatch()
|
/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()
|
/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()
|
/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 874 stream.PutCString("Availability: unknown (requires process)\n"); in DoExecute() 875 stream.PutCString("Enabled: not applicable " in DoExecute() 900 stream.PutCString("DarwinLog filter rules:\n"); in DoExecute() 906 stream.PutCString("none\n"); in DoExecute() 1077 json_stream.PutCString("<null>"); in HandleArrivalOfStructuredData() 1696 stream.PutCString("activity-chain="); in DumpHeader() 1697 stream.PutCString(activity_chain); in DumpHeader() 1708 stream.PutCString("subsystem="); in DumpHeader() 1709 stream.PutCString(subsystem); in DumpHeader() 1720 stream.PutCString("categor in DumpHeader() [all...] |
/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()
|