2 Commits

Author SHA1 Message Date
Jonas Devlieghere
1f5126dae1
[lldb] Don't trim expression in progress event (#174609)
Trimming the content of the progress event is the responsibility of the
consumer, not the producer. For example, when using the statusline,
there's plenty of space to show longer expressions.

rdar://166879951
2026-01-06 13:57:01 -06:00
Adrian Prantl
3fcc302af3
[lldb] Add a progress event for executing an expression (#119757)
Expressions can take arbitrary amounts of time to run, so IDEs might
want to be informed about the fact that an expression is currently being
executed.

rdar://141253078
2024-12-13 09:09:57 -08:00