idb uninterrupt (gdb mode only)

Set the execution attribute of the specified threads to uninterrupt.

Syntax

idb uninterrupt [thread_set]

Parameters

thread_set

A thread set.

Description

This command sets the execution attribute of the specified threads to uninterrupt. If you do not specify any threads, the debugger uses the current thread.

An uninterrupted thread continues running without being interrupted for events. It basically detaches the thread from the debugger's control.

To specify a thread set, use proper thread set notation. For example, to specify thread 2 with this command, enter the following command:

idb uninterrupt t:[2]

Example

See the example for idb thaw for an example of this command.

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.