[Lldb-commits] [lldb] [LLDB][Editline] empty current line before `el_wgets` (PR #165830)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 31 09:31:32 PDT 2025


================

----------------
JDevlieghere wrote:

We shouldn't have to check `m_output_stream_sp`, and the code on 1638 assumes that we have a locked output stream, so let's replace the check with an assert here (to cover both) and then use it unconditionally like we do below.

https://github.com/llvm/llvm-project/pull/165830


More information about the lldb-commits mailing list