[Lldb-commits] [PATCH] D96277: [lldb] Minor cleanups to ThreadPlan.h (NFC)
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 8 09:27:21 PST 2021
kastiglione created this revision.
kastiglione added a reviewer: jingham.
kastiglione requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
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
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D96277
Files:
lldb/include/lldb/Target/ThreadPlan.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96277.322143.patch
Type: text/x-patch
Size: 3511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210208/94a9651a/attachment.bin>
More information about the lldb-commits
mailing list