Searched refs:exc_bp (Results 1 – 3 of 3) sorted by relevance
250 ExceptionBreakpoint *exc_bp = nullptr; in GetExceptionBPFromStopReason() local257 exc_bp = GetExceptionBreakpoint(bp_id); in GetExceptionBPFromStopReason()260 if (exc_bp == nullptr) in GetExceptionBPFromStopReason()263 return exc_bp; in GetExceptionBPFromStopReason()
850 ExceptionBreakpoint *exc_bp = g_vsc.GetExceptionBPFromStopReason(thread); in request_exceptionInfo() local851 if (exc_bp) { in request_exceptionInfo()852 EmplaceSafeString(body, "exceptionId", exc_bp->filter); in request_exceptionInfo()853 EmplaceSafeString(body, "description", exc_bp->label); in request_exceptionInfo()1378 for (const auto &exc_bp : g_vsc.exception_breakpoints) { in request_initialize() local1379 filters.emplace_back(CreateExceptionBreakpointFilter(exc_bp)); in request_initialize()2050 auto exc_bp = g_vsc.GetExceptionBreakpoint(std::string(filter)); in request_setExceptionBreakpoints() local2051 if (exc_bp) { in request_setExceptionBreakpoints()2052 exc_bp->SetBreakpoint(); in request_setExceptionBreakpoints()2057 auto exc_bp = g_vsc.GetExceptionBreakpoint(filter); in request_setExceptionBreakpoints() local[all …]
852 ExceptionBreakpoint *exc_bp = g_vsc.GetExceptionBPFromStopReason(thread); in CreateThreadStopped() local853 if (exc_bp) { in CreateThreadStopped()855 EmplaceSafeString(body, "description", exc_bp->label); in CreateThreadStopped()