================
@@ -33,8 +31,28 @@ class ScriptedFrame : public lldb_private::StackFrame {
~ScriptedFrame() override;
+ /// Create a ScriptedFrame from a script object.
+ ///
+ /// \param[in] thread_sp
+ /// The thread this frame belongs to.
+ ///
+ /// \param[in] scripted_thread_interface_sp
+ /// The scripted thread interface (needed for ScriptedThread
+ /// compatibility). Can be nullptr for frames on real threads.
+ ///
+ /// \param[in] args_sp
+ /// Arguments to pass to the frame creation.
+ ///
+ /// \param[in] script_object
----------------
jimingham wrote:
This parameter is also optional, it would be good to say here what it means to
have and not have it.
https://github.com/llvm/llvm-project/pull/161870
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits