This is an archive of the discontinued LLVM Phabricator instance.

[Docs] Add reproducer documentation.
ClosedPublic

Authored by JDevlieghere on Nov 18 2019, 1:42 PM.

Details

Reviewers
jfb
davide
Group Reviewers
Restricted Project
Commits
rGf19ea6ea5f8c: [Docs] Add reproducer documentation
Summary

This adds a page about LLDB reproducers. It describes how to use the reproducers on the command line and lists some of the known issues/limitations.

Diff Detail

Repository
rLLDB LLDB

Event Timeline

JDevlieghere created this revision.Nov 18 2019, 1:42 PM
Herald added a project: Restricted Project. · View Herald Transcript
vsk added a subscriber: vsk.Nov 18 2019, 1:48 PM

I like it!

lldb/docs/resources/reproducers.rst
9

s/are an attempt//

73

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.

davide accepted this revision.Nov 18 2019, 1:51 PM
davide added a subscriber: davide.

Thanks for writing this up!

This revision is now accepted and ready to land.Nov 18 2019, 1:51 PM
JDevlieghere marked an inline comment as done.Nov 18 2019, 1:54 PM
JDevlieghere added inline comments.
lldb/docs/resources/reproducers.rst
73

Yes, replay will take precedence over all the other flags. Do you think it's worth including this scenario?

This revision was automatically updated to reflect the committed changes.