bulbazord wrote: > I'm not sure about API changes. Should they go through the deprecation > process?
LLDB maintains a stable API, so we generally cannot remove them. You can mark them as deprecated using a few macros (look for LLDB_DEPRECATED). The implementations can just return 8 bits per byte (or whatever value makes sense). https://github.com/llvm/llvm-project/pull/182025 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
