7.9.8.71. GEL_SharedMemHaltOnStepOff()ΒΆ
Affected cores are not halted when a breakpoint in shared memory is stepped over.
Syntax
GEL_SharedMemHaltOnStepOff(void );
Parameters
None
Description
Multiple cores on a single processor can share a block of memory. When stepping over a software breakpoint that is set in a shared memory block, the breakpoint is first cleared, then the code is stepped, and finally the breakpoint is reset. If other cores execute code in that memory block during this time, they will miss the breakpoint. This function specifies that cores with executable code on that block are not halted.
Synchronous
Synchronous from GEL: Yes
Completely synchronous: Yes
Example
GEL_SharedMemHaltOnStepOff();
Related Topics