Home
last modified time | relevance | path

Searched refs:GetExceptionBPFromStopReason (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DVSCode.h180 ExceptionBreakpoint *GetExceptionBPFromStopReason(lldb::SBThread &thread);
DVSCode.cpp346 VSCode::GetExceptionBPFromStopReason(lldb::SBThread &thread) { in GetExceptionBPFromStopReason() function in lldb_vscode::VSCode
DJSONUtils.cpp887 ExceptionBreakpoint *exc_bp = g_vsc.GetExceptionBPFromStopReason(thread); in CreateThreadStopped()
Dlldb-vscode.cpp906 ExceptionBreakpoint *exc_bp = g_vsc.GetExceptionBPFromStopReason(thread); in request_exceptionInfo()