Home | History | Annotate | Download | only in DataFormatters

Lines Matching defs:GetSyntheticChildren

375 FormatManager::GetSyntheticChildren (ValueObject& valobj,
384 log->Printf("\n\n[FormatManager::GetSyntheticChildren] Looking into cache for type %s", valobj_type.AsCString("<invalid>"));
389 log->Printf("[FormatManager::GetSyntheticChildren] Cache search success. Returning.");
391 log->Printf("[FormatManager::GetSyntheticChildren] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
396 log->Printf("[FormatManager::GetSyntheticChildren] Cache search failed. Going normal route");
398 retval = m_categories_map.GetSyntheticChildren(valobj, use_dynamic);
402 log->Printf("[FormatManager::GetSyntheticChildren] Caching %p for type %s",retval.get(),valobj_type.AsCString("<invalid>"));
406 log->Printf("[FormatManager::GetSyntheticChildren] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());