From a4bc3a7091a6d470e070d7d61d5614e5b84cc172 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Mon, 25 Jul 2011 23:41:08 +0000 Subject: Add cross references between the docstrings for regular SBValue iteration: for child in value: # do something with the child value and SBValue.linked_list_iter(): for task in task_head.linked_list_iter('next', eol_test): # visit each item in the linked list llvm-svn: 136015 --- lldb/scripts/Python/interface/SBValue.i | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lldb/scripts/Python/interface') diff --git a/lldb/scripts/Python/interface/SBValue.i b/lldb/scripts/Python/interface/SBValue.i index f6e610531b6..c037f1622a6 100644 --- a/lldb/scripts/Python/interface/SBValue.i +++ b/lldb/scripts/Python/interface/SBValue.i @@ -49,7 +49,11 @@ Name: rip Value: 0x0000000100000dae Name: rflags Value: 0x0000000000000206 Name: cs Value: 0x0000000000000027 Name: fs Value: 0x0000000000000010 -Name: gs Value: 0x0000000000000048" +Name: gs Value: 0x0000000000000048 + +See also linked_list_iter() for another perspective on how to iterate through an +SBValue instance which interprets the value object as representing the head of a +linked list." ) SBValue; class SBValue { -- cgit v1.2.3