summaryrefslogtreecommitdiff
path: root/cross-project-tests/debuginfo-tests/llgdb-tests/test_debuginfo.pl
diff options
context:
space:
mode:
Diffstat (limited to 'cross-project-tests/debuginfo-tests/llgdb-tests/test_debuginfo.pl')
-rwxr-xr-xcross-project-tests/debuginfo-tests/llgdb-tests/test_debuginfo.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/cross-project-tests/debuginfo-tests/llgdb-tests/test_debuginfo.pl b/cross-project-tests/debuginfo-tests/llgdb-tests/test_debuginfo.pl
index 23d2304be7aa..6dbc3b9b8632 100755
--- a/cross-project-tests/debuginfo-tests/llgdb-tests/test_debuginfo.pl
+++ b/cross-project-tests/debuginfo-tests/llgdb-tests/test_debuginfo.pl
@@ -56,8 +56,7 @@ my $my_debugger = $ENV{'DEBUGGER'};
if (!$my_debugger) {
if ($use_lldb) {
my $path = dirname(Cwd::abs_path($0));
- # At least on darwin, LLDB needs te system python.
- $my_debugger = "/usr/bin/python $path/llgdb.py";
+ $my_debugger = "/usr/bin/env python3 $path/llgdb.py";
} else {
$my_debugger = "gdb";
}