[Lldb-commits] [lldb] Colorize output when searching for symbols in lldb (PR #69422)

José Lira Junior via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 16 11:44:22 PST 2023


================
@@ -231,6 +231,18 @@ class Stream {
   ///     The string to be output to the stream.
   size_t PutCString(llvm::StringRef cstr);
 
+  /// Output a C string to the stream with color highlighting.
+  ///
+  /// Print a C string \a text to the stream, applying color highlighting to
+  /// the specified \a pattern within the string.
----------------
junior-jl wrote:

> Print a C string \a text to the stream, applying color highlighting to the portions of the string matched by the regex pattern \a pattern.

Added the information and used the above as template


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


More information about the lldb-commits mailing list