[Lldb-commits] [lldb] [lldb] Introduce ScriptedFrameProvider for real threads (PR #161870)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 6 09:30:55 PDT 2025


JDevlieghere wrote:

> A non-goal for this PR and for lldb in general is copy what gdb or other debuggers do.

While compatibility is not generally a goal, there's also no reason to diverge for the sake of it. However, what I think Adrian is suggesting here, is that we can benefit from building on top of the learnings of an existing implementation. I think he raises some good points that are worth evaluating in the context of LLDB.

https://github.com/llvm/llvm-project/pull/161870


More information about the lldb-commits mailing list