wallace requested changes to this revision.
wallace added inline comments.
This revision now requires changes to proceed.


================
Comment at: lldb/examples/synthetic/gnu_libstdcpp.py:22-27
+    def get_object_kind(self, valobj):
+        type_name = valobj.GetTypeName()
+        for kind in ["set", "map"]:
+           if kind in type_name:
+              return kind
+        pass
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113760/new/

https://reviews.llvm.org/D113760

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to