diff options
author | John Gilmore <gnu@cygnus> | 1991-07-31 19:08:36 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-07-31 19:08:36 +0000 |
commit | adf2bb5864e763913d054758ebf0347c94bb0a96 (patch) | |
tree | 81a87fa712100ec2174ce81f822c91a10a980876 /gdb/Projects | |
parent | 40dc32e5806342eab7317dfa5b86bdb71a8d5cba (diff) | |
download | gdb-adf2bb5864e763913d054758ebf0347c94bb0a96.zip gdb-adf2bb5864e763913d054758ebf0347c94bb0a96.tar.gz gdb-adf2bb5864e763913d054758ebf0347c94bb0a96.tar.bz2 |
Update for 3.98 release.
Diffstat (limited to 'gdb/Projects')
-rw-r--r-- | gdb/Projects | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/Projects b/gdb/Projects index fa0d860..2c215df 100644 --- a/gdb/Projects +++ b/gdb/Projects @@ -85,13 +85,6 @@ 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). |