[all-commits] [llvm/llvm-project] fc4101: [lldb/Reproducers] Capture reproducers from the AP...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Tue Apr 14 09:24:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fc410138939fbc98d7eb700e0e898500a00efc4d
      https://github.com/llvm/llvm-project/commit/fc410138939fbc98d7eb700e0e898500a00efc4d
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
    M lldb/bindings/headers.swig
    A lldb/bindings/interface/SBReproducer.i
    M lldb/bindings/interfaces.swig
    M lldb/include/lldb/API/SBReproducer.h
    M lldb/packages/Python/lldbsuite/test/configuration.py
    M lldb/packages/Python/lldbsuite/test/decorators.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/dotest_args.py
    M lldb/source/API/SBReproducer.cpp
    M lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py
    M lldb/test/API/lit.cfg.py
    M lldb/test/API/lldbtest.py

  Log Message:
  -----------
  [lldb/Reproducers] Capture reproducers from the API test suite.

Make it possible to capture reproducers from the API test suite. Given
the symmetry between capture and replay, this patch also adds the
necessary code for replay. For now this is a NO-OP until the
corresponding reproducer instrumentation changes land.

For more info please refer to the RFC on lldb-dev:
http://lists.llvm.org/pipermail/lldb-dev/2020-April/016100.html

Differential revision: https://reviews.llvm.org/D77588




More information about the All-commits mailing list