[Lldb-commits] [PATCH] D70409: [Docs] Add reproducer documentation.

2019-11-18 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGf19ea6ea5f8c: [Docs] Add reproducer documentation (authored by JDevlieghere). Changed prior to commit: https://reviews.llvm.org/D70409?vs=229917&id=229947#toc Repository: rG LLVM Github Monorepo CHA

[Lldb-commits] [PATCH] D70409: [Docs] Add reproducer documentation.

2019-11-18 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere marked an inline comment as done. JDevlieghere added inline comments. Comment at: lldb/docs/resources/reproducers.rst:73 + + > lldb --replay /path/to/reproducer + vsk wrote: > Is it valid to type: `lldb --capture --replay /path/to/reproducer`? This

[Lldb-commits] [PATCH] D70409: [Docs] Add reproducer documentation.

2019-11-18 Thread Davide Italiano via Phabricator via lldb-commits
davide accepted this revision. davide added a comment. This revision is now accepted and ready to land. Thanks for writing this up! Repository: rLLDB LLDB CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70409/new/ https://reviews.llvm.org/D70409 _

[Lldb-commits] [PATCH] D70409: [Docs] Add reproducer documentation.

2019-11-18 Thread Vedant Kumar via Phabricator via lldb-commits
vsk added a comment. Herald added a subscriber: dexonsmith. I like it! Comment at: lldb/docs/resources/reproducers.rst:9 + +Reproducers in LLDB are an attempt to improve the experience for both the users +encountering these bugs and the developers working on resolving them. The

[Lldb-commits] [PATCH] D70409: [Docs] Add reproducer documentation.

2019-11-18 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added a reviewer: LLDB. Herald added a reviewer: jfb. Herald added subscribers: abidh, arphaman. Herald added a project: LLDB. This adds a page about LLDB reproducers. It describes how to use the reproducers on the command line and lists some of th