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

Martin Storsjö via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 18 01:19:45 PDT 2024


mstorsjo wrote:

This causes lots of build time warnings when building with GCC, like this:
```
[271/4090] Building CXX object lib/Obj...akeFiles/LLVMObject.dir/Minidump.cpp.o
In file included from ../include/llvm/Object/Minidump.h:16,
                 from ../lib/Object/Minidump.cpp:9:
../include/llvm/BinaryFormat/Minidump.h:250:37: warning: multi-character character constant [-Wmultichar]
  250 |   static const uint32_t LLDB_FLAG = 'LLDB';
      |                                     ^~~~~~
```

Do we want to try to find a way around this, or do we want to silence this warning globally?

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


More information about the lldb-commits mailing list