================
@@ -47,13 +91,27 @@ struct Variables {
 
   lldb::SBValue FindVariable(uint64_t variablesReference, llvm::StringRef 
name);
 
+  /// Initialize a frame if it hasn't been already, otherwise do nothing
+  std::vector<protocol::Scope> ReadyFrame(const uint64_t dap_frame_id,
----------------
da-viper wrote:

CreateScopes or MakeScopes as that is what we are using the sbframe to do in 
the function. 

https://github.com/llvm/llvm-project/pull/124232
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to