]> granicus.if.org Git - clang/commit
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)
commit67b501a5256569fb097039d007f701327f7e0e6b
tree2f688ca07a7081494446db5985a4b10b039b5277
parent224b1ed240890583d9623dfe9f63b81f14a05b99
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@316773 91177308-0d34-0410-b5e6-96231b3b80d8
utils/clangdiag.py [new file with mode: 0755]