3.4.14. bpSetTriggerType()
void bpSetTriggerType (int breakpoint_id, string triggerType)
Trigger the breakpoint specified in breakpoint_id only
if the breakpoint type specified in triggerType occurs.
The type can be “READ” , “WRITE”, “MODIFY”,
or combinations of the types separated by '|' .