New lldb python module for managing diagnostic breakpoints
authorDon Hinton <hintonda@gmail.com>
Fri, 27 Oct 2017 17:02:33 +0000 (17:02 +0000)
committerDon Hinton <hintonda@gmail.com>
Fri, 27 Oct 2017 17:02:33 +0000 (17:02 +0000)
commitfc2ffbe1be0b250d418352d7dea6db23eda14ca6
tree720f18818d811630bfbf3bd818314f6e2214a47d
parentc51ad4834cd311ece54429083a570e3c9e074a37
New lldb python module for managing diagnostic breakpoints

Summary:
Can be used to set breakpoints for either the diagnostics actually
emitted for the current compilation, a particular DiagID, or all
DiagIDs for a particular warning.

Differential Revision: https://reviews.llvm.org/D36347

llvm-svn: 316773
clang/utils/clangdiag.py [new file with mode: 0755]