Searched refs:PutCString (Results 1 - 25 of 174) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp233 s.PutCString("NULL");
239 s.PutCString(name);
251 s.PutCString("NULL");
255 s.PutCString(name);
263 s.PutCString("base ");
266 s.PutCString("class ");
269 s.PutCString("const ");
272 s.PutCString("enum ");
275 s.PutCString("file ");
278 s.PutCString("interfac
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueChar.cpp26 strm.PutCString(" = ");
30 strm.PutCString("(null)");
H A DOptionValueFormat.cpp24 strm.PutCString(" = ");
25 strm.PutCString(FormatManager::GetFormatAsCString(m_current_value));
H A DOptionValueArch.cpp26 strm.PutCString(" = ");
31 strm.PutCString(arch_name);
H A DOptionValueBoolean.cpp28 strm.PutCString(" = ");
29 strm.PutCString(m_current_value ? "true" : "false");
H A DOptionValueLanguage.cpp26 strm.PutCString(" = ");
28 strm.PutCString(Language::GetNameForLanguageType(m_current_value));
H A DOptionValueString.cpp24 strm.PutCString(" = ");
H A DOptionValueEnumeration.cpp31 strm.PutCString(" = ");
35 strm.PutCString(m_enumerations.GetCStringAtIndex(i).GetStringRef());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp33 m_debugger.GetErrorStream().PutCString(
39 m_debugger.GetErrorStream().PutCString(
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h171 strm.PutCString("file = '");
173 strm.PutCString("'");
178 strm.PutCString(", ");
179 strm.PutCString("platform_file = '");
181 strm.PutCString("'");
186 strm.PutCString(", ");
187 strm.PutCString("symbol_file = '");
189 strm.PutCString("'");
194 strm.PutCString(", ");
201 strm.PutCString(", ");
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepThrough.cpp119 s->PutCString("Stepping through trampoline code from: ");
126 s->PutCString(" unable to set a backstop breakpoint.");
133 error->PutCString(
140 error->PutCString("Could not create backstop breakpoint.");
146 error->PutCString("Does not have a subplan.");
258 log->PutCString("ThreadPlanStepThrough hit backstop breakpoint.");
H A DThreadPlanStepInstruction.cpp184 s.PutCString("Stepped in to: ");
189 s.PutCString(" stepping out to: ");
205 log->PutCString(
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp189 response.PutCString("triple:");
195 response.PutCString("distribution_id:");
197 response.PutCString(";");
202 response.PutCString("vendor:apple;");
215 response.PutCString("ostype:tvos;");
217 response.PutCString("ostype:watchos;");
219 response.PutCString("ostype:bridgeos;");
221 response.PutCString("ostype:ios;");
226 response.PutCString("watchpoint_exceptions_received:before;");
228 response.PutCString("ostyp
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp63 s->PutCString("Options: \n");
72 s->PutCString("Permissions: \n");
H A DBreakpointID.cpp53 s->PutCString("<invalid>");
63 s->PutCString("<invalid>");
H A DWatchpointOptions.cpp140 s->PutCString("Watchpoint Options:\n");
144 s->PutCString(" Options: ");
149 s->PutCString("thread spec: no ");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp72 stream.PutCString("file action: ");
81 stream.PutCString("no action");
H A DMonitoringProcessLauncher.cpp63 log->PutCString("started monitoring child process.");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DEmulateInstruction.cpp358 strm.PutCString(", context = ");
368 strm.PutCString("reading opcode");
372 strm.PutCString("immediate");
376 strm.PutCString("push register");
380 strm.PutCString("pop register");
384 strm.PutCString("adjust sp");
388 strm.PutCString("set frame pointer");
392 strm.PutCString("adjusting (writing value back to) a base register");
396 strm.PutCString("register + offset");
400 strm.PutCString("stor
[all...]
H A DAddress.cpp503 s->PutCString(symbol_name);
524 s->PutCString("(char *)");
527 s->PutCString(": ");
543 s->PutCString("(objc_msgref *) -> { (func*)");
547 s->PutCString("{ ");
555 s->PutCString("), (char *)");
558 s->PutCString(" (");
560 s->PutCString(", ");
565 s->PutCString(") }");
567 s->PutCString(" }");
[all...]
H A DDumpRegisterValue.cpp61 s->PutCString(" = ");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp204 s->PutCString(" (unresolved type)");
207 s->PutCString(" (unresolved const type)");
210 s->PutCString(" (unresolved restrict type)");
213 s->PutCString(" (unresolved volatile type)");
216 s->PutCString(" (unresolved atomic type)");
219 s->PutCString(" (unresolved typedef)");
222 s->PutCString(" (unresolved pointer)");
225 s->PutCString(" (unresolved L value reference)");
228 s->PutCString(" (unresolved R value reference)");
231 s->PutCString(" (syntheti
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp193 sstr.PutCString("no backing script");
195 sstr.PutCString(m_function_name);
198 sstr.PutCString(m_python_script);
H A DValueObjectPrinter.cpp295 m_stream->PutCString(dest_stream.GetString());
542 m_stream->PutCString(IsRef() ? ": {\n" : " {\n");
676 m_stream->PutCString(" {}\n");
689 m_stream->PutCString("\n");
691 m_stream->PutCString(" {}\n");
718 m_stream->PutCString(", ");
722 m_stream->PutCString(name);
723 m_stream->PutCString(" = ");
734 m_stream->PutCString(", ...)");
761 m_stream->PutCString(" {
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp25 // last '\n' because log->PutCString will add one for us.
31 log->PutCString(str.c_str());

Completed in 203 milliseconds

1234567