================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to