[Lldb-commits] [lldb] [lldb-dap] Setup DAP for unit testing. (PR #139937)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed May 14 10:56:30 PDT 2025


JDevlieghere wrote:

> Yea, thats my mistake. I made the protocol classes to match the names of the spec, but we don't really have to do that as long as the `toJSON`/`fromJSON` adjusts the names, they can be different.

I think we discussed this at some point in the past and I'm personally okay with saying that everything outside the protocol dir should follow the LLDB style and the Protocol dir matches the spec (although we're already diverging from that for the enums). 

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


More information about the lldb-commits mailing list