[Lldb-commits] [PATCH] D56322: [Reproducers] SBReproducer framework

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 6 10:52:13 PST 2019


labath added a comment.

This looks good to me. Thank you for your patience.



================
Comment at: lldb/source/Utility/ReproducerInstrumentation.cpp:91
+Recorder::~Recorder() {
+  assert(m_result_recorded && "Did you forget SB_RECORD_RESULT?");
+  UpdateBoundary();
----------------
old macro name in assert message


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

https://reviews.llvm.org/D56322





More information about the lldb-commits mailing list