[Lldb-commits] [PATCH] D67474: [Reproducer] Add `reproducer dump` command
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 11 17:58:08 PDT 2019
jingham added a comment.
If I've run lldb like:
$ lldb -capture-path <PATH>
and then I want to dump the reproducer I've loaded, it seems annoying to have to say:
(lldb) reproducer dump -f <PATH>
Why do I need to type it again? So it seems like you could make -f optional, and if it isn't provided use the currently loaded reproducer?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67474/new/
https://reviews.llvm.org/D67474
More information about the lldb-commits
mailing list