GDB (xrefs)
|
Functions | |
static void | traverse_command_structure (struct cmd_list_element **list, const char *prefix) |
static void | command_structure_invariants_tests () |
Variables | |
static unsigned int | nr_duplicates = 0 |
static unsigned int | nr_invalid_prefixcmd = 0 |
static std::map< cmd_list_element **, const char * > | lists |
|
static |
Definition at line 183 of file command-def-selftests.c.
References cmdlist, lists, nr_duplicates, nr_invalid_prefixcmd, and traverse_command_structure().
Referenced by _initialize_command_def_selftests().
|
static |
Definition at line 124 of file command-def-selftests.c.
References cmdlist, gdb_printf(), cmd_list_element::is_alias(), cmd_list_element::is_prefix(), lists, cmd_list_element::name, cmd_list_element::next, nr_duplicates, nr_invalid_prefixcmd, cmd_list_element::prefix, prefix, cmd_list_element::prefixname(), cmd_list_element::subcommands, and traverse_command_structure().
Referenced by command_structure_invariants_tests(), and traverse_command_structure().
|
static |
Definition at line 115 of file command-def-selftests.c.
Referenced by command_structure_invariants_tests(), and traverse_command_structure().
|
static |
Definition at line 109 of file command-def-selftests.c.
Referenced by command_structure_invariants_tests(), and traverse_command_structure().
|
static |
Definition at line 111 of file command-def-selftests.c.
Referenced by command_structure_invariants_tests(), and traverse_command_structure().