[Lldb-commits] [lldb] [lldb-dap] Emit declarations along with variables (PR #74865)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 11 12:34:25 PST 2023


walter-erquinigo wrote:

> Might be good idea to only add "declaration" if and only if we have both a file and line at least?

I think it's better to emit it if there's at least one of them. We can leave it to the client the decision of what to do if only one of them is available.

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


More information about the lldb-commits mailing list