Log Clang module imports to lldb's expr channel. This is similar to enabling module import remarks in clang with -Rmodule-import.
This is minor add-on to D140056, which logs module _builds_ while also broadcasting Progress events.
Differential D147362
[lldb] Add Clang module import logging kastiglione on Mar 31 2023, 4:25 PM. Authored by
Details
Diff Detail
Event TimelineComment Actions This looks great, and I think this should also be easy to test? I think we have many other tests that write out a logfile and FileCheck the result. |