Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/breakpoint/
H A DTestVSCode_logpoints.py36 before_loop_breakpoint_ids = self.set_source_breakpoints(
55 [loop_breakpoint_id, post_loop_breakpoint_id] = self.set_source_breakpoints(
96 before_loop_breakpoint_ids = self.set_source_breakpoints(
115 [loop_breakpoint_id, post_loop_breakpoint_id] = self.set_source_breakpoints(
H A DTestVSCode_setBreakpoints.py289 breakpoint_ids = self.set_source_breakpoints(self.main_path, [loop_line])
301 new_breakpoint_ids = self.set_source_breakpoints(self.main_path,
313 new_breakpoint_ids = self.set_source_breakpoints(self.main_path,
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/variables/
H A DTestVSCode_variables.py96 breakpoint_ids = self.set_source_breakpoints(source, lines)
239 breakpoint_ids = self.set_source_breakpoints(source, lines)
278 breakpoint_ids = self.set_source_breakpoints(source, lines)
306 breakpoint_ids = self.set_source_breakpoints(source, lines)
407 breakpoint_ids = self.set_source_breakpoints(source, lines)
448 breakpoint_ids = self.set_source_breakpoints(source, lines)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/optimized/
H A DTestVSCode_optimized.py27 breakpoint_ids = self.set_source_breakpoints(source, lines)
47 breakpoint_ids = self.set_source_breakpoints(source, lines)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/console/
H A DTestVSCode_redirection_to_console.py29 breakpoint_ids = self.set_source_breakpoints(source, [breakpoint1_line])
H A DTestVSCode_console.py47 breakpoint_ids = self.set_source_breakpoints(source, lines)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/correct-thread/
H A DTestVSCode_correct_thread.py32 breakpoint_ids = self.set_source_breakpoints(source, lines)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/disconnect/
H A DTestVSCode_disconnect.py40 self.set_source_breakpoints(self.source, [line_number(self.source, '// breakpoint')])
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/completions/
H A DTestVSCode_completions.py34 breakpoint_ids = self.set_source_breakpoints(
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/step/
H A DTestVSCode_step.py29 breakpoint_ids = self.set_source_breakpoints(source, lines)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/module/
H A DTestVSCode_module.py87 breakpoint_ids = self.set_source_breakpoints(source, lines)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/evaluate/
H A DTestVSCode_evaluate.py35 self.set_source_breakpoints(
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/stackTrace/
H A DTestVSCode_stackTrace.py69 breakpoint_ids = self.set_source_breakpoints(source, lines)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/attach/
H A DTestVSCode_attach.py37 breakpoint_ids = self.set_source_breakpoints(source, lines)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/runInTerminal/
H A DTestVSCode_runInTerminal.py66 self.set_source_breakpoints(source, [breakpoint_line])
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py25 def set_source_breakpoints(self, source_path, lines, data=None): member in VSCodeTestCaseBase
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A DTestVSCode_launch.py344 breakpoint_ids = self.set_source_breakpoints(source, lines)