| 
    IDA SDK
    
   | 
 
Visit all breakpoints.
To use this class, derive your own class from it and call for_all_bpts(). It is forbidden to add/del bpts from the visit_bpt() function. If bpts are nevertheless modified, the enumeration should be stopped
Public Attributes | |
| range_t | range | 
| if specified, restricts the address range  | |
| const char * | name | 
| if specified, restricts bpts to the ones that match the given name  | |
Public Member Functions | |
| virtual int idaapi | visit_bpt (const bpt_t *bpt)=0 | 
| Defines action taken when breakpoint is visited.  | |
| int idaapi | for_all_bpts (int bvflags) |