Breaking at Re-entrant Calls

A re-entrant call occurs when more than one thread accesses an expression at the same time. You can have the Intel® Debugger break the code execution at these re-entrant calls.

To break execution on a re-entrant call:

Enter the following command:
  1. (idb) idb reentrancy specifier
    This command enables re-entrancy detection on a line number, function or address. When reentrancy detection is enabled, the debugger breaks code execution at these re-entrant calls.

See Also


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.