[PATCH] D36347: New lldb python module for adding diagnostic breakpoints

Jim Ingham via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 25 17:09:45 PDT 2017


jingham added a comment.

Ack, my bad.  I should remember not to rely on my memory...

I thought at one point I was going to do it that way, then got annoyed I'd have to have "BreakpointDisableByName" etc...  So apparently I made:

SBTarget.FindBreakpointByName

that takes a name & an SBBreakpointList, and the list gets filled with the breakpoints that match that name.


https://reviews.llvm.org/D36347





More information about the cfe-commits mailing list