[Lldb-commits] [PATCH] D65469: Remove `bugreport` command

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 31 10:27:51 PDT 2019


jingham added a comment.

The thing the "bugreport unwind" adds is that it runs a handful of commands that gather data useful in diagnosing unwind problems.  That's useful when the information you need might not be output by the session in which the bug appeared.

The same thing could be achieved by having "reproducer generate" take arguments that the user can specify to automate gathering more data that would be relevant to a particular kind of bug.  So "bugreport unwind" -> "reproducer generate unwind" which would run the same extra commands that "bugreport unwind" does (the results will get captured by the same mechanism that's catching all the other session output) and then the reproducer would be generated.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65469/new/

https://reviews.llvm.org/D65469





More information about the lldb-commits mailing list