[Lldb-commits] [lldb] [LLDB] Add array subscription and integer parsing to DIL (PR #138551)

Ilia Kuklin via lldb-commits lldb-commits at lists.llvm.org
Tue May 6 11:49:32 PDT 2025


kuilpd wrote:

> I don't have an answer to that, but I do know that it's possible to index pointers in the current implementation. I suggest checking out how it achieves that and seeing if it can be translated to here.

I found `GetSyntheticArrayMember`, hopefully this is the one you're referring to.

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


More information about the lldb-commits mailing list