synthetic#
- lldb.synthetic(type_name, **kwargs)#
A decorator that registers a class as an LLDB synthetic child provider.
@lldb.synthetic(“MyType”) class MyTypeSynthetic:
- def __init__(self, valobj, _):
…
A decorator that registers a class as an LLDB synthetic child provider.
@lldb.synthetic(“MyType”) class MyTypeSynthetic:
- def __init__(self, valobj, _):
…