Keywords within Commands

If the identifiers thread, in, at, and if occur within the 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