Searched refs:PutCString (Results 26 - 50 of 174) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp59 strm.PutCString(" = ");
H A DOptionValueRegex.cpp22 strm.PutCString(" = ");
H A DOptionValueSInt64.cpp28 strm.PutCString(" = ");
H A DOptionValueUInt64.cpp32 strm.PutCString(" = ");
H A DOptionValueUUID.cpp25 strm.PutCString(" = ");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DAppleDWARFIndex.cpp203 s.PutCString(".apple_names index present\n");
205 s.PutCString(".apple_namespaces index present\n");
207 s.PutCString(".apple_types index present\n");
209 s.PutCString(".apple_objc index present\n");
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp239 strm.PutCString("Started");
241 strm.PutCString("Invalid");
243 strm.PutCString("Success");
245 strm.PutCString("Fail");
310 void SBCommandReturnObject::PutCString(const char *string, int len) { function in class:SBCommandReturnObject
311 LLDB_RECORD_METHOD(void, SBCommandReturnObject, PutCString,
424 LLDB_REGISTER_METHOD(void, SBCommandReturnObject, PutCString,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp119 s->PutCString(", scope = ");
122 s->PutCString(m_external ? "global" : "static");
125 s->PutCString("parameter");
128 s->PutCString("local");
131 s->PutCString("thread local");
139 s->PutCString(", context = ( ");
141 s->PutCString(" )");
148 s->PutCString(", location = ");
169 s->PutCString(", external");
172 s->PutCString(", artificia
[all...]
H A DUnwindPlan.cpp88 s.PutCString("dwarf-expr");
99 s.PutCString("=<unspec>");
101 s.PutCString("=!");
105 s.PutCString("=<undef>");
107 s.PutCString("=?");
110 s.PutCString("= <same>");
161 s.PutCString(reg_info->name);
208 s.PutCString("unspecified");
532 s.PutCString("Address range of this UnwindPlan: ");
H A DSymbolContext.cpp132 s->PutCString(" at ");
146 s->PutCString(" at ");
158 s->PutCString("symbol stub for: ");
253 s->PutCString("kind = global, ");
257 s->PutCString("kind = static, ");
261 s->PutCString("kind = argument, ");
265 s->PutCString("kind = local, ");
269 s->PutCString("kind = thread local, ");
304 s->PutCString("SymbolContext");
1166 s->PutCString("Addres
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp572 s.PutCString("\nprev_frames:\n");
574 s.PutCString("\ncurr_frames:\n");
594 s.PutCString("NULL");
599 s.PutCString("NULL");
626 s.PutCString("\n\nNew frames:\n");
853 s.PutCString("\n\nStackFrameList::Merge():\nPrev:\n");
857 s.PutCString("NULL");
858 s.PutCString("\nCurr:\n");
862 s.PutCString("NULL");
868 s.PutCString("N
[all...]
H A DThreadSpec.cpp136 s->PutCString("thread spec: no ");
140 s->PutCString("thread spec: yes ");
H A DStackID.cpp30 s->PutCString(") ");
H A DThreadPlanStepOut.cpp249 error->PutCString(
256 error->PutCString("Could not create return address breakpoint.");
258 error->PutCString(" ");
259 error->PutCString(m_constructor_errors.GetString());
H A DThreadPlanTracer.cpp148 stream->PutCString(" ");
206 stream->PutCString(", ");
225 stream->PutCString("\n\t");
H A DThreadPlanCallFunction.cpp151 log->PutCString(message);
227 error->PutCString(m_constructor_errors.GetString());
229 error->PutCString("Unknown error");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp122 s.PutCString(" file = ");
175 s.PutCString(
181 s.PutCString("====== ====== ========== ============================== "
231 s.PutCString(m_arg0);
235 s.PutCString(m_arguments.GetArgumentAtIndex(i));
238 s.PutCString(GetName());
H A DUUID.cpp53 void UUID::Dump(Stream *s) const { s->PutCString(GetAsString()); }
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandReturnObject.i114 PutCString(const char* string, int len);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h95 void PutCString(const char *string, int len = -1);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataEncoder.h166 uint32_t PutCString(uint32_t offset, const char *cstr);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.cpp44 log->PutCString("AuxVector: ");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp351 packet.PutCString("qSupported");
353 packet.PutCString(i == 0 ? ":" : ";");
354 packet.PutCString(features[i]);
561 payload.PutCString(packetStr);
864 packet.PutCString("QEnvironmentHexEncoded:");
1360 packet.PutCString("I");
1775 packet.PutCString("QSetSTDIN:");
1795 packet.PutCString("QSetSTDOUT:");
1815 packet.PutCString("QSetSTDERR:");
1851 packet.PutCString("QSetWorkingDi
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp880 stream.PutCString("Availability: unknown (requires process)\n");
881 stream.PutCString("Enabled: not applicable "
905 stream.PutCString("DarwinLog filter rules:\n");
911 stream.PutCString("none\n");
1098 json_stream.PutCString("<null>");
1727 stream.PutCString("activity-chain=");
1728 stream.PutCString(activity_chain);
1739 stream.PutCString("subsystem=");
1740 stream.PutCString(subsystem);
1751 stream.PutCString("categor
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp984 s.PutCString(", ...");
1107 s.PutCString(entry.string);
1124 s.PutCString(entry.string);
1255 s.PutCString(cstr);
1268 s.PutCString(cstr);
1280 s.PutCString(stop_description);
1292 s.PutCString(stop_description);
1362 s.PutCString(arch.GetArchitectureName());
1405 s.PutCString(lang_name);
1547 s.PutCString(nam
[all...]

Completed in 175 milliseconds

1234567