Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added the ability to restrict breakpoints by function name, function regexp, ↵ | Jim Ingham | 2011-09-23 | 1 | -1/+1 |
| | | | | | | | | | | selector etc to specific source files. Added SB API's to specify these source files & also more than one module. Added an "exact" option to CompileUnit's FindLineEntry API. llvm-svn: 140362 | ||||
* | Add a new breakpoint type "break by source regular expression". | Jim Ingham | 2011-09-21 | 1 | -0/+45 |
Fix the RegularExpression class so it has a real copy constructor. Fix the breakpoint setting with multiple shared libraries so it makes one breakpoint not one per shared library. Add SBFileSpecList, to be used to expose the above to the SB interface (not done yet.) llvm-svn: 140225 |