[Lldb-commits] [PATCH] D151597: [lldb][NFCI] Remove use of ConstString from IOHandler

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 12 14:07:35 PDT 2023


jingham added a comment.

I don't think we need to support the case where the "end line token" doesn't have to stand on its own line.  It's reasonable for lldb to impose this policy, and if we are going to do that then requiring the "\n" after the end line token also seems odd.  The way this is done seems okay to me.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151597/new/

https://reviews.llvm.org/D151597



More information about the lldb-commits mailing list