Jonas Devlieghere 4322d03e4a
[lldb] Avoid having to list all the headers in headers.swig (#131934)
When adding SBLock, I realized you always have to add a new header in
two places: LLDB.h and headers.swig. 

I can't think of a reason the latter can't use the umbrella header and
avoid the duplication.
2025-03-19 07:45:25 -07:00
..