Home
last modified time | relevance | path

Searched refs:old_summary_cstr (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp167 const char *old_summary_cstr = m_old_value_sp->GetSummaryAsCString(); in DumpSnapshots() local
168 if (old_summary_cstr && old_summary_cstr[0]) in DumpSnapshots()
169 s->Printf("\n%sold value: %s", prefix, old_summary_cstr); in DumpSnapshots()