Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Breakpoint/
DWatchpoint.cpp106 ConstString watch_name("$__lldb__watch_value"); in CaptureWatchedValue() local
118 exe_ctx.GetBestExecutionContextScope(), watch_name.GetStringRef(), in CaptureWatchedValue()
120 m_new_value_sp = m_new_value_sp->CreateConstantValue(watch_name); in CaptureWatchedValue()