diff options
author | John Gilmore <gnu@cygnus> | 1992-01-31 22:16:45 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-01-31 22:16:45 +0000 |
commit | ee7270cdcafecfa6c0967183e5c0d819727cabfe (patch) | |
tree | c964db41bed1919760994eb60b5d77674d0c916f /gdb/Projects | |
parent | 4a1dcb7f7f630848876844c2b93680ec170d5565 (diff) | |
download | gdb-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/Projects | 2 |
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). |