================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to