[all-commits] [llvm/llvm-project] fa1260: [lldb] Remove reproducer replay functionality
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Dec 17 17:15:04 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa1260697ec80ac0586d67c0de8758818ca865c0
https://github.com/llvm/llvm-project/commit/fa1260697ec80ac0586d67c0de8758818ca865c0
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
M lldb/include/lldb/Utility/Reproducer.h
M lldb/source/API/SBReproducer.cpp
M lldb/source/API/SystemInitializerFull.cpp
M lldb/source/Commands/CommandObjectReproducer.cpp
M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
M lldb/source/Utility/Reproducer.cpp
M lldb/test/API/functionalities/reproducers/attach/TestReproducerAttach.py
M lldb/test/Shell/Driver/TestHelp.test
R lldb/test/Shell/Reproducer/Functionalities/Inputs/DataFormatter.in
R lldb/test/Shell/Reproducer/Functionalities/Inputs/ExpressionEvaluation.in
R lldb/test/Shell/Reproducer/Functionalities/Inputs/foo.cpp
R lldb/test/Shell/Reproducer/Functionalities/Inputs/stepping.c
R lldb/test/Shell/Reproducer/Functionalities/TestDataFormatter.test
R lldb/test/Shell/Reproducer/Functionalities/TestExpressionEvaluation.test
R lldb/test/Shell/Reproducer/Functionalities/TestImageList.test
R lldb/test/Shell/Reproducer/Functionalities/TestStepping.test
M lldb/test/Shell/Reproducer/Modules/TestModuleCXX.test
M lldb/test/Shell/Reproducer/TestDriverOptions.test
M lldb/test/Shell/Reproducer/TestDump.test
M lldb/test/Shell/Reproducer/TestFileRepro.test
R lldb/test/Shell/Reproducer/TestGDBRemoteRepro.test
M lldb/test/Shell/Reproducer/TestHomeDir.test
R lldb/test/Shell/Reproducer/TestMultipleTargets.test
R lldb/test/Shell/Reproducer/TestProcessList.test
R lldb/test/Shell/Reproducer/TestRelativePath.test
R lldb/test/Shell/Reproducer/TestReuseDirectory.test
R lldb/test/Shell/Reproducer/TestSynchronous.test
M lldb/test/Shell/Reproducer/TestVerify.test
M lldb/test/Shell/Reproducer/TestVersionCheck.test
M lldb/test/Shell/Reproducer/TestWorkingDir.test
M lldb/tools/driver/Driver.cpp
M lldb/tools/driver/Options.td
M lldb/unittests/Utility/ReproducerTest.cpp
Log Message:
-----------
[lldb] Remove reproducer replay functionality
This is part of a bigger rework of the reproducer feature. See [1] for
more details.
[1] https://lists.llvm.org/pipermail/lldb-dev/2021-September/017045.html
More information about the All-commits
mailing list