7.9.8.31. GEL_HWBreakPtDel()ΒΆ
Removes a hardware breakpoint.
Syntax
GEL_HWBreakPtDel(address);
Parameters
address is the memory location of the hardware breakpoint to be removed.
Description
This function removes any hardware breakpoint currently set at the specified address, if the target supports it.
Synchronous
Synchronous from GEL: Yes
Completely synchronous: No
Related Topics