diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-06-23 08:12:27 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-06-23 08:12:27 +0000 |
commit | 97c3646ff2a8b36e658651abdc0cd8f3c893dc44 (patch) | |
tree | b22716dc60d86e8a9554c2359eb2e04a03a29ade /gdb/TODO | |
parent | f09ded24229f68245da53149e1ac46a8066057cd (diff) | |
download | gdb-97c3646ff2a8b36e658651abdc0cd8f3c893dc44.zip gdb-97c3646ff2a8b36e658651abdc0cd8f3c893dc44.tar.gz gdb-97c3646ff2a8b36e658651abdc0cd8f3c893dc44.tar.bz2 |
Add support for auto_boolean (true, false or auto).
Diffstat (limited to 'gdb/TODO')
-rw-r--r-- | gdb/TODO | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1123,6 +1123,36 @@ output / error-messages when things go wrong. -- +do_setshow_command contains a 1024 byte buffer. + +The function assumes that there will never be any more than 1024 bytes +of enum. It should use mem_file. + +-- + +Should struct cmd_list_element . completer take the command as an +argument? + +-- + +Should the bulk of top.c:line_completion_function() be moved to +command.[hc]? complete_on_cmdlist() and complete_on_enums() could +then be made private. + +-- + +top.c (execute_command): Should a command being valid when the target +is running be made an attribute (predicate) to the command rather than +an explicit set of tests. + +-- + +top.c (execute_command): Should the bulk of this function be moved +into command.[hc] so that top.c doesn't grub around in the command +internals? + +-- + Architectural Change: Async =========================== |