[rfc] Bug fixes for CLI "show" command

Andrew Cagney cagney@gnu.org
Wed Apr 21 14:55:00 GMT 2004


> -	  ui_out_field_string (uiout, "prefix", list->prefixname + 5);
> -	  cmd_show_list (*list->prefixlist, from_tty, list->prefixname + 5);
> +	  char *new_prefix = strstr (list->prefixname, "show ") + 5;

This is no better - i18n.

Andrew




More information about the Gdb-patches mailing list