[Lldb-commits] [lldb] [lldb] Add a MemoryRegionInfo cache at a process stop (PR #202509)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 9 00:49:02 PDT 2026


================
@@ -394,6 +394,103 @@ bool ProcessGDBRemote::ParsePythonTargetDefinition(
   return false;
 }
 
+static bool ParseMemoryRegionInfoJSON(StructuredData::Object *json,
----------------
felipepiovezan wrote:

can't we just reuse the code from qMemoryRegionInfo?

https://github.com/llvm/llvm-project/pull/202509


More information about the lldb-commits mailing list