[Lldb-commits] [lldb] ensure that dap_symbol is always initialized (PR #156956)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 5 10:24:35 PDT 2025


walter-erquinigo wrote:

This change is not ideal. Instead, just define a default constructor for the struct. Otherwise every time someone creates a new Symbol object, they'll have to initialize it manually.

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


More information about the lldb-commits mailing list