This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Allow flexible importing of in_call_stack
ClosedPublic

Authored by kastiglione on Nov 11 2022, 12:20 PM.

Details

Summary

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 Timeline

kastiglione created this revision.Nov 11 2022, 12:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2022, 12:20 PM
kastiglione requested review of this revision.Nov 11 2022, 12:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 11 2022, 12:20 PM
kastiglione edited the summary of this revision. (Show Details)Nov 11 2022, 12:28 PM
jingham accepted this revision.Nov 11 2022, 12:32 PM

I made this change in situ in the version we ship in the LLDB.framework, and this does the right thing! Thanks!

This revision is now accepted and ready to land.Nov 11 2022, 12:32 PM
This revision was automatically updated to reflect the committed changes.