[Lldb-commits] [PATCH] D119504: [lldb/crashlog] Fix exception signal parsing
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 10 21:54:48 PST 2022
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
More information about the lldb-commits
mailing list