[Lldb-commits] [lldb] [llvm] [lldb] Encode operands and arity in Dwarf.def and use them in LLDB. (PR #94679)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 6 15:05:37 PDT 2024


JDevlieghere wrote:

> I'm also not sure the number of operands is ever useful without having the encoding ready, but maybe for DIExpression it actually is (because there we always use the same encoding).

Yeah, I came to the same conclusion, which is why LLDB isn't using the data. I primarily added it to avoid mistakes where someone confuses the number of operands with the arity. 

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


More information about the lldb-commits mailing list