[Lldb-commits] [PATCH] D77602: [lldb/Reproducers] Support new replay mode: passive replay

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 20 01:02:29 PDT 2020


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Looks good to me.



================
Comment at: lldb/include/lldb/Utility/ReproducerInstrumentation.h:206-207
   template <typename T> T *GetObjectForIndex(unsigned idx) {
-    assert(idx != 0 && "Cannot get object for sentinel");
+    assert(idx != 0 && "Cannot get object for "
+                       "sentinel");
     void *object = GetObjectForIndexImpl(idx);
----------------
bad formatting ?


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

https://reviews.llvm.org/D77602





More information about the lldb-commits mailing list