Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp1472 for (const auto &exc_bp : g_vsc.exception_breakpoints) { in request_initialize()
2169 for (const auto &bp : g_vsc.exception_breakpoints) in request_setExceptionBreakpoints()