Searched refs:PutCString (Results 51 - 75 of 174) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DFileSpecList.cpp52 s->PutCString(separator_cstr);
H A DOpcode.cpp28 s->PutCString("<invalid>");
H A DUserSettingsController.cpp64 strm.PutCString("Top level variables:\n\n");
H A DSearchFilter.cpp452 s->PutCString(", module = ");
453 s->PutCString(m_module_spec.GetFilename().AsCString("<Unknown>"));
576 s->PutCString(
584 s->PutCString(
588 s->PutCString(", ");
798 s->PutCString(
804 s->PutCString(
808 s->PutCString(", ");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFileSpec.cpp47 strm.PutCString(" = ");
H A DOptionArgParser.cpp68 strm.PutCString("invalid enumeration value, valid values are: ");
110 error_strm.PutCString(
H A DOptionValueDictionary.cpp33 strm.PutCString(" =");
72 strm.PutCString("=");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugRanges.cpp93 s.PutCString(" End");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DStream.cpp63 size_t Stream::PutCString(llvm::StringRef str) { function in class:Stream
131 const size_t ind_length = PutCString(std::string(m_indent_level, ' '));
132 const size_t str_length = PutCString(str);
222 PutCString("0x");
H A DStringList.cpp94 strm.PutCString(separator);
95 strm.PutCString(GetStringAtIndex(i));
H A DBroadcaster.cpp97 s.PutCString(", ");
100 s.PutCString(GetBroadcasterName());
103 s.PutCString(pos->second);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp717 response.PutCString("name:");
718 response.PutCString(thread_name);
721 response.PutCString("hexname:");
736 response.PutCString("threads:");
759 response.PutCString("jstopinfo:");
772 response.PutCString("thread-pcs");
860 response.PutCString("description:");
865 response.PutCString("metype:");
867 response.PutCString(";mecount:");
872 response.PutCString("medat
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStream.h232 size_t PutCString(llvm::StringRef cstr);
310 PutCString(llvm::formatv(format, std::forward<Args>(args)...).str());
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBEvent.cpp191 strm.PutCString("No value");
205 strm.PutCString("No value");
H A DSBFileSpecList.cpp122 strm.PutCString("No value");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp175 stream.PutCString(" =");
557 s.PutCString(scope_string);
565 s.PutCString(": ");
603 s.PutCString(scope_string);
607 s.PutCString(": ");
675 s.PutCString(scope_string);
680 s.PutCString(": ");
1041 result.GetOutputStream().PutCString("no matching results found.\n");
H A DCommandObjectTarget.cpp99 strm.PutCString(" )\n");
120 strm.PutCString("Current targets:\n");
480 strm.PutCString("No targets.\n");
767 s.PutCString("GLOBAL: ");
772 s.PutCString("STATIC: ");
777 s.PutCString(" ARG: ");
782 s.PutCString(" LOCAL: ");
787 s.PutCString("THREAD: ");
798 s.PutCString(": ");
1301 arch_strm.PutCString(modul
[all...]
H A DCommandObjectExpression.cpp467 error_stream.PutCString("(void)\n");
477 error_stream.PutCString("error: ");
482 error_stream.PutCString("error: unknown error\n");
543 output_sp->PutCString(
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp285 s->PutCString("Step through ObjC direct dispatch function.");
293 s->PutCString(", ");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolFile.cpp220 s.PutCString("Types:\n");
224 s.PutCString("Compile units:\n");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepUntil.cpp126 error->PutCString(
131 error->PutCString("Could not create return breakpoint.");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp502 s->PutCString(": ");
513 s->PutCString("re-exported target = ");
515 s->PutCString("where = ");
533 s->PutCString(sc.function->GetName().AsCString("<unknown>"));
550 s->PutCString(sc.symbol->GetName().AsCString("<unknown>"));
H A DBreakpointResolverAddress.cpp170 s->PutCString("address = ");
H A DBreakpointResolverScripted.cpp145 s->PutCString(short_help.c_str());
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/
H A DDisassemblerLLVMC.cpp693 s.PutCString("*");
698 s.PutCString("-");
700 s.PutCString(llvm::to_string(op.m_immediate));
703 s.PutCString("Invalid");
706 s.PutCString("(");
708 s.PutCString("*");
710 s.PutCString(")");
713 s.PutCString(op.m_register.GetStringRef());
716 s.PutCString("(");
718 s.PutCString("
[all...]

Completed in 381 milliseconds

1234567