Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DWatchpoint.cpp144 ConstString watch_name("$__lldb__watch_value"); in CaptureWatchedValue() local
155 …m_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()