Searched refs:PutCString (Results 76 - 100 of 177) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverName.cpp192 s->PutCString("Address by function name: ");
H A DModule.cpp1089 strm.PutCString("error: ");
1120 strm.PutCString("error: the object file ");
1122 strm.PutCString(" has been modified\n");
1135 strm.PutCString("The debug session should be aborted as the original "
1146 strm.PutCString("warning: ");
1169 log_message.PutCString(": ");
1174 log->PutCString(log_message.GetData());
1182 log_message.PutCString(": ");
1191 log_message.PutCString(back_trace);
1193 log->PutCString(log_messag
[all...]
H A DValueObject.cpp1477 s.PutCString("<no summary available>");
1479 s.PutCString("<no value available>");
1482 s.PutCString("<not a valid Objective-C object>"); // edit this if we
1487 s.PutCString("<no printable representation>");
2025 s.PutCString("::");
2026 s.PutCString(cxx_class_name.getValue());
2101 s.PutCString("*(");
2114 s.PutCString(m_name.AsCString());
2126 s.PutCString("->");
2132 s.PutCString("
[all...]
H A DDisassembler.cpp743 ss.PutCString(m_opcode_name);
745 ss.PutCString(m_mnemonics);
750 ss.PutCString(" ; ");
751 ss.PutCString(m_comment);
753 s->PutCString(ss.GetString());
1219 error_strm_ptr->PutCString("error: invalid execution context\n");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp52 error_strm.PutCString("error: ");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp459 error_stream->PutCString("(void)\n");
470 error_stream->PutCString("error: ");
475 error_stream->PutCString("error: unknown error\n");
534 output_sp->PutCString(
H A DCommandObjectMultiword.cpp156 output_stream.PutCString("\nThe following subcommands are supported:\n\n");
179 output_stream.PutCString("\nFor more help on any particular subcommand, type "
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp295 shell_command.PutCString(new_path);
300 shell_command.PutCString("exec");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp342 log->PutCString("HexagonDYLDRendezvous:");
358 log->PutCString("HexagonDYLDRendezvous SOEntries:");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp372 stream.PutCString(prefix.c_str());
376 stream.PutCString(str.c_str());
377 stream.PutCString(suffix.c_str());
1053 stream.PutCString("YES");
1057 stream.PutCString("NO");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp185 arch_names.PutCString(", ");
186 arch_names.PutCString(
219 command.PutCString("chown ");
411 stream.PutCString("rsync");
425 stream.PutCString("ssh");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp401 strm.PutCString("UnwindAssemblyInstEmulation::WriteMemory (");
404 strm.PutCString(", context = ");
512 strm.PutCString(", context = ");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp186 s->PutCString(", range = ");
190 s->PutCString(", address = ");
408 s->PutCString(", ");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp391 s.PutCString("NULL");
440 s.PutCString("DW_FORM_indirect");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp117 void Log::PutCString(const char *cstr) { Printf("%s", cstr); } function in class:Log
118 void Log::PutString(llvm::StringRef str) { PutCString(str.str().c_str()); }
H A DStream.cpp62 size_t Stream::PutCString(llvm::StringRef str) { function in class:Stream
226 PutCString("0x");
H A DEvent.cpp94 void EventData::Dump(Stream *s) const { s->PutCString("Generic Event Data"); }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp957 stream->PutCString("Likely cause: ");
4049 s->PutCString(" process = NULL, ");
4914 log->PutCString("Process::RunThreadPlan(): resuming succeeded.");
4922 log->PutCString("Process::RunThreadPlan(): waiting for next event.");
5040 log->PutCString("Process::RunThreadPlan(): got_event was true, but "
5089 log->PutCString("Process::RunThreadPlan(): Halt succeeded.");
5104 log->PutCString(" Event was the Halt interruption event.");
5111 log->PutCString("Process::RunThreadPlan(): Went to halt "
5135 log->PutCString("Process::RunThreadPlan(): try_all_threads "
5149 log->PutCString(
[all...]
H A DThreadPlan.cpp169 s->PutCString("Null thread plan - thread has been destroyed.");
H A DThreadPlanStepOverRange.cpp353 log->PutCString("ThreadPlanStepInRange got asked if it explains the "
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBSymbol.cpp110 strm.PutCString("No value");
H A DSBTypeEnumMember.cpp195 strm.PutCString("No value");
H A DSBCompileUnit.cpp235 strm.PutCString("No value");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp271 strm.PutCString(exc_desc);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp155 s->PutCString("ObjectFileJIT");

Completed in 227 milliseconds

12345678