[Lldb-commits] [PATCH] D70474: [Reproducer] Generate LLDB reproducer on crash

2019-11-20 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rGc8dfe907299e: [Reproducer] Generate LLDB reproducer on crash (authored by JDevlieghere). Repository: rG LLVM Github Mon

[Lldb-commits] [PATCH] D70474: [Reproducer] Generate LLDB reproducer on crash

2019-11-20 Thread Vedant Kumar via Phabricator via lldb-commits
vsk added a comment. This looks good to me. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70474/new/ https://reviews.llvm.org/D70474 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/l

[Lldb-commits] [PATCH] D70474: [Reproducer] Generate LLDB reproducer on crash

2019-11-20 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 230288. JDevlieghere added a comment. Update the tests with uppercase signal names CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70474/new/ https://reviews.llvm.org/D70474 Files: lldb/include/lldb/API/SBReproducer.h lldb/source/API/SBRepro

[Lldb-commits] [PATCH] D70474: [Reproducer] Generate LLDB reproducer on crash

2019-11-20 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 230286. JDevlieghere marked 4 inline comments as done. JDevlieghere added a comment. Address review feedback. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70474/new/ https://reviews.llvm.org/D70474 Files: lldb/include/lldb/API/SBReproducer.

[Lldb-commits] [PATCH] D70474: [Reproducer] Generate LLDB reproducer on crash

2019-11-20 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. I think this looks pretty good. This is going to do a _lot_ of work in the signal handler, which may or may not work. However, at the point when this code gets invoked, we're already in undefined behavior territory anyway, so we might as well give it a shot. The dumping

[Lldb-commits] [PATCH] D70474: [Reproducer] Generate LLDB reproducer on crash

2019-11-19 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: labath, vsk, jingham, friss. Herald added a reviewer: jfb. Herald added a project: LLDB. JDevlieghere edited the summary of this revision. Herald added a subscriber: dexonsmith. This patch hooks the reproducer infrastructure with th