projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46cc3ed
)
* TODO: Add idea for "disassemble" with source.
author
Jim Kingdon
<jkingdon@engr.sgi.com>
Fri, 29 Oct 1993 19:36:32 +0000
(19:36 +0000)
committer
Jim Kingdon
<jkingdon@engr.sgi.com>
Fri, 29 Oct 1993 19:36:32 +0000
(19:36 +0000)
gdb/TODO
patch
|
blob
|
history
diff --git
a/gdb/TODO
b/gdb/TODO
index c09283ad2b5be397b0bb54eace1035b2db17cd51..8350e7e9256b5960e05c9df3f991cf24fd628ce0 100644
(file)
--- 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).