[Lldb-commits] [lldb] [llvm] [LLDB][Minidump] Add breakpoint stop reasons to the minidump. (PR #108448)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 18 03:16:48 PDT 2024
labath wrote:
Fixing definitely. Jacob, please change this to a hex constant and put the string in the comment. The name of the constants also seems out of place here. All of the other constants (even those that wrap existing windows ALL_CAPS) constants are using CamelCase). I'd suggest `enum class ExceptionFlag : uint32 { LLDB = 0xdead };`
https://github.com/llvm/llvm-project/pull/108448
More information about the lldb-commits
mailing list