Files
llvm/lldb
Jonas Devlieghere d10c0c7b18 [lldb] Migrate condition evaluation failure to ReportError
Migrate to using ReportError to report a failure to evaluate a
watchpoint condition. I had already done so for the parallel code for
breakpoints.

In the process, I noticed that I accidentally regressed the error
reporting for breakpoint conditions by dropping the call to
GetDescription. This patch rectifies that and adds a test.

Because the call to GetDescription expects a Stream*, I also switches
from using a raw_string_ostream to a StreamString for both breakpoints
and watchpoints.
2022-03-16 22:54:02 -07:00
..
2022-03-02 22:40:05 -08:00
2022-03-16 15:35:36 -07:00
2022-03-09 14:31:17 +01:00
2022-03-16 15:35:36 -07:00