diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-29 13:16:56 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-29 13:16:56 +0000 |
commit | ce31a796fdf60f1b6d1a3338bc46d7654c5d5f76 (patch) | |
tree | 10172bd96ad1fb0e257b19221c59e6d178585627 | |
parent | 34ec93be199f6495f2d3f662c9171546a289612e (diff) | |
download | gdb-ce31a796fdf60f1b6d1a3338bc46d7654c5d5f76.zip gdb-ce31a796fdf60f1b6d1a3338bc46d7654c5d5f76.tar.gz gdb-ce31a796fdf60f1b6d1a3338bc46d7654c5d5f76.tar.bz2 |
* TODO: Add idea for "disassemble" with source.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/TODO | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2cf3bb7..09f501c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 @@ -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. |