aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-06-23 08:12:27 +0000
committerAndrew Cagney <cagney@redhat.com>2000-06-23 08:12:27 +0000
commit97c3646ff2a8b36e658651abdc0cd8f3c893dc44 (patch)
treeb22716dc60d86e8a9554c2359eb2e04a03a29ade /gdb/TODO
parentf09ded24229f68245da53149e1ac46a8066057cd (diff)
downloadgdb-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/TODO30
1 files changed, 30 insertions, 0 deletions
diff --git a/gdb/TODO b/gdb/TODO
index d1010b3..d59a8df 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -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
===========================