[Lldb-commits] [PATCH] D77588: [lldb/Reproducers] Make it possible to capture reproducers for the Python test suite.

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 8 20:30:11 PDT 2020


JDevlieghere added a comment.

In D77588#1968700 <https://reviews.llvm.org/D77588#1968700>, @labath wrote:

> I think the code looks ok now, though I have to say I am still somewhat fuzzy on what exactly will this patch enable. I think I understand the capture part, but what happens during replay? Will that already be smart enough to match the SB calls made by the test harness during replay to the captured calls that were made during recording, or is there some more work needed there?


That's implemented in https://reviews.llvm.org/D77602

> Could you add a brief documentation on this somewhere?

Sure thing: https://reviews.llvm.org/D77771


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D77588





More information about the lldb-commits mailing list