debugger_command
debugger_command* command = find_debugger_command(buffer, true, ambiguous);
debugger_command* command = NULL;
debugger_command* command = NULL;
debugger_command *command, *specified = NULL;
debugger_command*
next_debugger_command(debugger_command* command, const char* prefix,
debugger_command *
debugger_command *command;
invoke_debugger_command(struct debugger_command *command, int argc, char** argv)
debugger_command* command;
debugger_command*
debugger_command* stopCommand = NULL;
debugger_command** command = &sCommands;
debugger_command* nextCommand = (*command)->next;
debugger_command *cmd = find_debugger_command(name, false, ambiguous);
cmd = (debugger_command*)malloc(sizeof(debugger_command));
debugger_command* command = find_debugger_command(oldName, false,
debugger_command* command = find_debugger_command(commandName, true,
static struct debugger_command *sCommands;
struct debugger_command *cmd = sCommands;
struct debugger_command *prev = NULL;
struct debugger_command* next;
debugger_command* command;
debugger_command* next_debugger_command(debugger_command* command,
debugger_command* find_debugger_command(const char* name, bool partialMatch,
int invoke_debugger_command(struct debugger_command *command, int argc,
debugger_command* get_debugger_commands();
debugger_command* command = find_debugger_command(token.string, true,