================
@@ -205,6 +205,9 @@ class LLDB_API SBProcess {
size_t ReadCStringFromMemory(addr_t addr, void *char_buf, size_t size,
lldb::SBError &error);
+ SBStringList ReadCStringsFromMemory(SBValueList string_addresses,
----------------
felipepiovezan wrote:
I've chosen to only document the new method, as the new signature is quite
different from the single-string case.
https://github.com/llvm/llvm-project/pull/172026
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits