================
@@ -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:
could we change the name from `readyFrame` as it is not clear from the name
what it is doing.
https://github.com/llvm/llvm-project/pull/124232
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits