[Lldb-commits] [lldb] [lldb] Add ReadCStrings API to Process (PR #172026)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Sun Dec 14 21:10:59 PST 2025
jasonmolenda wrote:
Looking at SBStringList, there's no way to indicate an unreadable string in the returned list, except that the C++ SB API could return a nullptr, and surprise for any existing clients who don't handle that. We need to accept a 0-length string, I'm not suggesting otherwise, but I am displeased by the state we've gotten ourselves in.
https://github.com/llvm/llvm-project/pull/172026
More information about the lldb-commits
mailing list