File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def get_required_attr(config, attr_name):
102102 config .available_features .add ("compiler-rt" )
103103
104104# Check which debuggers are available:
105- lldb_path = llvm_config .use_llvm_tool ("lldb-dap " , search_env = "LLDB" )
105+ lldb_path = llvm_config .use_llvm_tool ("lldb" , search_env = "LLDB" )
106106
107107if lldb_path is not None :
108108 config .available_features .add ("lldb" )
@@ -142,7 +142,7 @@ def configure_dexter_substitutions():
142142 dependencies = ["clang" , "lldb" ]
143143 dexter_regression_test_c_builder = "clang"
144144 dexter_regression_test_cxx_builder = "clang++"
145- dexter_regression_test_debugger = "lldb-dap "
145+ dexter_regression_test_debugger = "lldb"
146146 dexter_regression_test_c_flags = "-O0 -glldb -std=gnu11"
147147 dexter_regression_test_cxx_flags = "-O0 -glldb -std=gnu++11"
148148 dexter_regression_test_additional_flags = '--lldb-executable "{}"' .format (
You can’t perform that action at this time.
0 commit comments