The debugger / Debugger commands |
The define command allows you to specify a user-defined sequence of commands.
define command-name command [...] end
The define command allows you to create a user-defined command by assigning a command name to a sequence of debugger commands that you specify. You may then execute the command that you defined by entering the command name at the debugger prompt.
User commands may accept up to ten arguments separated by white space.
(fgldb) define myinfo > info breakpoints > info program > end (fgldb)