[Lldb-commits] [lldb] [lldb] Add ReadCStrings API to Process (PR #172026)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Sun Dec 14 03:06:52 PST 2025


================
@@ -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


More information about the lldb-commits mailing list