================ @@ -150,6 +150,11 @@ ScriptInterpreter::GetOpaqueTypeFromSBExecutionContext( return exe_ctx.m_exe_ctx_sp; } +lldb::StackFrameListSP ScriptInterpreter::GetOpaqueTypeFromSBFrameList( ---------------- medismailben wrote:
1. This is how we've been doing it. Renaming these methods would be orthogonal to this PR. 2. We can't have it be in SBFrameList because each ScriptingInterface will have to talk to SBAPI classes directly would be a layering violation. We had to use the ScriptInterpreter for that. https://github.com/llvm/llvm-project/pull/161870 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
