[Lldb-commits] [PATCH] D85145: Use syntax highlighting also in gui mode
Luboš Luňák via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 4 04:44:19 PDT 2020
llunak updated this revision to Diff 282865.
llunak added a comment.
Updated according to comments.
I find some of the StringRef APIs flawed though: consume_front() returns true on success, but consumeInteger() returns false; consume_front() modifies the object, but drop_front() doesn't.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85145/new/
https://reviews.llvm.org/D85145
Files:
lldb/source/Core/IOHandlerCursesGUI.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85145.282865.patch
Type: text/x-patch
Size: 9379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200804/7c4c3c78/attachment-0001.bin>
More information about the lldb-commits
mailing list