Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify ↵ | Pavel Labath | 2015-09-02 | 1 | -3/+2 |
| | | | | | | | | | | closing inclusion guards patch by Eugene Zelenko. Differential Revision: http://reviews.llvm.org/D12207 llvm-svn: 246628 | ||||
* | Add new bugreport command to lldb | Tamas Berghammer | 2015-07-02 | 1 | -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 |