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

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 9 18:50:38 PDT 2026


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

That one is parsing gdb remote key-value format strings, instead of JSON.

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


More information about the lldb-commits mailing list