bulbazord added a comment.

The idea itself looks good to me. It would be nice if we could maintain a 
schema for this format in documentation or elsewhere so future code spelunkers 
have an idea of what the parsing and saving code are doing while they read it.



================
Comment at: 
lldb/test/API/macosx/corefile-exception-reason/TestCorefileExceptionReason.py:54-57
+        while i < process.GetNumThreads():
+            t = process.GetThreadAtIndex(i)
+            self.assertEqual(t.GetThreadID(), live_tids[i])
+            i = i + 1
----------------
nit


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158785

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

Reply via email to