Home
last modified time | relevance | path

Searched refs:ExceptionBreakpoint (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DExceptionBreakpoint.cpp15 void ExceptionBreakpoint::SetBreakpoint() { in SetBreakpoint()
27 void ExceptionBreakpoint::ClearBreakpoint() { in ClearBreakpoint()
H A DExceptionBreakpoint.h18 struct ExceptionBreakpoint { struct
24 ExceptionBreakpoint(std::string f, std::string l, lldb::LanguageType lang) in ExceptionBreakpoint() argument
H A DVSCode.h138 std::vector<ExceptionBreakpoint> exception_breakpoints;
161 ExceptionBreakpoint *GetExceptionBreakpoint(const std::string &filter);
162 ExceptionBreakpoint *GetExceptionBreakpoint(const lldb::break_id_t bp_id);
180 ExceptionBreakpoint *GetExceptionBPFromStopReason(lldb::SBThread &thread);
H A DVSCode.cpp70 ExceptionBreakpoint *VSCode::GetExceptionBreakpoint(const std::string &filter) { in GetExceptionBreakpoint()
78 ExceptionBreakpoint *
345 ExceptionBreakpoint *
351 ExceptionBreakpoint *exc_bp = nullptr; in GetExceptionBPFromStopReason()
H A DVSCodeForward.h14 struct ExceptionBreakpoint;
H A DCMakeLists.txt28 ExceptionBreakpoint.cpp
H A DJSONUtils.h273 CreateExceptionBreakpointFilter(const ExceptionBreakpoint &bp);
H A DJSONUtils.cpp516 CreateExceptionBreakpointFilter(const ExceptionBreakpoint &bp) { in CreateExceptionBreakpointFilter()
887 ExceptionBreakpoint *exc_bp = g_vsc.GetExceptionBPFromStopReason(thread); in CreateThreadStopped()
H A Dlldb-vscode.cpp906 ExceptionBreakpoint *exc_bp = g_vsc.GetExceptionBPFromStopReason(thread); in request_exceptionInfo()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/tools/lldb-vscode/
H A DBUILD.gn42 "ExceptionBreakpoint.cpp",
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt4780 lldb/tools/lldb-vscode/ExceptionBreakpoint.cpp
4781 lldb/tools/lldb-vscode/ExceptionBreakpoint.h