addr
(in)
Address of the breakpoint in the context of the debugged application
da
(in)
Pointer to the structure of type t_disasm which contains disassembled command at address addr. Disassembly was done in DA_MEMORY mode, text and comments are not available. Plugin should not modify this structure
pthr
(in)
Pointer to the structure of type t_thread that identifies thread in which breakpoint occured. Plugin should avoid direct modifications of this structure
preg
(in/out)
Pointer to the structure of type t_reg
containing current state of the registers in the thread where
breakpoint was detected. If plugin modifies this structure (CARE!), it
must also
call Registermodifiedbyuser() and set, if necessary, flags RV_SSEMOD, RV_ERRMOD and RV_DBGMOD in preg->status. Attention, careless register modifications may influence the functioning of the debugging engine!