]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: add completion handler for "handle" and "signal"
authorMike Frysinger <vapier@gentoo.org>
Fri, 10 Aug 2012 05:03:13 +0000 (05:03 +0000)
committerMike Frysinger <vapier@gentoo.org>
Fri, 10 Aug 2012 05:03:13 +0000 (05:03 +0000)
commitde0bea007c446f40ecec90a2672e0a806d397e1a
tree239ac66f780b5afdb4cdc3e2115100a096c7e9b4
parent44534af395e517016f70c2b0baee26f810391843
gdb: add completion handler for "handle" and "signal"

The command line completion has spoiled me.  Thus the lack of completion with
the "handle" command annoys me.  Patch!

This does a few things:
 - adds a VEC_merge helper
 - adds a generic signal completer
 - adds a completion handler for the "handle" command
 - sets the completion handler for the "signal" command

URL: http://sourceware.org/bugzilla/show_bug.cgi?id=10436
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
gdb/ChangeLog
gdb/common/vec.h
gdb/completer.c
gdb/completer.h
gdb/infcmd.c
gdb/infrun.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/completion.exp