[Lldb-commits] [lldb] [lldb] enhance colorize process for image lookup command (PR #76112)

via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 20 23:02:48 PST 2023


=?utf-8?q?José?= L. Junior <jljuniorpb at gmail.com>,
=?utf-8?q?José?= L. Junior <jljuniorpb at gmail.com>,
=?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>


taalhaataahir0102 wrote:

Hi! @DavidSpickett, made the above changes.
1. struct has been introduced inside stream.h and all the information is being passed using optional struct (`std::optional<Information> pattern_info`) and all the member variables inside the struct are `llvm::StringRef`. Were not able to solve the issue for `llvm::regex`
2. For function search, it was similar to symbol search as it also passes all the information to the same dumping functions. 
3. For test cases, Right now all the test cases are for -s flag (symbol search) i..e, 11 in total. Should we split the current test cases like 4 for symbol search, 4 for function search (-F flag) and 3 for symbol-or-function search (-n flag) or we should add more test cases for each flag?

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


More information about the lldb-commits mailing list