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