Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h271 CreateExceptionBreakpointFilter(const ExceptionBreakpoint &bp);
H A DJSONUtils.cpp513 CreateExceptionBreakpointFilter(const ExceptionBreakpoint &bp) { in CreateExceptionBreakpointFilter()
884 ExceptionBreakpoint *exc_bp = g_vsc.GetExceptionBPFromStopReason(thread); in CreateThreadStopped()
H A Dlldb-vscode.cpp903 ExceptionBreakpoint *exc_bp = g_vsc.GetExceptionBPFromStopReason(thread); in request_exceptionInfo()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/tools/lldb-vscode/
H A DBUILD.gn42 "ExceptionBreakpoint.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4783 lldb/tools/lldb-vscode/ExceptionBreakpoint.cpp
4784 lldb/tools/lldb-vscode/ExceptionBreakpoint.h