Searched refs:mi_cmd_var_set_format (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-cmds.h110 extern mi_cmd_argv_ftype mi_cmd_var_set_format;
H A Dmi-cmds.c164 { "var-set-format", { NULL, 0 }, 0, mi_cmd_var_set_format},
H A Dmi-cmd-var.c170 mi_cmd_var_set_format (char *command, char **argv, int argc) function
178 error ("mi_cmd_var_set_format: Usage: NAME FORMAT.");
184 error ("mi_cmd_var_set_format: Variable object not found");
188 error ("mi_cmd_var_set_format: Must specify the format as: \"natural\", \"binary\", \"decimal\", \"hexadecimal\", or \"octal\"");
203 error ("mi_cmd_var_set_format: Unknown display format: must be: \"natural\", \"binary\", \"decimal\", \"hexadecimal\", or \"octal\"");

Completed in 107 milliseconds