[all-commits] [llvm/llvm-project] b6d56d: [LLDB] Clean up after command fails
Zequan Wu via All-commits
all-commits at lists.llvm.org
Wed Aug 24 16:01:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6d56ddac1bf50d532abdc86a84f9bc8e3e7a266
https://github.com/llvm/llvm-project/commit/b6d56ddac1bf50d532abdc86a84f9bc8e3e7a266
Author: Zequan Wu <zequanwu at google.com>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
M lldb/source/Interpreter/CommandObject.cpp
A lldb/test/Shell/Error/Inputs/cleanup.lldbinit
A lldb/test/Shell/Error/cleanup.cpp
Log Message:
-----------
[LLDB] Clean up after command fails
`CommandObject::CheckRequirements()` requires m_exe_ctx being cleaned up.
Differential Revision: https://reviews.llvm.org/D132397
More information about the All-commits
mailing list