[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:48:58 PDT 2026


================
@@ -787,6 +787,22 @@ JSON and uses JSON arrays where applicable. The JSON output looks like:
           {"address":140734799804592,"bytes":"c8f8bf5fff7f0000c9a59e8cff7f0000"},
           {"address":140734799804616,"bytes":"00000000000000000100000000000000"}
         ]
+        [
----------------
felipepiovezan wrote:

I think this is slightly incorrect JSON. The level in which this entry is placed is a dictionary, so the `[` in the line above -- as well as the un-keyed `{` in the line below -- are syntactic errors? I believe you can just delete these two lines (and the matching `]}`), place a comma in the unchanged line for the `memory` entry, and then you're good.

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


More information about the lldb-commits mailing list