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
Paths
| Differential D96277
[lldb] Minor cleanups to ThreadPlan.h (NFC) ClosedPublic Authored by kastiglione on Feb 8 2021, 9:27 AM.
Details
Summary 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... This revision was landed with ongoing or failed builds. Closed by commit rG606c3be85d92: [lldb] Minor cleanups to ThreadPlan.h (NFC) (authored by kastiglione). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 322773 lldb/include/lldb/Target/ThreadPlan.h
lldb/source/Target/ThreadPlan.cpp
|
clang-tidy: error: 'lldb/Target/Process.h' file not found [clang-diagnostic-error]
not useful