Searched refs:PutCString (Results 126 - 150 of 177) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp305 s.PutCString(feedback_stream.GetString());
1350 output_stream_sp->PutCString(content_stream.GetString());
1464 error_sp->PutCString(data);
1475 output_sp->PutCString(data);
H A DSection.cpp583 s->PutCString("---------- ---------------- "
H A DIOHandler.cpp143 prompt_stream.PutCString(prompt);
H A DDumpDataExtractor.cpp538 s->PutCString("0x");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp398 ss.PutCString("Couldn't lookup symbols:\n");
404 ss.PutCString("\n");
406 ss.PutCString(" ");
407 ss.PutCString(Mangled(failed_lookup)
H A DREPL.cpp314 error_sp->PutCString("(void)\n");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1194 packet.PutCString("vAttachWait");
1197 packet.PutCString("vAttachWait");
1199 packet.PutCString("vAttachOrWait");
1202 packet.PutCString("vAttachName");
1288 continue_packet.PutCString("c");
1290 continue_packet.PutCString("vCont");
1407 continue_packet.PutCString("vCont;s");
2416 log->PutCString(
2472 log->PutCString("ProcessGDBRemote::DoDestroy() - Tried resuming to "
2509 log->PutCString("ProcessGDBRemot
[all...]
H A DGDBRemoteCommunicationServerPlatform.cpp202 response.PutCString("socket_name:");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DMachException.cpp347 log->PutCString("::mach_msg() - send interrupted");
H A DNativeProcessDarwin.cpp820 log->PutCString(stream.GetString().c_str());
828 log->PutCString(stream.GetString().c_str());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp60 error->PutCString(
H A DStopInfo.cpp450 error_sp->PutCString(err_str);
836 error_sp->PutCString(err_str);
H A DStackFrame.cpp1800 s.PutCString(frame_marker);
1813 strm->PutCString(s.GetString());
1852 m_disassembly.PutCString(prev_frame.m_disassembly.GetString());
H A DThreadList.cpp269 log->PutCString("");
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp438 strm.PutCString("No value");
H A DSBType.cpp393 strm.PutCString("No value");
738 strm.PutCString("No value");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp215 output_sp->PutCString(
H A DCommandObjectBreakpointCommand.cpp232 output_sp->PutCString(g_reader_instructions);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp493 stream.PutCString(lang_stream.GetString());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2941 s->PutCString("ObjectFileELF");
2969 s->PutCString("ELF Header\n");
3100 s->PutCString("Program Headers\n");
3101 s->PutCString("IDX p_type p_offset p_vaddr p_paddr "
3103 s->PutCString("==== --------------- -------- -------- -------- "
3176 s->PutCString("Section Headers\n");
3177 s->PutCString("IDX name type flags "
3180 s->PutCString("==== -------- ------------ -------------------------------- "
3199 s->PutCString("Dependent Modules:\n");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp138 arch_names.PutCString(", ");
139 arch_names.PutCString(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp436 log->PutCString("Couldn't find CFStringCreateWithBytes in the target");
682 log->PutCString("NSString initializer's str element is not a
696 log->PutCString("NSString initializer's str element is not a C
1632 error_stream.PutCString("error: Capturing non-local variables in "
1820 m_error_stream.PutCString("error: Capturing non-local variables in "
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.cpp1966 stream->PutCString("warning: could not find Objective-C class data in "
1972 stream->PutCString("warning: could not execute support code to read "
2072 log->PutCString("AOCRT::NPI: Found all the non-indexed ISA masks");
2101 log->PutCString("AOCRT::NPI: Found all the indexed ISA masks");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp224 s.PutCString(")");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp579 strm.PutCString(property_path);

Completed in 408 milliseconds

12345678