aboutsummaryrefslogtreecommitdiff
path: root/gdb/TODO
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-29 13:16:56 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-29 13:16:56 +0000
commitce31a796fdf60f1b6d1a3338bc46d7654c5d5f76 (patch)
tree10172bd96ad1fb0e257b19221c59e6d178585627 /gdb/TODO
parent34ec93be199f6495f2d3f662c9171546a289612e (diff)
downloadgdb-ce31a796fdf60f1b6d1a3338bc46d7654c5d5f76.zip
gdb-ce31a796fdf60f1b6d1a3338bc46d7654c5d5f76.tar.gz
gdb-ce31a796fdf60f1b6d1a3338bc46d7654c5d5f76.tar.bz2
* TODO: Add idea for "disassemble" with source.
Diffstat (limited to 'gdb/TODO')
-rw-r--r--gdb/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/TODO b/gdb/TODO
index 0e21d0d..c09283a 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -335,3 +335,6 @@ incremental symbol table reloading.
Get all the remote systems (where the protocol allows it) to be able to
stop the remote system when the GDB user types ^C (like remote.c
does). For ebmon, use ^Ak.
+
+Possible feature: A version of the "disassemble" command which shows
+both source and assembly code.