Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp163 const char *old_value_cstr = m_old_value_sp->GetValueAsCString(); in DumpSnapshots() local
164 if (old_value_cstr && old_value_cstr[0]) in DumpSnapshots()
165 s->Printf("\n%sold value: %s", prefix, old_value_cstr); in DumpSnapshots()