[Lldb-commits] [lldb] [lldb][test] Delete obsolete cmds.txt (PR #194390)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 27 07:24:57 PDT 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Raphael Isemann (Teemperor)
<details>
<summary>Changes</summary>
Last time I asked about these files someone mentioned they were once used to replay a test.
However, I think by now these files are mostly out of sync with their tests and few people anyway know these files exist in the first place.
---
Full diff: https://github.com/llvm/llvm-project/pull/194390.diff
8 Files Affected:
- (removed) lldb/test/API/functionalities/dead-strip/cmds.txt (-4)
- (removed) lldb/test/API/functionalities/load_unload/cmds.txt (-2)
- (removed) lldb/test/API/lang/c/array_types/cmds.txt (-3)
- (removed) lldb/test/API/lang/c/global_variables/cmds.txt (-3)
- (removed) lldb/test/API/lang/cpp/class_types/cmds.txt (-3)
- (removed) lldb/test/API/lang/cpp/namespace/cmds.txt (-3)
- (removed) lldb/test/API/lang/cpp/stl/cmds.txt (-3)
- (removed) lldb/test/API/macosx/order/cmds.txt (-3)
``````````diff
diff --git a/lldb/test/API/functionalities/dead-strip/cmds.txt b/lldb/test/API/functionalities/dead-strip/cmds.txt
deleted file mode 100644
index f6fd04502888c..0000000000000
--- a/lldb/test/API/functionalities/dead-strip/cmds.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-b main.c:21
-b main.c:41
-lines -shlib a.out main.c
-c
diff --git a/lldb/test/API/functionalities/load_unload/cmds.txt b/lldb/test/API/functionalities/load_unload/cmds.txt
deleted file mode 100644
index 1e4b198dc0d32..0000000000000
--- a/lldb/test/API/functionalities/load_unload/cmds.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-breakpoint set -n a_function
-run
diff --git a/lldb/test/API/lang/c/array_types/cmds.txt b/lldb/test/API/lang/c/array_types/cmds.txt
deleted file mode 100644
index 8feebe2120442..0000000000000
--- a/lldb/test/API/lang/c/array_types/cmds.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-break main.c:42
-continue
-var
diff --git a/lldb/test/API/lang/c/global_variables/cmds.txt b/lldb/test/API/lang/c/global_variables/cmds.txt
deleted file mode 100644
index 6906a0729aeb6..0000000000000
--- a/lldb/test/API/lang/c/global_variables/cmds.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-break main.c:5
-continue
-var -global g_a -global g_global_int
diff --git a/lldb/test/API/lang/cpp/class_types/cmds.txt b/lldb/test/API/lang/cpp/class_types/cmds.txt
deleted file mode 100644
index 1c7ef9f1c8ad0..0000000000000
--- a/lldb/test/API/lang/cpp/class_types/cmds.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-b main.cpp:97
-c
-var
diff --git a/lldb/test/API/lang/cpp/namespace/cmds.txt b/lldb/test/API/lang/cpp/namespace/cmds.txt
deleted file mode 100644
index 76bb1bcba7594..0000000000000
--- a/lldb/test/API/lang/cpp/namespace/cmds.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-b main.cpp:54
-c
-var
diff --git a/lldb/test/API/lang/cpp/stl/cmds.txt b/lldb/test/API/lang/cpp/stl/cmds.txt
deleted file mode 100644
index 9c9c2e3db57bd..0000000000000
--- a/lldb/test/API/lang/cpp/stl/cmds.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-b main.cpp:6
-continue
-var
diff --git a/lldb/test/API/macosx/order/cmds.txt b/lldb/test/API/macosx/order/cmds.txt
deleted file mode 100644
index 8c51dd763bf49..0000000000000
--- a/lldb/test/API/macosx/order/cmds.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-b main.c:41
-c
-lines -shlib a.out main.c
``````````
</details>
https://github.com/llvm/llvm-project/pull/194390
More information about the lldb-commits
mailing list