Allow in_call_stack to be imported in either of the following ways:
command script import path/to/in_call_stack.py command script import lldb.utils.in_call_stack
rdar://102249295
Differential D137860
[lldb] Allow flexible importing of in_call_stack kastiglione on Nov 11 2022, 12:20 PM. Authored by
Details
Allow in_call_stack to be imported in either of the following ways: command script import path/to/in_call_stack.py command script import lldb.utils.in_call_stack rdar://102249295
Diff Detail
Event TimelineComment Actions I made this change in situ in the version we ship in the LLDB.framework, and this does the right thing! Thanks! |