[Lldb-commits] [PATCH] D26698: Remove SBStream accessor that lets you manipulate the internal buffer.

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 16 11:28:31 PST 2016


tfiala accepted this revision.
tfiala added a comment.
This revision is now accepted and ready to land.

Here is the adjusted patch that fixes the issue I was seeing on TestTerminal.py.  My first set of changes had a lifetime issue where I needed a const char* that was synthesized on the fly and went away by the time I needed it.

LGTM on macOS with this patch applied:
F2590224: D26698_macos_build_fixes_v2.diff <https://reviews.llvm.org/F2590224>


https://reviews.llvm.org/D26698





More information about the lldb-commits mailing list