[all-commits] [llvm/llvm-project] 606c3b: [lldb] Minor cleanups to ThreadPlan.h (NFC)
Dave Lee via All-commits
all-commits at lists.llvm.org
Wed Feb 10 13:49:05 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 606c3be85d9252c0b9964bf4c799a947e3d16a8f
https://github.com/llvm/llvm-project/commit/606c3be85d9252c0b9964bf4c799a947e3d16a8f
Author: Dave Lee <davelee.com at gmail.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M lldb/include/lldb/Target/ThreadPlan.h
M lldb/source/Target/ThreadPlan.cpp
Log Message:
-----------
[lldb] Minor cleanups to ThreadPlan.h (NFC)
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 Revision: https://reviews.llvm.org/D96277
More information about the All-commits
mailing list