Using Braces to Make a Composite Command

You can surround a list of commands with braces to make it work like a single command. Some parts of the debugger command language grammar require a braced command list either for readability, or to help the debugger understand your input.

if (foo) { p "true" } else { print "false" }
while (bar()) {print "bar is still true"}
stop in rtn { p "in routine" }

Submit feedback on this help topic

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