[Lldb-commits] [lldb] [lldb-dap] Creating protocol types for setExceptionBreakpoints. (PR #144153)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 13 13:58:31 PDT 2025
================
@@ -39,6 +41,8 @@ class ExceptionBreakpoint {
std::string m_filter;
std::string m_label;
lldb::LanguageType m_language;
+ bool m_is_throw;
+ bool m_is_catch;
----------------
ashgti wrote:
Sure, created an enum. Thats hopefully more clear than the set of bools.
https://github.com/llvm/llvm-project/pull/144153
More information about the lldb-commits
mailing list