Latest available version: IDA and decompilers v8.4.240320sp1 see all releases
Hex-Rays logo State-of-the-art binary code analysis tools
email icon

Visit all breakpoints. More...

#include <dbg.hpp>

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)
 

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
 

Detailed Description

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


The documentation for this struct was generated from the following file: