7.9.8.72. GEL_SharedMemHaltOnStepOnΒΆ
Affected cores are halted when a breakpoint in shared memory is stepped over.
Syntax
GEL_SharedMemHaltOnStepOn( 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 all cores with executable code on that block are halted until the breakpoint has been stepped over.
Synchronous
Synchronous from GEL: Yes
Completely synchronous: Yes
Example
GEL_SharedMemHaltOnStepOn();
Related Topics