Keywords within Commands

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 (()).

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)

Submit feedback on this help topic

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