Searched refs:GetExceptionBreakpoint (Results 1 – 3 of 3) sorted by relevance
117 ExceptionBreakpoint *GetExceptionBreakpoint(const std::string &filter);118 ExceptionBreakpoint *GetExceptionBreakpoint(const lldb::break_id_t bp_id);
67 ExceptionBreakpoint *VSCode::GetExceptionBreakpoint(const std::string &filter) { in GetExceptionBreakpoint() function in lldb_vscode::VSCode76 VSCode::GetExceptionBreakpoint(const lldb::break_id_t bp_id) { in GetExceptionBreakpoint() function in lldb_vscode::VSCode257 exc_bp = GetExceptionBreakpoint(bp_id); in GetExceptionBPFromStopReason()
2050 auto exc_bp = g_vsc.GetExceptionBreakpoint(std::string(filter)); in request_setExceptionBreakpoints()2057 auto exc_bp = g_vsc.GetExceptionBreakpoint(filter); in request_setExceptionBreakpoints()