[Lldb-commits] [lldb] [lldb] Introduce ScriptedFrameProvider for real threads (PR #161870)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 3 23:01:21 PST 2025
================
@@ -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
More information about the lldb-commits
mailing list