Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp107 m_old_value_sp = m_new_value_sp; in CaptureWatchedValue()
117 m_new_value_sp = ValueObjectMemory::Create( in CaptureWatchedValue()
120 m_new_value_sp = m_new_value_sp->CreateConstantValue(watch_name); in CaptureWatchedValue()
121 return (m_new_value_sp && m_new_value_sp->GetError().Success()); in CaptureWatchedValue()
173 if (m_new_value_sp) { in DumpSnapshots()
174 const char *new_value_cstr = m_new_value_sp->GetValueAsCString(); in DumpSnapshots()
178 const char *new_summary_cstr = m_new_value_sp->GetSummaryAsCString(); in DumpSnapshots()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DWatchpoint.h163 m_new_value_sp.reset(); in ResetHistoricValues()
189 lldb::ValueObjectSP m_new_value_sp; variable