[Lldb-commits] [lldb] [lldb-dap] Migrate variables request protocol types. (PR #147611)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 10 09:37:04 PDT 2025
ashgti wrote:
I added a new helper in JSONUtils for decoding memory references from JSON, since that is a repeated use case in the protocol POD types. I haven't updated all the usages yet, but I can do that in a follow up PR.
https://github.com/llvm/llvm-project/pull/147611
More information about the lldb-commits
mailing list