Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/mi/
HDmi-cmd-var.c355 char *attstr; in mi_cmd_var_show_attributes() local
369 attstr = "editable"; in mi_cmd_var_show_attributes()
371 attstr = "noneditable"; in mi_cmd_var_show_attributes()
373 ui_out_field_string (uiout, "attr", attstr); in mi_cmd_var_show_attributes()