This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Refactor the Symbolicator initializer
ClosedPublic

Authored by JDevlieghere on Dec 3 2020, 12:56 PM.

Details

Summary

We found out that we have clients relying on the old signature of the Symbolicator initializer. Make the signature compatible again and provide a factory method to initialize the class correctly based on whether you have a target or want the symbolicator to create one for you.

Diff Detail

Event Timeline

JDevlieghere requested review of this revision.Dec 3 2020, 12:56 PM
JDevlieghere created this revision.
jingham accepted this revision.Dec 3 2020, 2:16 PM

LGTM

This revision is now accepted and ready to land.Dec 3 2020, 2:16 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptDec 3 2020, 2:32 PM