Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp174 const char *new_value_cstr = m_new_value_sp->GetValueAsCString(); in DumpSnapshots() local
175 if (new_value_cstr && new_value_cstr[0]) in DumpSnapshots()
176 s->Printf("\n%snew value: %s", prefix, new_value_cstr); in DumpSnapshots()