aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-29 19:36:32 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-29 19:36:32 +0000
commit2af4851f0980b5240f558e15dc08411d801a4a7b (patch)
tree953d6091be56da6ebc11e4254404ff1ee128369c /gdb
parent46cc3ed169477ac8897f0df68b69e5c2acfb1d6a (diff)
downloadgdb-2af4851f0980b5240f558e15dc08411d801a4a7b.zip
gdb-2af4851f0980b5240f558e15dc08411d801a4a7b.tar.gz
gdb-2af4851f0980b5240f558e15dc08411d801a4a7b.tar.bz2
* TODO: Add idea for "disassemble" with source.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/TODO b/gdb/TODO
index c09283a..8350e7e 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -337,4 +337,5 @@ 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.
+both source and assembly code ("set symbol-filename on" is a partial
+solution).