[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:45:45 PDT 2025
JDevlieghere wrote:
> Should I rename `toDAP`/`fromDAP` to `to_dap`/`from_dap`? I think thats more inline with how lldb names variables, right?
Yes, good point. Currently we have a weird mix of styles. Once everything has been migrated to use the protocol classes, we should go through the code and fix the remaining inconsistencies.
https://github.com/llvm/llvm-project/pull/139937
More information about the lldb-commits
mailing list