[Lldb-commits] [lldb] [lldb] colorize symbols in image lookup with a regex pattern (PR #69422)
José Lira Junior via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 6 08:38:20 PST 2023
junior-jl wrote:
Addressed @JDevlieghere suggestions.
- A new debugger option was created for custom colors.
- The test needed some adaptation and we added a new case to test for other color option.
- The `SymbolContext` situtation is working as discussed with David: no color when there is no target.
- The recent changes are using `StringRef` for `pattern`. @taalhaataahir0102 is trying to make it work with `std::optional<llvm::Regex>`.
- Some missing comments were added.
https://github.com/llvm/llvm-project/pull/69422
More information about the lldb-commits
mailing list