[Lldb-commits] [lldb] [lldb][lldb-dap] Migrate ScopesRequest to structured types (PR #138116)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Thu May 8 16:07:56 PDT 2025


================
@@ -275,9 +275,7 @@ struct DAP {
   lldb::SBThread GetLLDBThread(lldb::tid_t id);
   lldb::SBThread GetLLDBThread(const llvm::json::Object &arguments);
 
-  lldb::SBFrame GetLLDBFrame(const llvm::json::Object &arguments);
----------------
ashgti wrote:

We may want to leave this helper in for now until we've finished migrating to new types.

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


More information about the lldb-commits mailing list