Searched refs:m_old_value_sp (Results 1 – 2 of 2) sorted by relevance
145 m_old_value_sp = m_new_value_sp; in CaptureWatchedValue()222 if (m_old_value_sp) in DumpSnapshots()224 s->Printf("\n%sold value: %s", prefix, m_old_value_sp->GetValueAsCString()); in DumpSnapshots()
229 lldb::ValueObjectSP m_old_value_sp; variable