Home
last modified time | relevance | path

Searched refs:PRINT_NO_VALUES (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-cmd-var.c326 if (print_values == PRINT_NO_VALUES) in mi_print_value_p()
400 print_values = PRINT_NO_VALUES; in mi_cmd_var_list_children()
645 print_values = PRINT_NO_VALUES; in mi_cmd_var_update()
Dmi-cmd-stack.c504 gdb_assert ((values == PRINT_NO_VALUES && arg->val == NULL in list_arg_or_local()
524 if (values != PRINT_NO_VALUES || what == all) in list_arg_or_local()
Dmi-cmds.h30 PRINT_NO_VALUES, enumerator
Dmi-parse.c479 return PRINT_NO_VALUES; in mi_parse_print_values()
Dmi-main.c2517 if (values != PRINT_NO_VALUES) in print_variable_or_computed()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dextension.h121 NO_VALUES = PRINT_NO_VALUES,