Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp285 StreamString values_ss; in DumpSnapshots() local
287 values_ss.Indent(prefix); in DumpSnapshots()
291 values_ss.Printf("old value: %s", old_value_cstr); in DumpSnapshots()
294 values_ss.Printf("old value: %s", old_summary_cstr); in DumpSnapshots()
306 values_ss.Printf("old value: %s", strm.GetData()); in DumpSnapshots()
312 if (values_ss.GetSize()) in DumpSnapshots()
313 values_ss.Printf("\n"); in DumpSnapshots()
316 values_ss.Printf("new value: %s", new_value_cstr); in DumpSnapshots()
319 values_ss.Printf("new value: %s", new_summary_cstr); in DumpSnapshots()
331 values_ss.Printf("new value: %s", strm.GetData()); in DumpSnapshots()
[all …]