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

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 18 13:55:00 PST 2019


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 matters for users who might `alias lldb='lldb --capture'` in their shell rcs.
Yes, replay will take precedence over all the other flags. Do you think it's worth including this scenario? 


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