jasonmolenda wrote: Thanks for getting back to this use of the multi mem read feature, this is very cool.
My only worry with the patch is that we return an empty string for a memory read. This is a general issue with lldb, many of our memory read API will return 0 values for a memory read, for instance, so when you're using lldb on a questionable environment (*something* is wrong), and you see a 0, you have to ask yourself "is it really 0 or is that a memory read error". https://github.com/llvm/llvm-project/pull/172026 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
