Home
last modified time | relevance | path

Searched refs:user_commands (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/cli/
H A Dcli-decode.h200 struct command_line *user_commands; member
H A Dcli-script.c319 cmdlines = c->user_commands; in execute_user_command()
1539 free_command_lines (&c->user_commands); in define_command()
1544 newc->user_commands = cmds; in define_command()
1694 cmdlines = c->user_commands; in show_user_1()
H A Dcli-cmds.c1220 if (c->class != class_user || !c->user_commands) in show_user()
H A Dcli-decode.c250 c->user_commands = NULL; in add_cmd()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dtop.c473 if (c->class == class_user && c->user_commands) in execute_command()