mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
* breakpoint.c (condition_completer): New function.
(_initialize_breakpoint): Use it. * value.c (complete_internalvar): New function. * value.h (complete_internalvar): Declare. testsuite * gdb.base/condbreak.exp: Add tests for "condition" completion.
This commit is contained in:
@@ -765,6 +765,8 @@ extern struct internalvar *lookup_only_internalvar (const char *name);
|
||||
|
||||
extern struct internalvar *create_internalvar (const char *name);
|
||||
|
||||
extern VEC (char_ptr) *complete_internalvar (const char *name);
|
||||
|
||||
/* An internalvar can be dynamically computed by supplying a vector of
|
||||
function pointers to perform various operations. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user