Files
clang-p2996/lldb/test/Shell/Error/Inputs/cleanup.lldbinit
Zequan Wu b6d56ddac1 [LLDB] Clean up after command fails
`CommandObject::CheckRequirements()` requires m_exe_ctx being cleaned up.

Differential Revision: https://reviews.llvm.org/D132397
2022-08-24 16:00:50 -07:00

6 lines
33 B
Plaintext

b main
run
dis a
dis -a $pc
exit