[Lldb-commits] [lldb] [lldb] Implement a statusline in LLDB (PR #121860)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 4 10:50:11 PST 2025
================
@@ -73,6 +73,7 @@
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
+#include "llvm/Support/Regex.h"
----------------
JDevlieghere wrote:
Remnant of trying to regex-away ANSI escape characters before I did #123430.
https://github.com/llvm/llvm-project/pull/121860
More information about the lldb-commits
mailing list