In GDB mode, the debugger supports the completion of commands, filenames, and variables. Start typing a command, filename or variable and press Tab. If there is more than one alternative, the debugger sounds a bell. Pressing Tab again causes the debugger to list the alternatives.
Using single and double quotes influences the set of possible alternatives. Use single quotes to fill in C++ names, which contains special symbols (":", "<", ">", "(", etc.). Use double quotes to tell the debugger to look for alternatives among file names.
Copyright © 2001-2011, Intel Corporation. All rights reserved.