================ @@ -67,7 +67,7 @@ def test_core_file_source_mapping_array(self): self.create_debug_adapter() source_map = [["/home/labath/test", current_dir]] - self.attach(exe_file, coreFile=core_file, sourceMap=source_map) + self.attach(program=exe_file, coreFile=core_file, sourceMap=source_map) ---------------- JDevlieghere wrote:
IIf you use `*args` you don't need this anymore. https://github.com/llvm/llvm-project/pull/140107 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits