mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-16 04:18:50 +00:00
2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
PR python/15747
* python/py-cmd.c: Add COMPLETE_EXPRESSION constant.
2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
* gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
* gdb.python/py-cmd.c: New File.
2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
* gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
constant.
This commit is contained in:
@@ -45,6 +45,7 @@ static struct cmdpy_completer completers[] =
|
||||
{ "COMPLETE_LOCATION", location_completer },
|
||||
{ "COMPLETE_COMMAND", command_completer },
|
||||
{ "COMPLETE_SYMBOL", make_symbol_completion_list_fn },
|
||||
{ "COMPLETE_EXPRESSION", expression_completer },
|
||||
};
|
||||
|
||||
#define N_COMPLETERS (sizeof (completers) / sizeof (completers[0]))
|
||||
|
||||
Reference in New Issue
Block a user