Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.h161 ExceptionBreakpoint *GetExceptionBreakpoint(const std::string &filter);
162 ExceptionBreakpoint *GetExceptionBreakpoint(const lldb::break_id_t bp_id);
H A DVSCode.cpp70 ExceptionBreakpoint *VSCode::GetExceptionBreakpoint(const std::string &filter) { in GetExceptionBreakpoint() function in lldb_vscode::VSCode
79 VSCode::GetExceptionBreakpoint(const lldb::break_id_t bp_id) { in GetExceptionBreakpoint() function in lldb_vscode::VSCode
358 exc_bp = GetExceptionBreakpoint(bp_id); in GetExceptionBPFromStopReason()
H A Dlldb-vscode.cpp2184 auto exc_bp = g_vsc.GetExceptionBreakpoint(std::string(filter)); in request_setExceptionBreakpoints()
2191 auto exc_bp = g_vsc.GetExceptionBreakpoint(filter); in request_setExceptionBreakpoints()