Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleaned up the SBWatchpoint public API. | Greg Clayton | 2011-10-13 | 1 | -234/+0 |
| | | | | llvm-svn: 141876 | ||||
* | Export the watchpoint related API (SBWatchpointLocation class and added ↵ | Johnny Chen | 2011-09-27 | 1 | -1/+52 |
| | | | | | | | | | | | | | | 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 | ||||
* | Add SB API class SBWatchpointLocation and some extra methods to the SBTarget ↵ | Johnny Chen | 2011-09-26 | 1 | -0/+183 |
class to iterate on the available watchpoint locations and to perform watchpoint manipulations. I still need to export the SBWatchpointLocation class as well as the added watchpoint manipulation methods to the Python interface. And write test cases for them. llvm-svn: 140575 |