Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DWatchpoint.cpp145 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()
/external/lldb/include/lldb/Breakpoint/
DWatchpoint.h229 lldb::ValueObjectSP m_old_value_sp; variable