Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp203 ConstString g_watch_name("$__lldb__watch_value"); in CaptureWatchedValue() local
215 exe_ctx.GetBestExecutionContextScope(), g_watch_name.GetStringRef(), in CaptureWatchedValue()
217 m_new_value_sp = m_new_value_sp->CreateConstantValue(g_watch_name); in CaptureWatchedValue()
227 ConstString g_watch_name("$__lldb__watch_value"); in WatchedValueReportable() local
230 exe_ctx.GetBestExecutionContextScope(), g_watch_name.GetStringRef(), in WatchedValueReportable()
232 newest_valueobj_sp = newest_valueobj_sp->CreateConstantValue(g_watch_name); in WatchedValueReportable()