Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp178 const char *new_summary_cstr = m_new_value_sp->GetSummaryAsCString(); in DumpSnapshots() local
179 if (new_summary_cstr && new_summary_cstr[0]) in DumpSnapshots()
180 s->Printf("\n%snew value: %s", prefix, new_summary_cstr); in DumpSnapshots()