This is an archive of the discontinued LLVM Phabricator instance.

[lldb/crashlog] Add `-V|--version` option
ClosedPublic

Authored by mib on Aug 9 2022, 11:14 PM.

Details

Summary

This patch introduces a new option to the crashlog command to get the
the script version.

Since crashlog.py is not actually versioned, this returns lldb's version
instead.

rdar://98392669

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>

Diff Detail

Event Timeline

mib created this revision.Aug 9 2022, 11:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 9 2022, 11:14 PM
mib requested review of this revision.Aug 9 2022, 11:14 PM
mib edited the summary of this revision. (Show Details)Aug 9 2022, 11:14 PM
JDevlieghere accepted this revision.Aug 10 2022, 10:43 AM

Makes sense

This revision is now accepted and ready to land.Aug 10 2022, 10:43 AM
This revision was automatically updated to reflect the committed changes.