[Lldb-commits] [PATCH] D70409: [Docs] Add reproducer documentation.
Vedant Kumar via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 18 13:52:56 PST 2019
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
----------------
s/are an attempt//
================
Comment at: lldb/docs/resources/reproducers.rst:73
+
+ > lldb --replay /path/to/reproducer
+
----------------
Is it valid to type: `lldb --capture --replay /path/to/reproducer`? This matters for users who might `alias lldb='lldb --capture'` in their shell rcs.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70409/new/
https://reviews.llvm.org/D70409
More information about the lldb-commits
mailing list