Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp229 ValueObjectSP newest_valueobj_sp = ValueObjectMemory::Create( in WatchedValueReportable() local
232 newest_valueobj_sp = newest_valueobj_sp->CreateConstantValue(g_watch_name); in WatchedValueReportable()
238 newest_valueobj_sp->GetData(new_data, error); in WatchedValueReportable()