[Lldb-commits] [lldb] [lldb][doc] Improve documentation for `ScriptedFrameProvider` (PR #179996)

Adrian Vogelsgesang via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 5 10:11:15 PST 2026


================
@@ -150,10 +176,12 @@ def get_frame_at_index(self, index):
                 if no frame exists at this index. The dictionary should contain:
 
             Required fields:
+
             - idx (int): The synthetic frame index (0 for youngest/top frame)
----------------
vogelsgesang wrote:

@medismailben Is this actually required? I couldn't find any usage of it in lldb's source code?

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


More information about the lldb-commits mailing list