Home
last modified time | relevance | path

Searched refs:Printf (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.cc116 Printf(" [failed to restore the stack]\n\n"); in PrintStack()
124 Printf("%s\n", res.data()); in PrintStack()
126 Printf("\n"); in PrintStack()
132 Printf(" (mutexes:"); in PrintMutexSet()
134 Printf(" %s M%llu", m.write ? "write" : "read", m.id); in PrintMutexSet()
135 Printf(i == mset.Size() - 1 ? ")" : ","); in PrintMutexSet()
149 Printf("%s", d.Access()); in PrintMop()
150 Printf(" %s of size %d at %p by %s", in PrintMop()
155 Printf(":\n"); in PrintMop()
156 Printf("%s", d.EndAccess()); in PrintMop()
[all …]
/external/compiler-rt/lib/msan/
Dmsan_report.cc45 Printf("%s", d.Origin()); in DescribeStackOrigin()
46 Printf( in DescribeStackOrigin()
68 Printf(" %sUninitialized value was stored to memory at%s\n", d.Origin(), in DescribeOrigin()
80 Printf(" %sUninitialized value was created by a heap allocation%s\n", in DescribeOrigin()
84 Printf(" %sUninitialized value was created by a heap deallocation%s\n", in DescribeOrigin()
88 Printf(" %sMemory was marked as uninitialized%s\n", d.Origin(), in DescribeOrigin()
92 Printf(" %sUninitialized value was created%s\n", d.Origin(), d.End()); in DescribeOrigin()
105 Printf("%s", d.Warning()); in ReportUMR()
107 Printf("%s", d.End()); in ReportUMR()
118 Printf("WARNING: Expected use of uninitialized value not found\n"); in ReportExpectedUMRNotFound()
[all …]
/external/lldb/source/Expression/
DIRInterpreter.cpp109 ss.Printf("%s", PrintValue(value).c_str()); in SummarizeValue()
117 ss.Printf(" 0x%llx", (unsigned long long)addr); in SummarizeValue()
309 log->Printf("Made an allocation for argument %s", PrintValue(value).c_str()); in MakeArgument()
310 log->Printf(" Data region : %llx", (unsigned long long)address); in MakeArgument()
311 log->Printf(" Ref region : %llx", (unsigned long long)data_address); in MakeArgument()
379 ss.Printf("%02hhx - ", buf.GetBytes()[i]); in PrintData()
381 ss.Printf("%02hhx ", buf.GetBytes()[i]); in PrintData()
458 log->Printf("Unsupported instruction: %s", PrintValue(ii).c_str()); in CanInterpret()
485 log->Printf("Unsupported ICmp predicate: %s", PrintValue(ii).c_str()); in CanInterpret()
541 … log->Printf("Unsupported operand type: %s", PrintType(operand_type).c_str()); in CanInterpret()
[all …]
DIRForTarget.cpp179 … log->Printf("Unresolved intrinsic \"%s\"", Intrinsic::getName(intrinsic_id).c_str()); in GetFunctionAddress()
182 …m_error_stream->Printf("Internal error [IRForTarget]: Call to unhandled compiler intrinsic '%s'\n"… in GetFunctionAddress()
200 log->Printf("Resolved intrinsic name \"%s\"", name.GetCString()); in GetFunctionAddress()
238 log->Printf("Function \"%s\" (alternate name \"%s\") has no address", in GetFunctionAddress()
242 log->Printf("Function \"%s\" had no address", in GetFunctionAddress()
249 …m_error_stream->Printf("error: call to a function '%s' (alternate name '%s') that is not present i… in GetFunctionAddress()
253 …m_error_stream->Printf("error: call to a function '%s' ('%s') that is not present in the target\n", in GetFunctionAddress()
257 … m_error_stream->Printf("error: call to a function '%s' that is not present in the target\n", in GetFunctionAddress()
269 log->Printf ("Metadataless function \"%s\" had no address", name.GetCString()); in GetFunctionAddress()
272 …m_error_stream->Printf("Error [IRForTarget]: Call to a symbol-only function '%s' that is not prese… in GetFunctionAddress()
[all …]
DClangUserExpression.cpp117 log->Printf("ClangUserExpression::ScanContext()"); in ScanContext()
124 log->Printf(" [CUE::SC] Settings inhibit C++ and Objective-C"); in ScanContext()
132 log->Printf(" [CUE::SC] Null stack frame"); in ScanContext()
141 log->Printf(" [CUE::SC] Null function"); in ScanContext()
151 log->Printf(" [CUE::SC] Null function block"); in ScanContext()
160 log->Printf(" [CUE::SC] Null decl context"); in ScanContext()
436 error_stream.Printf("warning: %s\n", err.AsCString()); in Parse()
466 log->Printf("Parsing the following code:\n%s", m_transformed_text.c_str()); in Parse()
526 error_stream.Printf ("error: %d errors parsing expression\n", num_errors); in Parse()
554 error_stream.Printf ("error: %s\n", error_cstr); in Parse()
[all …]
/external/lldb/source/API/
DSBFrame.cpp66 log->Printf ("SBFrame::SBFrame (sp=%p) => SBFrame(%p): %s", in SBFrame()
133 …log->Printf ("SBFrame::GetVariables () => error: could not reconstruct frame object for this SBFra… in GetSymbolContext()
139 log->Printf ("SBFrame::GetSymbolContext () => error: process is running"); in GetSymbolContext()
144 … log->Printf ("SBFrame(%p)::GetSymbolContext (resolve_scope=0x%8.8x) => SBSymbolContext(%p)", in GetSymbolContext()
176 …log->Printf ("SBFrame::GetModule () => error: could not reconstruct frame object for this SBFrame.… in GetModule()
182 log->Printf ("SBFrame::GetModule () => error: process is running"); in GetModule()
187 log->Printf ("SBFrame(%p)::GetModule () => SBModule(%p)", in GetModule()
217 …log->Printf ("SBFrame::GetCompileUnit () => error: could not reconstruct frame object for this SBF… in GetCompileUnit()
223 log->Printf ("SBFrame::GetCompileUnit () => error: process is running"); in GetCompileUnit()
227 log->Printf ("SBFrame(%p)::GetCompileUnit () => SBCompileUnit(%p)", in GetCompileUnit()
[all …]
DSBCommunication.cpp34 log->Printf ("SBCommunication::SBCommunication (broadcaster_name=\"%s\") => " in SBCommunication()
100 log->Printf ("SBCommunication(%p)::AdoptFileDescriptor (fd=%d, ownd_fd=%i) => %s", in AdoptFileDesriptor()
117 log->Printf ("SBCommunication(%p)::Disconnect () => %s", m_opaque, in Disconnect()
132 log->Printf ("SBCommunication(%p)::IsConnected () => %i", m_opaque, result); in IsConnected()
142 …log->Printf ("SBCommunication(%p)::Read (dst=%p, dst_len=%" PRIu64 ", timeout_usec=%u, &status)...… in Read()
154 …log->Printf ("SBCommunication(%p)::Read (dst=%p, dst_len=%" PRIu64 ", timeout_usec=%u, &status=%s)… in Read()
176 … log->Printf ("SBCommunication(%p)::Write (src=%p, src_len=%" PRIu64 ", &status=%s) => %" PRIu64, in Write()
192 log->Printf ("SBCommunication(%p)::ReadThreadStart () => %i", m_opaque, success); in ReadThreadStart()
203 log->Printf ("SBCommunication(%p)::ReadThreadStop ()...", m_opaque); in ReadThreadStop()
210 log->Printf ("SBCommunication(%p)::ReadThreadStop () => %i", m_opaque, success); in ReadThreadStop()
[all …]
DSBValue.cpp130 log->Printf ("SBValue(%p)::GetSP() => error: process is running", value_sp.get()); in GetSP()
326 log->Printf ("SBValue(%p)::GetName () => \"%s\"", value_sp.get(), name); in GetName()
328 log->Printf ("SBValue(%p)::GetName () => NULL", value_sp.get()); in GetName()
349 log->Printf ("SBValue(%p)::GetTypeName () => \"%s\"", value_sp.get(), name); in GetTypeName()
351 log->Printf ("SBValue(%p)::GetTypeName () => NULL", value_sp.get()); in GetTypeName()
371 log->Printf ("SBValue(%p)::GetByteSize () => %" PRIu64, value_sp.get(), (uint64_t)result); in GetByteSize()
390 log->Printf ("SBValue(%p)::IsInScope () => %i", value_sp.get(), result); in IsInScope()
410 log->Printf ("SBValue(%p)::GetValue() => \"%s\"", value_sp.get(), cstr); in GetValue()
412 log->Printf ("SBValue(%p)::GetValue() => NULL", value_sp.get()); in GetValue()
432 …case eValueTypeInvalid: log->Printf ("SBValue(%p)::GetValueType () => eValueTypeInvalid", … in GetValueType()
[all …]
DSBData.cpp94 log->Printf ("SBData::GetAddressByteSize () => " in GetAddressByteSize()
106 log->Printf ("SBData::SetAddressByteSize (%i)", addr_byte_size); in SetAddressByteSize()
124 log->Printf ("SBData::GetByteSize () => " in GetByteSize()
137 log->Printf ("SBData::GetByteOrder () => " in GetByteOrder()
149 log->Printf ("SBData::GetByteOrder (%i)", endian); in SetByteOrder()
170 log->Printf ("SBData::GetFloat (error=%p,offset=%" PRIu64 ") => " in GetFloat()
192 log->Printf ("SBData::GetDouble (error=%p,offset=%" PRIu64 ") => " in GetDouble()
214 log->Printf ("SBData::GetLongDouble (error=%p,offset=%" PRIu64 ") => " in GetLongDouble()
236 log->Printf ("SBData::GetAddress (error=%p,offset=%" PRIu64 ") => " in GetAddress()
258 log->Printf ("SBData::GetUnsignedInt8 (error=%p,offset=%" PRIu64 ") => " in GetUnsignedInt8()
[all …]
DSBProcess.cpp148 …log->Printf ("SBProcess(%p)::RemoteLaunch (argv=%p, envp=%p, stdin=%s, stdout=%s, stderr=%s, worki… in RemoteLaunch()
196 …log->Printf ("SBProcess(%p)::RemoteLaunch (...) => SBError (%p): %s", process_sp.get(), error.get(… in RemoteLaunch()
229 …log->Printf ("SBProcess(%p)::RemoteAttachToProcessWithID (%" PRIu64 ") => SBError (%p): %s", proce… in RemoteAttachToProcessWithID()
253 log->Printf ("SBProcess(%p)::GetNumThreads () => %d", process_sp.get(), num_threads); in GetNumThreads()
275 …log->Printf ("SBProcess(%p)::GetSelectedThread () => SBThread(%p)", process_sp.get(), thread_sp.ge… in GetSelectedThread()
297 …log->Printf ("SBProcess(%p)::CreateOSPluginThread (tid=0x%" PRIx64 ", context=0x%" PRIx64 ") => SB… in CreateOSPluginThread()
317 … log->Printf ("SBProcess(%p)::GetTarget () => SBTarget(%p)", process_sp.get(), target_sp.get()); in GetTarget()
337 log->Printf ("SBProcess(%p)::PutSTDIN (src=\"%s\", src_len=%d) => %lu", in PutSTDIN()
359 log->Printf ("SBProcess(%p)::GetSTDOUT (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64, in GetSTDOUT()
382 log->Printf ("SBProcess(%p)::GetSTDERR (dst=\"%.*s\", dst_len=%" PRIu64 ") => %" PRIu64, in GetSTDERR()
[all …]
/external/boringssl/src/crypto/cipher/test/
Dmake_legacy_aead_tests.go278 fmt.Printf("# DIGEST: %s\n", hex.EncodeToString(t.digest))
279 fmt.Printf("KEY: %s\n", hex.EncodeToString(t.key))
280 fmt.Printf("NONCE: %s\n", hex.EncodeToString(t.nonce))
281 fmt.Printf("IN: %s\n", hex.EncodeToString(t.input))
282 fmt.Printf("AD: %s\n", hex.EncodeToString(t.ad))
283 fmt.Printf("CT: %s\n", hex.EncodeToString(t.ciphertext))
284 fmt.Printf("TAG: %s\n", hex.EncodeToString(t.tag))
286 fmt.Printf("NO_SEAL: 01\n")
289 fmt.Printf("FAILS: 01\n")
303 fmt.Printf("# Generated by\n")
[all …]
/external/compiler-rt/lib/asan/
Dasan_report.cc211 Printf("%s", str.data()); in PrintShadowMemoryForAddress()
218 Printf("malloc_zone_from_ptr(%p) = %p, which is %s\n", in PrintZoneForPointer()
221 Printf("malloc_zone_from_ptr(%p) = %p, which doesn't have a name\n", in PrintZoneForPointer()
225 Printf("malloc_zone_from_ptr(%p) = 0\n", ptr); in PrintZoneForPointer()
308 Printf("%s", str.data()); in DescribeAddressRelativeToGlobal()
321 Printf("Address %p is located in the %s area.\n", addr, area_type); in DescribeAddressIfShadow()
392 Printf("%s", str.data()); in PrintAccessAndVarIntersection()
428 Printf("%s", d.Location()); in DescribeAddressIfStack()
429 Printf("Address %p is located in stack of thread T%d%s", addr, t->tid(), in DescribeAddressIfStack()
435 Printf("%s\n", d.EndLocation()); in DescribeAddressIfStack()
[all …]
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFLocationDescription.cpp64 s.Printf("%s ", DW_OP_value_to_name (opcode)); in print_dwarf_exp_op()
74 s.Printf("%" PRIu64 " %" PRIi64, uint, sint); in print_dwarf_exp_op()
79 s.Printf("UNKNOWN OP %u", opcode); in print_dwarf_exp_op()
153 s.Printf("UNKNOWN ONE-OPERAND OPCODE, #%u", opcode); in print_dwarf_exp_op()
159 case -1: sint = (int8_t) data.GetU8(offset_ptr); s.Printf("%+" PRIi64, sint); break; in print_dwarf_exp_op()
160 case -2: sint = (int16_t) data.GetU16(offset_ptr); s.Printf("%+" PRIi64, sint); break; in print_dwarf_exp_op()
161 case -4: sint = (int32_t) data.GetU32(offset_ptr); s.Printf("%+" PRIi64, sint); break; in print_dwarf_exp_op()
162 case -8: sint = (int64_t) data.GetU64(offset_ptr); s.Printf("%+" PRIi64, sint); break; in print_dwarf_exp_op()
163 case -128: sint = data.GetSLEB128(offset_ptr); s.Printf("%+" PRIi64, sint); break; in print_dwarf_exp_op()
164 …case 1: uint = data.GetU8(offset_ptr); s.Printf("0x%2.2" PRIx64, uint); break; in print_dwarf_exp_op()
[all …]
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp756 s->Printf("%p: ", this); in Dump()
795 s->Printf (" e_magic = 0x%4.4x\n", header.e_magic); in DumpDOSHeader()
796 s->Printf (" e_cblp = 0x%4.4x\n", header.e_cblp); in DumpDOSHeader()
797 s->Printf (" e_cp = 0x%4.4x\n", header.e_cp); in DumpDOSHeader()
798 s->Printf (" e_crlc = 0x%4.4x\n", header.e_crlc); in DumpDOSHeader()
799 s->Printf (" e_cparhdr = 0x%4.4x\n", header.e_cparhdr); in DumpDOSHeader()
800 s->Printf (" e_minalloc = 0x%4.4x\n", header.e_minalloc); in DumpDOSHeader()
801 s->Printf (" e_maxalloc = 0x%4.4x\n", header.e_maxalloc); in DumpDOSHeader()
802 s->Printf (" e_ss = 0x%4.4x\n", header.e_ss); in DumpDOSHeader()
803 s->Printf (" e_sp = 0x%4.4x\n", header.e_sp); in DumpDOSHeader()
[all …]
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc102 Printf("0x%08x%08x%08x%08x", in PrintHex()
144 Printf("%s:", LocBuffer.data()); in renderLocation()
155 Printf(Buffer); in renderText()
161 Printf("%s", A.String); in renderText()
164 Printf("'%s'", Symbolizer::GetOrInit()->Demangle(A.String)); in renderText()
170 Printf("%lld", (long long)A.SInt); in renderText()
176 Printf("%llu", (unsigned long long)A.UInt); in renderText()
185 Printf("%s", Buffer); in renderText()
189 Printf("%p", A.Pointer); in renderText()
239 Printf("<memory cannot be printed>\n"); in renderMemorySnippet()
[all …]
/external/lldb/source/Core/
DDataExtractor.cpp1423 s->Printf ("invalid target"); in Dump()
1440 … s->Printf("%*s", static_cast<int>((num_per_line - (offset - line_start_offset)) * 3 + 2), ""); in Dump()
1446 s->Printf ("0x%8.8" PRIx64 ": ", (uint64_t)(base_addr + (offset - start_offset))); in Dump()
1463 …s->Printf ("%s", GetMaxU64Bitfield(&offset, item_byte_size, item_bit_size, item_bit_offset) ? "tru… in Dump()
1466 s->Printf("error: unsupported byte size (%zu) for boolean format", item_byte_size); in Dump()
1483 s->Printf("0b%s", binary_value.c_str() + 64 - item_bit_size); in Dump()
1485 s->Printf("0b%s", binary_value.c_str() + 64 - item_byte_size * 8); in Dump()
1499 s->Printf ("%2.2x", GetU8(&offset)); in Dump()
1518 s->Printf ("%c", (char)ch); in Dump()
1523 case '\033': s->Printf ("\\e"); break; in Dump()
[all …]
/external/lldb/source/Symbol/
DDeclaration.cpp26 s->Printf(":%u", m_line); in Dump()
29 s->Printf(":%u", m_column); in Dump()
36 s->Printf(", line = %u", m_line); in Dump()
39 s->Printf(":%u", m_column); in Dump()
44 s->Printf(", column = %u", m_column); in Dump()
60 s->Printf(":%u", m_line); in DumpStopContext()
63 s->Printf(":%u", m_column); in DumpStopContext()
69 s->Printf(" line %u", m_line); in DumpStopContext()
72 s->Printf(":%u", m_column); in DumpStopContext()
/external/lldb/source/Target/
DThreadPlanCallFunction.cpp71 …m_constructor_errors.Printf ("Trying to put the stack in unreadable memory at: 0x%" PRIx64 ".", m_… in ConstructorSetup()
73 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData()); in ConstructorSetup()
81 m_constructor_errors.Printf ("Can't execute code without an executable module."); in ConstructorSetup()
83 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData()); in ConstructorSetup()
91 m_constructor_errors.Printf ("Could not find object file for module \"%s\".", in ConstructorSetup()
95 … log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData()); in ConstructorSetup()
102 … m_constructor_errors.Printf ("Could not find entry point address for executable module \"%s\".", in ConstructorSetup()
105 … log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData()); in ConstructorSetup()
118 …m_constructor_errors.Printf ("Setting up ThreadPlanCallFunction, failed to checkpoint thread state… in ConstructorSetup()
120 log->Printf ("ThreadPlanCallFunction(%p): %s.", this, m_constructor_errors.GetData()); in ConstructorSetup()
[all …]
DThreadPlanRunToAddress.cpp119 s->Printf ("run to address with no addresses given."); in GetDescription()
123 s->Printf ("run to address: "); in GetDescription()
125 s->Printf ("run to addresses: "); in GetDescription()
130 s->Printf(" "); in GetDescription()
137 s->Printf ("run to address with no addresses given."); in GetDescription()
141 s->Printf ("Run to address: "); in GetDescription()
144 s->Printf ("Run to addresses: "); in GetDescription()
151 s->Printf("\n"); in GetDescription()
156 s->Printf (" using breakpoint: %d - ", m_break_ids[i]); in GetDescription()
161 s->Printf ("but the breakpoint has been deleted."); in GetDescription()
[all …]
DStopInfo.cpp192 …log->Printf ("Process::%s could not find breakpoint site id: %" PRId64 "...", __FUNCTION__, m_valu… in ShouldStopSynchronous()
256 strm.Printf("breakpoint "); in GetDescription()
272 strm.Printf ("internal %s breakpoint(%d).", kind, m_break_id); in GetDescription()
274 strm.Printf ("internal breakpoint(%d).", m_break_id); in GetDescription()
278 strm.Printf ("breakpoint %d.", m_break_id); in GetDescription()
284 strm.Printf ("one-shot breakpoint %d", m_break_id); in GetDescription()
286 strm.Printf ("breakpoint %d which has been deleted.", m_break_id); in GetDescription()
290 … strm.Printf("breakpoint site %" PRIi64 " which has been deleted - unknown address", m_value); in GetDescription()
292 …strm.Printf("breakpoint site %" PRIi64 " which has been deleted - was at 0x%" PRIx64, m_value, m_a… in GetDescription()
329 log->Printf ("PerformAction got called with an invalid thread."); in PerformAction()
[all …]
DProcess.cpp237 s.Printf (" pid = %" PRIu64 "\n", m_pid); in Dump()
240 s.Printf (" parent = %" PRIu64 "\n", m_parent_pid); in Dump()
244 s.Printf (" name = %s\n", m_executable.GetFilename().GetCString()); in Dump()
256 s.Printf (" arg[%u] = %s\n", i, arg); in Dump()
258 s.Printf ("arg[%u] = %s\n", i, arg); in Dump()
269 s.Printf (" env[%u] = %s\n", i, env); in Dump()
271 s.Printf ("env[%u] = %s\n", i, env); in Dump()
276 s.Printf (" arch = %s\n", m_arch.GetTriple().str().c_str()); in Dump()
281 s.Printf (" uid = %-5u (%s)\n", m_uid, cstr ? cstr : ""); in Dump()
286 s.Printf (" gid = %-5u (%s)\n", m_gid, cstr ? cstr : ""); in Dump()
[all …]
DThreadPlanStepInstruction.cpp67 s->Printf ("instruction step over"); in GetDescription()
69 s->Printf ("instruction step into"); in GetDescription()
73 s->Printf ("Stepping one instruction past "); in GetDescription()
76 s->Printf(" which has no symbol"); in GetDescription()
79 s->Printf(" stepping over calls"); in GetDescription()
81 s->Printf(" stepping into calls"); in GetDescription()
144 log->Printf("%s.", s.GetData()); in ShouldStop()
173 log->Printf("Could not find previous frame, stopping."); in ShouldStop()
218 log->Printf("Completed single instruction step plan."); in MischiefManaged()
/external/clang/test/SemaCXX/
Dprintf-cstr.cpp42 struct Printf { struct
43 Printf();
44 Printf(const Printf&);
45 Printf(const char *,...) __attribute__((__format__(__printf__,2,3)));
51Printf p("%s %d %s", str, 10, 10); // expected-warning {{format specifies type 'char *' but the ar… in constructor_test()
52Printf q("%s %d", hcs, 10); // expected-warning {{cannot pass non-POD object of type 'HasCStr' to … in constructor_test()
/external/lldb/source/DataFormatters/
DCocoa.cpp66 stream.Printf("%s",summary_stream.GetData()); in NSBundleSummaryProvider()
112 stream.Printf("%s",summary_stream.GetData()); in NSTimeZoneSummaryProvider()
156 stream.Printf("%s",summary_stream.GetData()); in NSNotificationSummaryProvider()
210 stream.Printf("mach port: %u",(uint32_t)(port_number & 0x00000000FFFFFFFF)); in NSMachPortSummaryProvider()
286 stream.Printf("%" PRIu64 " index%s", in NSIndexSetSummaryProvider()
330 stream.Printf("(char)%hhd",(char)value); in NSNumberSummaryProvider()
334 stream.Printf("(short)%hd",(short)value); in NSNumberSummaryProvider()
338 stream.Printf("(int)%d",(int)value); in NSNumberSummaryProvider()
342 stream.Printf("(long)%" PRId64,value); in NSNumberSummaryProvider()
345 … stream.Printf("unexpected value:(info=%" PRIu64 ", value=%" PRIu64,i_bits,value); in NSNumberSummaryProvider()
[all …]
DCF.cpp39 …stream.Printf("%04d-%02d-%02d %02d:%02d:%02d %s", tm_date->tm_year+1900, tm_date->tm_mon+1, tm_dat… in CFAbsoluteTimeSummaryProvider()
87 expr.Printf("(int)CFBagGetCount((void*)0x%" PRIx64 ")",valobj.GetPointerValue()); in CFBagSummaryProvider()
102 stream.Printf("@\"%u value%s\"", in CFBagSummaryProvider()
174 stream.Printf("%c%c%c%c %c%c%c%c ", in CFBitVectorSummaryProvider()
198 stream.Printf("%c",bit7 ? '1' : '0'); in CFBitVectorSummaryProvider()
203 stream.Printf("%c",bit6 ? '1' : '0'); in CFBitVectorSummaryProvider()
208 stream.Printf("%c",bit5 ? '1' : '0'); in CFBitVectorSummaryProvider()
213 stream.Printf("%c",bit4 ? '1' : '0'); in CFBitVectorSummaryProvider()
218 stream.Printf("%c",bit3 ? '1' : '0'); in CFBitVectorSummaryProvider()
223 stream.Printf("%c",bit2 ? '1' : '0'); in CFBitVectorSummaryProvider()
[all …]

12345678910>>...15