[Lldb-commits] [lldb] [lldb] Introduce ScriptedFrameProvider for real threads (PR #161870)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 30 14:36:06 PDT 2025
================
@@ -150,6 +150,11 @@ ScriptInterpreter::GetOpaqueTypeFromSBExecutionContext(
return exe_ctx.m_exe_ctx_sp;
}
+lldb::StackFrameListSP ScriptInterpreter::GetOpaqueTypeFromSBFrameList(
----------------
jimingham wrote:
OpaqueType is a confusing name for the underlying StackFrameList. GetStackFrameListFromSBFrameList seems much clearer. Also, why isn't this a method on SBFrameList?
https://github.com/llvm/llvm-project/pull/161870
More information about the lldb-commits
mailing list