[Lldb-commits] [PATCH] D157043: [lldb/crashlog] Make TextCrashLogParser more resilient to new lines
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 3 16:26:56 PDT 2023
bulbazord accepted this revision.
bulbazord added a comment.
This revision is now accepted and ready to land.
Looks alright to me. I think it would be interesting to replace a lot of the index juggling code with python Iterators that can only iterate over the lines that are not empty, but that's just a fun idea I had.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157043/new/
https://reviews.llvm.org/D157043
More information about the lldb-commits
mailing list