[Lldb-commits] [lldb] [LLDB][Minidump] Add breakpoint stop reasons to the minidump. (PR #108448)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 12 13:33:01 PDT 2024


================
@@ -54,6 +54,13 @@ using namespace lldb;
 using namespace lldb_private;
 using namespace llvm::minidump;
 
+// Set of all the stop reasons minidumps will collect.
----------------
Jlalond wrote:

@labath Hey Pavel, is there a more elegant way to define a constant set? I want to define these enums in a unified place so our two uses cases don't diverge, but I don't know a better way

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


More information about the lldb-commits mailing list