If the identifiers thread, in, at, and if occur within expression in the following commands, the debugger treats them as keywords unless they are enclosed within parentheses (()).
where expression
stopi expression
wheni expression
For example, if your program has thread defined as an integer, enter the following command to inspect the first thread levels of the stack:
(idb) where (thread)
Copyright © 2001-2011, Intel Corporation. All rights reserved.