Skip to content

Commit e16af8e

Browse files
authored
Support generate lldb command in run-tests.php (#7451)
1 parent 0ac60d6 commit e16af8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

run-tests.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2789,6 +2789,9 @@ function run_test(string $php, $file, array $env): string
27892789
"gdb")
27902790
gdb --args {$orig_cmd}
27912791
;;
2792+
"lldb")
2793+
lldb -- {$orig_cmd}
2794+
;;
27922795
"valgrind")
27932796
USE_ZEND_ALLOC=0 valgrind $2 ${orig_cmd}
27942797
;;

0 commit comments

Comments
 (0)