https://github.com/bulbazord requested changes to this pull request.
This is almost certainly an API break because existing clients will do the wrong thing. For example, if an existing client used `eSymbolTypeBlock` (which may have value `70`), LLDB will now believe they are passing in `eSymbolTypeLocal` (which will have value `70` after this change). https://github.com/llvm/llvm-project/pull/201476 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
