Home
last modified time | relevance | path

Searched refs:m_new_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()
155m_new_value_sp = ValueObjectMemory::Create (exe_ctx.GetBestExecutionContextScope(), watch_name.AsC… in CaptureWatchedValue()
156 m_new_value_sp = m_new_value_sp->CreateConstantValue(watch_name); in CaptureWatchedValue()
157 if (m_new_value_sp && m_new_value_sp->GetError().Success()) in CaptureWatchedValue()
226 if (m_new_value_sp) in DumpSnapshots()
228 s->Printf("\n%snew value: %s", prefix, m_new_value_sp->GetValueAsCString()); in DumpSnapshots()
/external/lldb/include/lldb/Breakpoint/
DWatchpoint.h230 lldb::ValueObjectSP m_new_value_sp; variable