[Lldb-commits] [PATCH] D69871: crashlog.py: Improve regular expressions

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 6 14:10:51 PST 2019


aprantl updated this revision to Diff 228139.
aprantl added a comment.

Added some more tests as suggested by Jason and made the regex slightly more robust by requiring a `/` at the beginning of `img_path`. All crashlogs I found were meeting this requirement.


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

https://reviews.llvm.org/D69871

Files:
  lldb/examples/python/crashlog.py
  lldb/test/Shell/Python/crashlog.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69871.228139.patch
Type: text/x-patch
Size: 5764 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191106/d3fdcf76/attachment-0001.bin>


More information about the lldb-commits mailing list