[Lldb-commits] [lldb] [lldb] Add SBType::FindNestedType() function (PR #68705)

Vlad Serebrennikov via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 10 10:19:13 PDT 2023


Endilll wrote:

`depth` parameter makes sense to me.
I wonder if it should have a default value 0 meaning infinite depth.

Now I wonder how my current implementation behaves with respect to depth, which is actually embarrassing. And how to implement `depth` parameter. 

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


More information about the lldb-commits mailing list