Passed as 'bvflags' parameter to bpt_visitor_t::_for_all_bpts() 
- Note
 - it is forbidden to modify bpt states from the bpt_visitor_t::visit_bpt() function if BVF_STATE is not BVFS_ANY 
 
 | 
| 
#define  | BVF_ABS   0x0001 | 
|   | include absolute bpts 
  | 
|   | 
| 
#define  | BVF_REL   0x0002 | 
|   | include relative bpts 
  | 
|   | 
| 
#define  | BVF_SYM   0x0004 | 
|   | include symbolic bpts 
  | 
|   | 
| 
#define  | BVF_SRC   0x0008 | 
|   | include source bpts 
  | 
|   | 
| 
#define  | BVF_ALL   0x000F | 
|   | include all bpt location types 
  | 
|   | 
| 
#define  | BVF_STATE   0x0030 | 
|   | bpt state mask 
  | 
|   | 
| 
#define  | BVFS_ANY   0x0000 | 
|   | any state 
  | 
|   | 
| 
#define  | BVFS_INPROC   0x0010 | 
|   | written to process memory 
  | 
|   | 
| 
#define  | BVFS_PENDING   0x0020 | 
|   | pending 
  | 
|   | 
| 
#define  | BVFS_DISABLED   0x0030 | 
|   | disabled. 
  | 
|   |