[Lldb-commits] [PATCH] D65469: Remove `bugreport` command
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 31 09:55:43 PDT 2019
JDevlieghere added a comment.
In D65469#1608278 <https://reviews.llvm.org/D65469#1608278>, @clayborg wrote:
> IMHO: we should keep this command and expand its abilities to help report stepping issues, expression issues and more. Why? Getting good bug reports from users is quite hard. Allowing them to type "bugreport step --step-in" or "bugreport step --step-over" would be really nice. Right now I send people a python script that enables logging, dumps the code in and around the source line with disassembly, and creates a zip file with the current object file and optional debug info file (dSYM or external symbol file).
What's the benefit of having this instead of having the user generate a reproducer?
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