mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-25 06:40:18 +00:00
Update llgdb to use python3.
This commit is contained in:
parent
98117f1a74
commit
02513a43f4
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user