[Lldb-commits] [lldb] [lldb] Implement bytecode based SyntheticChildren (PR #179832)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 6 03:47:04 PST 2026


DavidSpickett wrote:

>From the specification:
> The version number is increased whenever an incompatible change is made. Adding new opcodes or selectors is not an incompatible change since consumers can unambiguously detect this and report an error.

So what does the formatter do with an lldb without this opcode? I guess `error: Unknown formatter bytecode opcode 0xsomething`. I hope it has enough clues for a google search at least.

>From there it's a case of updating lldb until it works.

https://github.com/llvm/llvm-project/pull/179832


More information about the lldb-commits mailing list