summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBFileSpecList.cpp
Commit message (Collapse)AuthorAgeFilesLines
* <rdar://problem/10126482>Greg Clayton2011-11-131-3/+6
| | | | | | | | | | | | | | | Fixed an issues with the SBType and SBTypeMember classes: - Fixed SBType to be able to dump itself from python - Fixed SBType::GetNumberOfFields() to return the correct value for objective C interfaces - Fixed SBTypeMember to be able to dump itself from python - Fixed the SBTypeMember ability to get a field offset in bytes (the value being returned was wrong) - Added the SBTypeMember ability to get a field offset in bits Cleaned up a lot of the Stream usage in the SB API files. llvm-svn: 144493
* Added the ability to restrict breakpoints by function name, function regexp, ↵Jim Ingham2011-09-231-2/+2
| | | | | | | | | | 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
* Fixed two printf format errors.Greg Clayton2011-09-211-1/+1
| | | | llvm-svn: 140239
* Add a new breakpoint type "break by source regular expression".Jim Ingham2011-09-211-0/+139
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
OpenPOWER on IntegriCloud