OSDN Git Service

* demangle.c (demangling_style_names): New variable.
authorEli Zaretskii <eliz@gnu.org>
Mon, 19 Feb 2001 11:47:16 +0000 (11:47 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 19 Feb 2001 11:47:16 +0000 (11:47 +0000)
commit879b11b03ee0b3124e021fb54b62b0f874f8f170
treed4ecda5345f9be31a41e123b65e73b2811b14a37
parentdcb5a0dbb604cbd6f9915020d540ddb47af91366
* 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'.
gdb/ChangeLog
gdb/cli/cli-cmds.c
gdb/demangle.c
gdb/infcmd.c
gdb/proc-api.c
gdb/remote-rdi.c
gdb/solib.c
gdb/tracepoint.c
gdb/win32-nat.c