JDevlieghere added inline comments.
================
Comment at: lldb/examples/python/crashlog.py:466
+ if 'signal' in json_exception:
+ exception_signal += "({})".format(json_exception['signal'])
+
----------------
Should this be surrounded by spaces?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119504/new/
https://reviews.llvm.org/D119504
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits