summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBugreport.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify ↵Pavel Labath2015-09-021-3/+2
| | | | | | | | | | closing inclusion guards patch by Eugene Zelenko. Differential Revision: http://reviews.llvm.org/D12207 llvm-svn: 246628
* Add new bugreport command to lldbTamas Berghammer2015-07-021-0/+36
The new command add functionality to print out domain specific information for reporting a bug. Currently the only supported domain is stack unwinding (with "bugreport unwind") but adding new domains is fairly easy. Differential revision: http://reviews.llvm.org/D10868 llvm-svn: 241252
OpenPOWER on IntegriCloud