[Lldb-commits] [lldb] [lldb] enhance colorize process for image lookup command (PR #76112)
José Lira Junior via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 18 15:21:15 PST 2024
================
@@ -23,6 +23,16 @@
namespace lldb_private {
+struct Information {
----------------
junior-jl wrote:
Done.
I was thinking: should we add a default constructor?
https://github.com/llvm/llvm-project/pull/76112
More information about the lldb-commits
mailing list