Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DWatchpoint.cpp109 ConstString watch_name("$__lldb__watch_value"); in CaptureWatchedValue() local
121 exe_ctx.GetBestExecutionContextScope(), watch_name.GetStringRef(), in CaptureWatchedValue()
123 m_new_value_sp = m_new_value_sp->CreateConstantValue(watch_name); in CaptureWatchedValue()