3 import lldb.formatters.synth
6 class SyntheticChildrenProvider(
7 lldb.formatters.synth.PythonObjectSyntheticChildProvider):
9 def __init__(self, value, internal_dict):
10 lldb.formatters.synth.PythonObjectSyntheticChildProvider.__init__(
11 self, value, internal_dict)
13 def make_children(self):
14 return [("ID", 123456),