summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBugreport.cpp
Commit message (Collapse)AuthorAgeFilesLines
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-1/+1
| | | | | | | | | | | | | | | | | Summary: This removes all uses of virtual on functions where override could be used, including on destructors. It also adds override where virtual was previously missing. Reviewers: clayborg, labath Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D13503 llvm-svn: 249564
* Add new bugreport command to lldbTamas Berghammer2015-07-021-0/+145
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