[Lldb-commits] [lldb] [lldb-dap] Creating protocol types for setExceptionBreakpoints. (PR #144153)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 13 13:25:40 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;
----------------
JDevlieghere wrote:

How about an enum value? 

https://github.com/llvm/llvm-project/pull/144153


More information about the lldb-commits mailing list