Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/tools/lldb-vscode/breakpoint/
DTestVSCode_setExceptionBreakpoints.py47 self.continue_to_exception_breakpoint('C++ Throw')
48 self.continue_to_exception_breakpoint('C++ Catch')
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dlldbvscode_testcase.py236 def continue_to_exception_breakpoint(self, filter_label): member in VSCodeTestCaseBase