summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/interface/SBWatchpointLocation.i
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up the SBWatchpoint public API.Greg Clayton2011-10-131-71/+0
| | | | llvm-svn: 141876
* Export the watchpoint related API (SBWatchpointLocation class and added ↵Johnny Chen2011-09-271-0/+71
SBTarget methods) to the Python interface. Implement yet another (threre're 3 now) iterator protocol for SBTarget: watchpoint_location_iter(), to iterate on the available watchpoint locations. And add a print representation for SBWatchpointLocation. Exercise some of these Python API with TestWatchpointLocationIter.py. llvm-svn: 140595
OpenPOWER on IntegriCloud