Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.cpp34 exception_breakpoints( in VSCode()
71 for (auto &bp : exception_breakpoints) { in GetExceptionBreakpoint()
80 for (auto &bp : exception_breakpoints) { in GetExceptionBreakpoint()
H A DVSCode.h138 std::vector<ExceptionBreakpoint> exception_breakpoints; member
H A Dlldb-vscode.cpp1482 for (const auto &exc_bp : g_vsc.exception_breakpoints) { in request_initialize()
2179 for (const auto &bp : g_vsc.exception_breakpoints) in request_setExceptionBreakpoints()