Searched refs:GetExceptionBreakpoint (Results 1 – 3 of 3) sorted by relevance
161 ExceptionBreakpoint *GetExceptionBreakpoint(const std::string &filter);162 ExceptionBreakpoint *GetExceptionBreakpoint(const lldb::break_id_t bp_id);
70 ExceptionBreakpoint *VSCode::GetExceptionBreakpoint(const std::string &filter) { in GetExceptionBreakpoint() function in lldb_vscode::VSCode79 VSCode::GetExceptionBreakpoint(const lldb::break_id_t bp_id) { in GetExceptionBreakpoint() function in lldb_vscode::VSCode358 exc_bp = GetExceptionBreakpoint(bp_id); in GetExceptionBPFromStopReason()
2184 auto exc_bp = g_vsc.GetExceptionBreakpoint(std::string(filter)); in request_setExceptionBreakpoints()2191 auto exc_bp = g_vsc.GetExceptionBreakpoint(filter); in request_setExceptionBreakpoints()