[Lldb-commits] [lldb] [lldb] add a marker before skipped frames (PR #167550)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 19 09:47:02 PST 2025


================
@@ -64,6 +64,17 @@ void RenderDiagnosticDetails(Stream &stream,
                              bool show_inline,
                              llvm::ArrayRef<DiagnosticDetail> details);
 
+/// Returns whether or not the current terminal supports Unicode rendering.
+///
+/// The value is cached after the first computation.
+///
+/// On POSIX systems, we check if the LANG environment variable contains the
+/// substring "UTF-8";
----------------
adrian-prantl wrote:

That's so much better than checking for color!

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


More information about the lldb-commits mailing list