diff options
author | John Gilmore <gnu@cygnus> | 1991-04-05 09:02:10 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-04-05 09:02:10 +0000 |
commit | 3f2e006b77f217bbf4a4cb9299cf248058a44ed3 (patch) | |
tree | 60b9a78e945e02698d856ea5b82982fe549b26f2 /gdb/Projects | |
parent | 07d021a6ae8d3ed9da9f55c8623739e7a716308e (diff) | |
download | gdb-3f2e006b77f217bbf4a4cb9299cf248058a44ed3.zip gdb-3f2e006b77f217bbf4a4cb9299cf248058a44ed3.tar.gz gdb-3f2e006b77f217bbf4a4cb9299cf248058a44ed3.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'gdb/Projects')
-rw-r--r-- | gdb/Projects | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/Projects b/gdb/Projects index b30d268..fa0d860 100644 --- a/gdb/Projects +++ b/gdb/Projects @@ -92,6 +92,10 @@ 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 # End: |