Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/breakpoint/
H A DTestVSCode_setExceptionBreakpoints.py44 self.continue_to_exception_breakpoint('C++ Throw')
45 self.continue_to_exception_breakpoint('C++ Catch')
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py237 def continue_to_exception_breakpoint(self, filter_label): member in VSCodeTestCaseBase