[Lldb-commits] [lldb] [lldb-dap] Move requests into their own object/file (PR #128262)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Sat Feb 22 18:36:42 PST 2025
JDevlieghere wrote:
I'm marking this as ready for review. I think the 9 requests that have been migrated are pretty representative and I intentionally made it so that the old and new way of register requests keeps working. I was running the tests between every PR. However, resolving the merge conflict with main made me realize that almost anything touching `lldb-dap` is going to result in a pretty tricky merge conflict so I'd prefer to continue doing this work incrementally.
https://github.com/llvm/llvm-project/pull/128262
More information about the lldb-commits
mailing list