binutils-gdb/gdb/cli
Eli Zaretskii fa58ee1196 * demangle.c (demangling_style_names): New variable.
(_initialize_demangler): Fill demangling_style_names with the
	names of known demangling styles from libiberty_demanglers[].  Use
	add_set_enum_cmd instead of add_set_cmd, to get completion on
	demangling style names.

	* proc-api.c (_initialize_proc_api): Make `procfs-file' use
	file-name completion.

	* remote-rdi.c (_initialize_remote_rdi): Ditto for `rdilogfile'.

	* solib.c (_initialize_solib): Ditto for `solib-search-path' and
	`solib-absolute-prefix'.

	* tracepoint.c (_initialize_tracepoint): Ditto for
	`save-tracepoints'.

	* win32-nat.c (_initialize_inftarg): Ditto for `dll-symbols'.

	* cli/cli-cmds.c (init_cli_cmds): Make `shell' and `make' use
	file-name completion.

	* infcmd.c (_initialize_infcmd): Make the following commands use
	the file-name completer: `tty', `args', `path', `paths', and
	`run'.
2001-02-19 11:47:16 +00:00
..
cli-cmds.c * demangle.c (demangling_style_names): New variable. 2001-02-19 11:47:16 +00:00
cli-cmds.h
cli-decode.c Replace STRCMP with strcmp() 2001-01-19 08:01:47 +00:00
cli-decode.h
cli-script.c Add __FILE__ and __LINE__ parameter to internal_error() / 2001-02-08 06:03:54 +00:00
cli-script.h
cli-setshow.c Add __FILE__ and __LINE__ parameter to internal_error() / 2001-02-08 06:03:54 +00:00
cli-setshow.h
cli-utils.c Move putchar_filtered() to utils.c. 2001-01-31 03:46:23 +00:00
cli-utils.h Move putchar_filtered() to utils.c. 2001-01-31 03:46:23 +00:00