[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / bindings / interface / SBExecutionContextExtensions.i
blob93cefd283d1b73893fd3cf15374fb2434cef2b35
1 %extend lldb::SBExecutionContext {
2 #ifdef SWIGPYTHON
3 %pythoncode %{
4 target = property(GetTarget, None, doc='''A read only property that returns the same result as GetTarget().''')
5 process = property(GetProcess, None, doc='''A read only property that returns the same result as GetProcess().''')
6 thread = property(GetThread, None, doc='''A read only property that returns the same result as GetThread().''')
7 frame = property(GetFrame, None, doc='''A read only property that returns the same result as GetFrame().''')
8 %}
9 #endif