[Lldb-commits] [lldb] [lldb] refactor highlighting function for image lookup command (PR #76112)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 19 06:47:15 PST 2024


=?utf-8?q?José?= L. Junior <jljuniorpb at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/76112 at github.com>


================
@@ -23,6 +23,16 @@
 
 namespace lldb_private {
 
+struct Information {
----------------
DavidSpickett wrote:

Looks like you already did this and yes it's a good thing, it means folks can't forget to give all 3 bits of information.

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


More information about the lldb-commits mailing list