[all-commits] [llvm/llvm-project] 65d91b: [lldb] Minor refinements to ThreadPlan::RestoreThr...
Dave Lee via All-commits
all-commits at lists.llvm.org
Mon Feb 15 17:59:06 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 65d91b40ae1d273586a8265d7cf598f0e56e17a3
https://github.com/llvm/llvm-project/commit/65d91b40ae1d273586a8265d7cf598f0e56e17a3
Author: Dave Lee <davelee.com at gmail.com>
Date: 2021-02-15 (Mon, 15 Feb 2021)
Changed paths:
M lldb/include/lldb/Target/Thread.h
M lldb/include/lldb/Target/ThreadPlan.h
M lldb/include/lldb/Target/ThreadPlanCallFunction.h
M lldb/source/Target/Thread.cpp
M lldb/source/Target/ThreadPlanCallFunction.cpp
Log Message:
-----------
[lldb] Minor refinements to ThreadPlan::RestoreThreadState (NFC)
Correct `RestoreThreadState` to a `void` return type. Also, update the signature of its
callee, `Thread::RestoreThreadStateFromCheckpoint`, by updating it to a `void` return
type, and making it non-`virtual`.
Differential Revision: https://reviews.llvm.org/D96688
More information about the All-commits
mailing list