Set the execution attribute of the specified threads to uninterrupt.
idb uninterrupt [thread_set]
thread_set |
A thread set. |
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]
See the example for idb thaw for an example of this command.
Copyright © 2001-2011, Intel Corporation. All rights reserved.