Home
last modified time | relevance | path

Searched refs:line_array (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py753 def request_setBreakpoints(self, file_path, line_array, data=None): argument
767 if line_array is not None:
768 args_dict['lines'] = '%s' % line_array
770 for i, line in enumerate(line_array):