* m88k-pinsn.c: Moved code into opcodes/m88k-dis.c.
[deliverable/binutils-gdb.git] / gdb / Projects
index b30d268ea625d9e2e1218b13be0bd2a8077a42dd..29191020aa105bba23942a74c34035aa1da2bd2f 100644 (file)
@@ -83,14 +83,9 @@ Enhance the gdb manual with extra examples where needed.
 Arrange for list_command not to use decode_line_1 and thus not require
 symbols to be read in simply to read a source file.
 
-Allow patching of executables, a la "adb -w".
-
-Improve the target interface so that targets can be stacked; e.g. an
-exec file and a core file (memory references that the core file can't
-satisfy are directed to the exec file); those two plus a child process.
-The child doesn't let any refs through, but when the child terminates,
-you are back to debugging the core file -- you might even want to swap
-back and forth between the two, or between two core files.
+Add a command for searching memory, a la adb.  It specifies size,
+mask, value, start address.  ADB searches until it finds it or hits
+an error (or is interrupted).
 
 # Local Variables:
 # mode: text
This page took 0.027083 seconds and 4 git commands to generate.