[Lldb-commits] [lldb] [lldb] Introduce ScriptedFrameProvider for real threads (PR #161870)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 7 11:01:54 PST 2025
================
@@ -986,6 +986,34 @@ class LLDB_API SBTarget {
lldb::SBMutex GetAPIMutex() const;
+ /// Register a scripted frame provider for this target.
----------------
JDevlieghere wrote:
What happens when I call this twice with the same name? Will it overwrite the previous one? Or return an error? Seems worth documenting.
https://github.com/llvm/llvm-project/pull/161870
More information about the lldb-commits
mailing list