This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Remove unused ThreadPlanStack::GetStackOfKind (NFC)
ClosedPublic

Authored by kastiglione on Jan 25 2021, 4:54 PM.

Details

Diff Detail

Event Timeline

kastiglione requested review of this revision.Jan 25 2021, 4:54 PM
kastiglione created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2021, 4:54 PM
jingham accepted this revision.Jan 25 2021, 5:37 PM

The inverse change to this would be to have all the places where we ask questions about the PlanStacks in a ThreadPlanStack through this API. I put it in to add that abstraction layer, but I don't remember why I thought it might be useful, and I never found any actual motivation for it. So this can go.

This revision is now accepted and ready to land.Jan 25 2021, 5:37 PM