[Lldb-commits] [PATCH] D107079: [lldb] Change the log format to JSON instead of plain text

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 29 08:22:33 PDT 2021


DavidSpickett added inline comments.


================
Comment at: lldb/packages/Python/lldbsuite/test/lldbutil.py:1579
+                # Remove the suffix that isn't part of the JSON payload
+                reply = reply[:-3]
+                dylib_info = json.loads(reply)
----------------
Could you show what the suffix is here?
```
# Remove the suffix ("ABC") that isn't part of the JSON payload
```



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107079/new/

https://reviews.llvm.org/D107079



More information about the lldb-commits mailing list