Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/tools/lldb-vscode/breakpoint/
DTestVSCode_setBreakpoints.py279 breakpoint_ids = self.set_source_breakpoints(self.main_path, [loop_line])
291 new_breakpoint_ids = self.set_source_breakpoints(self.main_path,
303 new_breakpoint_ids = self.set_source_breakpoints(self.main_path,
/external/llvm-project/lldb/test/API/tools/lldb-vscode/runInTerminal/
DTestVSCode_runInTerminal.py32 self.set_source_breakpoints(source, [breakpoint_line])
/external/llvm-project/lldb/test/API/tools/lldb-vscode/console/
DTestVSCode_console.py49 breakpoint_ids = self.set_source_breakpoints(source, lines)
/external/llvm-project/lldb/test/API/tools/lldb-vscode/completions/
DTestVSCode_completions.py36 breakpoint_ids = self.set_source_breakpoints(
/external/llvm-project/lldb/test/API/tools/lldb-vscode/disconnect/
DTestVSCode_disconnect.py42 self.set_source_breakpoints(self.source, [line_number(self.source, '// breakpoint')])
/external/llvm-project/lldb/test/API/tools/lldb-vscode/step/
DTestVSCode_step.py31 breakpoint_ids = self.set_source_breakpoints(source, lines)
/external/llvm-project/lldb/test/API/tools/lldb-vscode/module/
DTestVSCode_module.py96 breakpoint_ids = self.set_source_breakpoints(source, lines)
/external/llvm-project/lldb/test/API/tools/lldb-vscode/variables/
DTestVSCode_variables.py89 breakpoint_ids = self.set_source_breakpoints(source, lines)
/external/llvm-project/lldb/test/API/tools/lldb-vscode/stackTrace/
DTestVSCode_stackTrace.py71 breakpoint_ids = self.set_source_breakpoints(source, lines)
/external/llvm-project/lldb/test/API/tools/lldb-vscode/attach/
DTestVSCode_attach.py39 breakpoint_ids = self.set_source_breakpoints(source, lines)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dlldbvscode_testcase.py25 def set_source_breakpoints(self, source_path, lines, condition=None, member in VSCodeTestCaseBase
/external/llvm-project/lldb/test/API/tools/lldb-vscode/launch/
DTestVSCode_launch.py341 breakpoint_ids = self.set_source_breakpoints(source, lines)