[Lldb-commits] [PATCH] D91130: [crashlog] Implement parser for JSON encoded crashlogs
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 11 16:58:06 PST 2020
JDevlieghere updated this revision to Diff 304685.
JDevlieghere marked an inline comment as done.
JDevlieghere added a comment.
Add tests for JSON and text format
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91130/new/
https://reviews.llvm.org/D91130
Files:
lldb/examples/python/crashlog.py
lldb/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/Assertion.check
lldb/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/json_parser.test
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/Assertion.check
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/a.out.crash
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/a.out.ips
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/test.c
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/crashlog.test
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/json.test
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/parser_json.test
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/parser_text.test
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/patch-crashlog.py
lldb/test/Shell/ScriptInterpreter/Python/Crashlog/text.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91130.304685.patch
Type: text/x-patch
Size: 22349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201112/264dbda7/attachment-0001.bin>
More information about the lldb-commits
mailing list