bulbazord wrote:

My mental model is that everything in `lldb-enumerations.h` should be public 
and all the private enumerations should go in `lldb-private-enumerations.h`. In 
practice I think there are tons of things in `lldb-enumerations.h` that should 
not be public at all, but I'm not sure which are safe to remove since they're 
all exposed through the Python bindings.

https://github.com/llvm/llvm-project/pull/111907
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to