Visit all breakpoints.
More...
#include <dbg.hpp>
|
range_t | range |
| if specified, restricts the address range
|
const char * | name |
| if specified, restricts bpts to the ones that match the given name
|
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
◆ bpt_visitor_t()
bpt_visitor_t::bpt_visitor_t |
( |
void | | ) |
|
|
inline |
◆ visit_bpt()
virtual int idaapi bpt_visitor_t::visit_bpt |
( |
const bpt_t * | bpt | ) |
|
|
pure virtual |
Defines action taken when breakpoint is visited.
◆ for_all_bpts()
int idaapi bpt_visitor_t::for_all_bpts |
( |
int | bvflags | ) |
|
|
inline |
◆ range
if specified, restricts the address range
◆ name
const char* bpt_visitor_t::name |
if specified, restricts bpts to the ones that match the given name
The documentation for this struct was generated from the following file: