[all-commits] [llvm/llvm-project] 88591a: [lldb] Remove lldb-repro utility
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Thu Oct 31 10:40:12 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88591aa0ca7e4d99da353d49f91ea63e43fb55e0
https://github.com/llvm/llvm-project/commit/88591aa0ca7e4d99da353d49f91ea63e43fb55e0
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2024-10-31 (Thu, 31 Oct 2024)
Changed paths:
M lldb/test/API/lit.cfg.py
M lldb/test/Shell/Driver/LocalLLDBInit.test
M lldb/test/Shell/Driver/TestCore.test
M lldb/test/Shell/Driver/TestError.test
M lldb/test/Shell/Driver/TestFile.test
M lldb/test/Shell/Driver/TestHelp.test
M lldb/test/Shell/Driver/TestPositionalArgs.test
M lldb/test/Shell/Driver/TestRepl.test
M lldb/test/Shell/Process/TestEnvironment.test
M lldb/test/Shell/Quit/TestQuitExitCode-30.test
M lldb/test/Shell/Quit/TestQuitExitCode30.test
M lldb/test/Shell/Quit/TestQuitExitCodeHexA.test
M lldb/test/Shell/Register/x86-64-read.test
M lldb/test/Shell/Register/x86-64-ymm-read.test
M lldb/test/Shell/Register/x86-multithread-write.test
M lldb/test/Shell/ScriptInterpreter/Lua/bindings.test
M lldb/test/Shell/ScriptInterpreter/Lua/convenience_variables.test
M lldb/test/Shell/ScriptInterpreter/Lua/io.test
M lldb/test/Shell/ScriptInterpreter/Lua/lua-python.test
M lldb/test/Shell/ScriptInterpreter/Lua/print.test
M lldb/test/Shell/ScriptInterpreter/Lua/quit.test
M lldb/test/Shell/ScriptInterpreter/Python/Crashlog/lit.local.cfg
M lldb/test/Shell/ScriptInterpreter/Python/fail_breakpoint_oneline.test
M lldb/test/Shell/ScriptInterpreter/Python/sb_address_exception.test
M lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint.test
M lldb/test/Shell/ScriptInterpreter/Python/scripted_breakpoint_lua.test
R lldb/test/Shell/Subprocess/lit.local.cfg
M lldb/test/Shell/SymbolFile/DWARF/x86/debug_loc.s
R lldb/test/Shell/SymbolFile/NativePDB/lit.local.cfg
R lldb/test/Shell/SymbolFile/PDB/lit.local.cfg
M lldb/test/Shell/helper/toolchain.py
M lldb/test/Shell/lit.cfg.py
M lldb/utils/CMakeLists.txt
R lldb/utils/lldb-repro/CMakeLists.txt
R lldb/utils/lldb-repro/lldb-repro.py
Log Message:
-----------
[lldb] Remove lldb-repro utility
Remove lldb-repro which was used to run the test suite against a
reproducer. The corresponding functionality has been removed from LLDB
so there's no need for the tool anymore.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list