[all-commits] [llvm/llvm-project] 47f652: [lldb] Call ThreadPlan::DiscardPlan from Thread::D...
Dave Lee via All-commits
all-commits at lists.llvm.org
Thu Mar 10 13:58:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47f652d69517336fb0f6fbdcd6bf4dc962ae5e65
https://github.com/llvm/llvm-project/commit/47f652d69517336fb0f6fbdcd6bf4dc962ae5e65
Author: Dave Lee <davelee.com at gmail.com>
Date: 2022-03-10 (Thu, 10 Mar 2022)
Changed paths:
M lldb/source/Target/Thread.cpp
Log Message:
-----------
[lldb] Call ThreadPlan::DiscardPlan from Thread::DiscardPlan
Correct `Thread::DiscardPlan` to call `DiscardPlan` instead of `PopPlan`.
Differential Revision: https://reviews.llvm.org/D96655
More information about the All-commits
mailing list