[Lldb-commits] [PATCH] D39436: Add regex support to file (-f) and module (-s) breakpoint options.

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 30 21:44:11 PDT 2017


Asking again, but why can’t this be done in th the script for clangdiag?
For example, there’s no tests for any of this in this patch. And it seems
likely that it will be rarely used anyway. So I’m still not convinced the
option-pollution and increased long term code maintenance burden of this
underutilized codepath is worth the benefit.

Can you see if manually scanning for these files in python and then setting
breakpoints on the right set of files solves the problem?
On Mon, Oct 30, 2017 at 9:00 PM Don Hinton via Phabricator <
reviews at reviews.llvm.org> wrote:

> hintonda updated this revision to Diff 120933.
> hintonda added a comment.
>
> - Remove prefix and add options.
>
>
> https://reviews.llvm.org/D39436
>
> Files:
>   include/lldb/Utility/FileSpec.h
>   source/Commands/CommandObjectBreakpoint.cpp
>   source/Utility/FileSpec.cpp
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20171031/4cef0bca/attachment.html>


More information about the lldb-commits mailing list