IDA SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bptaddr_t Struct Reference

Detailed Description

Describes a breakpoint event.

(see BREAKPOINT)

Public Attributes

ea_t hea = BADADDR
 Possible address referenced by hardware breakpoints.
 
ea_t kea = BADADDR
 Address of the triggered bpt from the kernel's point of view. More...
 

Member Data Documentation

◆ kea

ea_t bptaddr_t::kea = BADADDR

Address of the triggered bpt from the kernel's point of view.

(for some systems with special memory mappings, the triggered ea might be different from event ea). Use to BADADDR for flat memory model.


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