aboutsummaryrefslogtreecommitdiff
path: root/gdb/Projects
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-01-31 22:16:45 +0000
committerJohn Gilmore <gnu@cygnus>1992-01-31 22:16:45 +0000
commitee7270cdcafecfa6c0967183e5c0d819727cabfe (patch)
treec964db41bed1919760994eb60b5d77674d0c916f /gdb/Projects
parent4a1dcb7f7f630848876844c2b93680ec170d5565 (diff)
downloadgdb-ee7270cdcafecfa6c0967183e5c0d819727cabfe.zip
gdb-ee7270cdcafecfa6c0967183e5c0d819727cabfe.tar.gz
gdb-ee7270cdcafecfa6c0967183e5c0d819727cabfe.tar.bz2
* Projects: Patching executables is done.
* Makefile.in (VERSION): Roll to gdb-4.4. * README: Update for gdb-4.4.
Diffstat (limited to 'gdb/Projects')
-rw-r--r--gdb/Projects2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/Projects b/gdb/Projects
index 2c215df..2919102 100644
--- a/gdb/Projects
+++ b/gdb/Projects
@@ -83,8 +83,6 @@ 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".
-
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).