[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:55 PST 2025


================
@@ -697,6 +698,39 @@ class Target : public std::enable_shared_from_this<Target>,
   Status Attach(ProcessAttachInfo &attach_info,
                 Stream *stream); // Optional stream to receive first stop info
 
+  // Frame provider methods
----------------
JDevlieghere wrote:

Remove or use Doxygen group.

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


More information about the lldb-commits mailing list