================
@@ -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,
----------------
DavidSpickett wrote:

I know ReadCStringFromMemory doesn't have a docstring either but let's not 
continue bad habits.

If it's easier to say "like ReadCStringFromMemory but for a list of strings", 
you can update both docstrings in this PR.

https://github.com/llvm/llvm-project/pull/172026
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to