================ @@ -52,6 +52,9 @@ class RequestHandler { // Check if the step-granularity is `instruction`. bool HasInstructionGranularity(const llvm::json::Object &request); + lldb::SBValueList *GetTopLevelScope(int64_t variablesReference); + lldb::SBValue FindVariable(uint64_t variablesReference, llvm::StringRef name); ---------------- ashgti wrote:
Should these be moved to the `lldb_dap::DAP` or `lldb_dap::Variables`? https://github.com/llvm/llvm-project/pull/128550 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits