[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.
This commit is contained in:
Jonas Devlieghere
2024-10-31 10:39:03 -07:00
parent a9a8351ef1
commit 88591aa0ca
35 changed files with 0 additions and 190 deletions

View File

@@ -1,9 +1,6 @@
if 'system-darwin' not in config.available_features:
config.unsupported = True
if 'lldb-repro' in config.available_features:
config.unsupported = True
config.environment["LLDB_APPLE_DSYMFORUUID_EXECUTABLE"] = ""
# Temporary parallel image loading deadlock workaround

View File

@@ -1,5 +1,3 @@
# UNSUPPORTED: lldb-repro
#
# RUN: %lldb -s %s --script-language python 2>&1 | FileCheck %s
b main
breakpoint command add -s python -o "1234_foo"

View File

@@ -1,5 +1,3 @@
# UNSUPPORTED: lldb-repro
#
# Test that the SBAddress properties throw an exception when used outside of
# the interactive script interpreter.
#

View File

@@ -1,5 +1,3 @@
# UNSUPPORTED: lldb-repro
#
# Test that the scripting language argument to "breakpoint command" is honored
# even if the global scripting language is different.
#

View File

@@ -1,5 +1,4 @@
# REQUIRES: python
# UNSUPPORTED: lldb-repro
#
# RUN: cat %s | %lldb --script-language lua 2>&1 | FileCheck %s
b main