Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/lldb-vscode/
DVSCode.h117 ExceptionBreakpoint *GetExceptionBreakpoint(const std::string &filter);
118 ExceptionBreakpoint *GetExceptionBreakpoint(const lldb::break_id_t bp_id);
DVSCode.cpp67 ExceptionBreakpoint *VSCode::GetExceptionBreakpoint(const std::string &filter) { in GetExceptionBreakpoint() function in lldb_vscode::VSCode
76 VSCode::GetExceptionBreakpoint(const lldb::break_id_t bp_id) { in GetExceptionBreakpoint() function in lldb_vscode::VSCode
257 exc_bp = GetExceptionBreakpoint(bp_id); in GetExceptionBPFromStopReason()
Dlldb-vscode.cpp2050 auto exc_bp = g_vsc.GetExceptionBreakpoint(std::string(filter)); in request_setExceptionBreakpoints()
2057 auto exc_bp = g_vsc.GetExceptionBreakpoint(filter); in request_setExceptionBreakpoints()