* TODO: Add idea for "disassemble" with source.
authorJim Kingdon <jkingdon@engr.sgi.com>
Fri, 29 Oct 1993 13:16:56 +0000 (13:16 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Fri, 29 Oct 1993 13:16:56 +0000 (13:16 +0000)
gdb/ChangeLog
gdb/TODO

index 2cf3bb7632e18206c3cf9c12fdb63aef93e764a7..09f501c3d5b2701d80c44658a2856bf5db5e65aa 100644 (file)
@@ -1,3 +1,7 @@
+Fri Oct 29 08:11:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
+
+       * TODO: Add idea for "disassemble" with source.
+
 Fri Oct 29 00:41:01 1993  Fred Fish  (fnf@cygnus.com)
 
        * Makefile.in (VERSION):  Bump to 4.11.1 after release and cvs
index 0e21d0de69916de870bd44d00b140b5c3d7f61f0..c09283ad2b5be397b0bb54eace1035b2db17cd51 100644 (file)
--- 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.