forked from Imagelibrary/binutils-gdb
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>
This commit is contained in:
@@ -41,6 +41,9 @@ extern VEC (char_ptr) *location_completer (struct cmd_list_element *,
|
||||
extern VEC (char_ptr) *command_completer (struct cmd_list_element *,
|
||||
char *, char *);
|
||||
|
||||
extern VEC (char_ptr) *signal_completer (struct cmd_list_element *,
|
||||
char *, char *);
|
||||
|
||||
extern char *get_gdb_completer_quote_characters (void);
|
||||
|
||||
extern char *gdb_completion_word_break_characters (void);
|
||||
|
||||
Reference in New Issue
Block a user