]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/cli/cli-decode.c
* breakpoint.c (add_catch_command): Use completer_ftype.
authorTom Tromey <tromey@redhat.com>
Wed, 13 Jun 2012 15:41:24 +0000 (15:41 +0000)
committerTom Tromey <tromey@redhat.com>
Wed, 13 Jun 2012 15:41:24 +0000 (15:41 +0000)
commit625e8578d7514d65901421467d2b6f0f5d87f634
treeb3e85b390c634294e258844d36e68be1b719686a
parent1a43faafe7c5e36bd950ada4081d0e8221d648a9
* breakpoint.c (add_catch_command): Use completer_ftype.
* breakpoint.h: Include command.h.
(add_catch_command): Use completer_ftype.
* cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
* cli/cli-decode.h (struct cmd_list_element) <completer>:
Use completer_ftype.
* command.h (completer_ftype): New typedef.
(set_cmd_completer): Use it.
* python/py-cmd.c (struct cmdpy_completer) <completer>: Use
completer_ftype.
gdb/ChangeLog
gdb/breakpoint.c
gdb/breakpoint.h
gdb/cli/cli-decode.c
gdb/cli/cli-decode.h
gdb/command.h
gdb/python/py-cmd.c