While learning about ThreadPlan, I did a bit of cleanup:
- Remove unused code
- Move functions to protected where applicable
- Remove virtual for functions that are not overridden
Differential D96277
[lldb] Minor cleanups to ThreadPlan.h (NFC) kastiglione on Feb 8 2021, 9:27 AM. Authored by
Details
While learning about ThreadPlan, I did a bit of cleanup:
Diff Detail
Event TimelineComment Actions This is okay. It seems like CachePlanExplainsStop wasn't used because it's done by hand instead. A better patch might be to stop doing that and use the function instead? But the argument's not terribly compelling either way... |