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

Vlad Serebrennikov via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 13 10:46:42 PDT 2023


================
@@ -720,6 +720,14 @@ SBType supports the eq/ne operator. For example,::
     "
 ) lldb::SBType::GetTypeFlags;
 
+%feature("docstring",
+    "Searches for a directly nested type that has provided name.
----------------
Endilll wrote:

Done

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


More information about the lldb-commits mailing list