OSDN Git Service

PR gdb/8869:
authorTom Tromey <tromey@redhat.com>
Fri, 7 Aug 2009 20:44:14 +0000 (20:44 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 7 Aug 2009 20:44:14 +0000 (20:44 +0000)
commita096cf45b9b40cdf83bd7ce681ab65183a788fcf
tree95bc9b3a130d54dbd1ddef9587f15ee98d1bb4f0
parentb5990caf2ba1cba165ebf6d57e09f5284aef53f6
PR gdb/8869:
* language.c (language_completer): New function.
(range_or_type_completer): New function.
(case_completer): New function.
(_initialize_language): Set completers.
* cli/cli-decode.c (add_setshow_string_cmd): Return the "set"
command.
(add_setshow_string_noescape_cmd): Likewise.
(add_setshow_integer_cmd): Likewise.
(add_setshow_uinteger_cmd): Likewise.
(add_setshow_zinteger_cmd): Likewise.
(add_setshow_zuinteger_cmd): Likewise.
* command.h (add_setshow_string_cmd,
add_setshow_string_noescape_cmd, add_setshow_uinteger_cmd,
add_setshow_zinteger_cmd, add_setshow_zuinteger_cmd): Update.
gdb/ChangeLog
gdb/cli/cli-decode.c
gdb/command.h
gdb/language.c